类 GroupCapacityMapperByDerby
java.lang.Object
com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper
com.alibaba.nacos.plugin.datasource.impl.derby.AbstractMapperByDerby
com.alibaba.nacos.plugin.datasource.impl.derby.GroupCapacityMapperByDerby
- 所有已实现的接口:
GroupCapacityMapper,Mapper
public class GroupCapacityMapperByDerby
extends AbstractMapperByDerby
implements GroupCapacityMapper
The derby implementation of
GroupCapacityMapper.- 作者:
- lixiaoshuang
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明decrementUsageByWhere(MapperContext context) Used to decrement usage field.Get the datasource name.incrementUsageByWhere(MapperContext context) Used to increment usage field.Used to increment usage field.Used to increment usage field.insertIntoSelect(MapperContext context) INSERT INTO SELECT statement.insertIntoSelectByWhere(MapperContext context) INSERT INTO SELECT statement.select(MapperContext context) Select group_capacity table by group id.selectGroupInfoBySize(MapperContext context) Used to select group info.updateUsage(MapperContext context) Used to update usage field.updateUsageByWhere(MapperContext context) Used to update usage field.从类继承的方法 com.alibaba.nacos.plugin.datasource.impl.derby.AbstractMapperByDerby
getFunction从类继承的方法 com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper
count, delete, getPrimaryKeyGeneratedKeys, insert, select, update从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.alibaba.nacos.plugin.datasource.mapper.GroupCapacityMapper
getTableName从接口继承的方法 com.alibaba.nacos.plugin.datasource.mapper.Mapper
count, delete, getFunction, getPrimaryKeyGeneratedKeys, insert, select, update
-
构造器详细资料
-
GroupCapacityMapperByDerby
public GroupCapacityMapperByDerby()
-
-
方法详细资料
-
getDataSource
从接口复制的说明:MapperGet the datasource name.- 指定者:
getDataSource在接口中Mapper- 返回:
- The name of datasource.
-
selectGroupInfoBySize
从接口复制的说明:GroupCapacityMapperUsed to select group info.- 指定者:
selectGroupInfoBySize在接口中GroupCapacityMapper- 参数:
context- sql paramMap- 返回:
- sql.
-
select
从接口复制的说明:GroupCapacityMapperSelect group_capacity table by group id.- 指定者:
select在接口中GroupCapacityMapper- 参数:
context- sql paramMap- 返回:
- sql.
-
incrementUsageByWhere
从接口复制的说明:GroupCapacityMapperUsed to increment usage field.- 指定者:
incrementUsageByWhere在接口中GroupCapacityMapper- 参数:
context- sql paramMap- 返回:
- sql.
-
incrementUsageByWhereQuotaNotEqualZero
从接口复制的说明:GroupCapacityMapperUsed to increment usage field.- 指定者:
incrementUsageByWhereQuotaNotEqualZero在接口中GroupCapacityMapper- 参数:
context- sql paramMap- 返回:
- sql.
-
insertIntoSelect
从接口复制的说明:GroupCapacityMapperINSERT INTO SELECT statement.- 指定者:
insertIntoSelect在接口中GroupCapacityMapper- 参数:
context- sql paramMap- 返回:
- sql.
-
insertIntoSelectByWhere
从接口复制的说明:GroupCapacityMapperINSERT INTO SELECT statement. Used to insert query results into a table.- 指定者:
insertIntoSelectByWhere在接口中GroupCapacityMapper- 参数:
context- sql paramMap- 返回:
- sql.
-
incrementUsageByWhereQuotaEqualZero
从接口复制的说明:GroupCapacityMapperUsed to increment usage field.- 指定者:
incrementUsageByWhereQuotaEqualZero在接口中GroupCapacityMapper- 参数:
context- sql paramMap- 返回:
- sql.
-
decrementUsageByWhere
从接口复制的说明:GroupCapacityMapperUsed to decrement usage field.- 指定者:
decrementUsageByWhere在接口中GroupCapacityMapper- 参数:
context- sql paramMap- 返回:
- sql.
-
updateUsage
从接口复制的说明:GroupCapacityMapperUsed to update usage field.- 指定者:
updateUsage在接口中GroupCapacityMapper- 参数:
context- sql paramMap- 返回:
- sql.
-
updateUsageByWhere
从接口复制的说明:GroupCapacityMapperUsed to update usage field.- 指定者:
updateUsageByWhere在接口中GroupCapacityMapper- 参数:
context- sql paramMap- 返回:
- sql.
-