public class FastExtMySql
extends com.fastchar.database.sql.FastMySql
| 构造器和说明 |
|---|
FastExtMySql() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.fastchar.database.info.FastSqlInfo |
buildCopyFromRecycleSql(com.fastchar.core.FastEntity<?> entity,
String... checks) |
com.fastchar.database.info.FastSqlInfo |
buildCopyRecycleSql(com.fastchar.core.FastEntity<?> entity,
String... checks) |
com.fastchar.database.info.FastSqlInfo |
buildCopySql(com.fastchar.core.FastEntity<?> entity) |
com.fastchar.database.info.FastSqlInfo |
buildDeleteFromRecycleSql(com.fastchar.core.FastEntity<?> entity,
String... checks) |
com.fastchar.database.info.FastSqlInfo |
buildInsertSql(com.fastchar.core.FastEntity<?> entity,
String... checks) |
private void |
setLayerValue(com.fastchar.core.FastEntity<?> entity)
设置权限编号的值
|
private void |
setSameValue(com.fastchar.core.FastEntity<?> entity)
当相同属性为空的时候,设置绑定关联表格相同属性的值
|
com.fastchar.database.info.FastSqlInfo |
toSelectValueSql(com.fastchar.core.FastEntity<?> entity,
String[] columns,
String... checks) |
com.fastchar.database.info.FastSqlInfo |
toUpdateLayerSql(com.fastchar.database.info.FastTableInfo<?> tableInfo,
String oldLayerValue,
String newLayerValue) |
appendWhere, buildCountSql, buildDeleteSql, buildDeleteSqlByIds, buildSelectSql, buildSelectSql, buildSelectSqlByIds, buildUpdateSql, buildUpdateSqlByIds, convertInPlaceholder, getAlias, getAttrValue, getColumnValue, getCountSql, getInstance, getTokenIndex, getTokenValue, getType, newSqlInfopublic com.fastchar.database.info.FastSqlInfo toSelectValueSql(com.fastchar.core.FastEntity<?> entity,
String[] columns,
String... checks)
public com.fastchar.database.info.FastSqlInfo buildCopyRecycleSql(com.fastchar.core.FastEntity<?> entity,
String... checks)
public com.fastchar.database.info.FastSqlInfo buildCopyFromRecycleSql(com.fastchar.core.FastEntity<?> entity,
String... checks)
public com.fastchar.database.info.FastSqlInfo buildDeleteFromRecycleSql(com.fastchar.core.FastEntity<?> entity,
String... checks)
public com.fastchar.database.info.FastSqlInfo toUpdateLayerSql(com.fastchar.database.info.FastTableInfo<?> tableInfo,
String oldLayerValue,
String newLayerValue)
public com.fastchar.database.info.FastSqlInfo buildInsertSql(com.fastchar.core.FastEntity<?> entity,
String... checks)
buildInsertSql 在类中 com.fastchar.database.sql.FastMySqlprivate void setLayerValue(com.fastchar.core.FastEntity<?> entity)
private void setSameValue(com.fastchar.core.FastEntity<?> entity)
public com.fastchar.database.info.FastSqlInfo buildCopySql(com.fastchar.core.FastEntity<?> entity)
buildCopySql 在类中 com.fastchar.database.sql.FastSqlCopyright © 2021. All rights reserved.