MapperSql |
MapperSql.APPEND(String sql) |
MapperSql |
MapperSql.COUNT(String table,
WrapperData data) |
MapperSql |
MapperSql.DELETE_FROM(String table,
WrapperData data) |
MapperSql |
MapperSql.INSERT_COLUMNS(DbType dbType,
List<String> columns) |
MapperSql |
MapperSql.INSERT_INTO(String table) |
MapperSql |
MapperSql.INSERT_VALUES(List<String> values) |
MapperSql |
MapperSql.LIMIT(WrapperData data,
boolean offsetEverZero)
添加limit语句
|
MapperSql |
MapperSql.SELECT(String table,
String columns) |
MapperSql |
MapperSql.SELECT(String table,
WrapperData data,
String defaultColumns) |
MapperSql |
MapperSql.SET(List<String> sets) |
MapperSql |
MapperSql.SET(String... sets) |
MapperSql |
MapperSql.UPDATE(String table) |
MapperSql |
MapperSql.UPDATE(String table,
WrapperData data) |
MapperSql |
MapperSql.VALUES() |
MapperSql |
MapperSql.WHERE_GROUP_BY(WrapperData data) |
MapperSql |
MapperSql.WHERE_GROUP_ORDER_BY(WrapperData data) |
MapperSql |
MapperSql.WHERE_PK_IN(String column,
int size) |
MapperSql |
MapperSql.WHERE(DbType dbType,
String prefix,
Map<String,Object> where) |
MapperSql |
MapperSql.WHERE(List<String> where) |
MapperSql |
MapperSql.WHERE(String whereSql) |