接口 GroupCapacityMapper
- 所有超级接口:
Mapper
The group capacity info mapper.
- 作者:
- lixiaoshuang
-
方法概要
修饰符和类型方法说明decrementUsageByWhere(MapperContext context) Used to decrement usage field.default StringReturn table 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.mapper.Mapper
count, delete, getDataSource, getFunction, getPrimaryKeyGeneratedKeys, insert, select, update
-
方法详细资料
-
select
Select group_capacity table by group id.- 参数:
context- sql paramMap- 返回:
- sql.
-
insertIntoSelect
INSERT INTO SELECT statement.- 参数:
context- sql paramMap- 返回:
- sql.
-
insertIntoSelectByWhere
INSERT INTO SELECT statement. Used to insert query results into a table.- 参数:
context- sql paramMap- 返回:
- sql.
-
incrementUsageByWhereQuotaEqualZero
Used to increment usage field.- 参数:
context- sql paramMap- 返回:
- sql.
-
incrementUsageByWhereQuotaNotEqualZero
Used to increment usage field.- 参数:
context- sql paramMap- 返回:
- sql.
-
incrementUsageByWhere
Used to increment usage field.- 参数:
context- sql paramMap- 返回:
- sql.
-
decrementUsageByWhere
Used to decrement usage field.- 参数:
context- sql paramMap- 返回:
- sql.
-
updateUsage
Used to update usage field.- 参数:
context- sql paramMap- 返回:
- sql.
-
updateUsageByWhere
Used to update usage field.- 参数:
context- sql paramMap- 返回:
- sql.
-
selectGroupInfoBySize
Used to select group info.- 参数:
context- sql paramMap- 返回:
- sql.
-
getTableName
Return table name.- 指定者:
getTableName在接口中Mapper- 返回:
- table name
-