| 程序包 | 说明 |
|---|---|
| cn.org.atool.fluent.mybatis.mapper |
| 限定符和类型 | 方法和说明 |
|---|---|
MapperSql |
MapperSql.APPEND(String sql) |
MapperSql |
MapperSql.COUNT(String table,
WrapperData data) |
MapperSql |
MapperSql.DELETE_FROM(String table,
WrapperData data) |
MapperSql |
MapperSql.INSERT_COLUMNS(cn.org.atool.fluent.mybatis.metadata.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(cn.org.atool.fluent.mybatis.metadata.DbType dbType,
String prefix,
Map<String,Object> where) |
MapperSql |
MapperSql.WHERE(List<String> where) |
MapperSql |
MapperSql.WHERE(String whereSql) |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
MapperSql.brackets(MapperSql sql)
给sql加上括弧
|
Copyright © 2021. All rights reserved.