public class InformixDialect extends Dialect
Dialect.HolderkeepByteAndShort, modelBuilder, recordBuilder| 构造器和说明 |
|---|
InformixDialect() |
buildModelList, buildRecordList, buildRecordListWithJsonFields, eachModel, eachRecord, fillStatementHandleDateType, fillStatementHandleDateType, forFindAll, forPaginateTotalRow, getDefaultPrimaryKey, getModelGeneratedKey, getRecordGeneratedKey, isKeepByteAndShort, isOracle, isPrimaryKey, isTakeOverDbPaginate, isTakeOverModelPaginate, processGeneratedBigIntegerKey, replaceOrderBy, setKeepByteAndShort, setModelBuilder, setRecordBuilder, takeOverDbPaginate, takeOverModelPaginate, trimPrimaryKeyspublic String forTableBuilderDoBuild(String tableName)
forTableBuilderDoBuild 在类中 Dialectpublic void forModelSave(Table table, Map<String,Object> attrs, StringBuilder sql, List<Object> paras)
forModelSave 在类中 Dialectpublic String forModelDeleteById(Table table)
forModelDeleteById 在类中 Dialectpublic void forModelUpdate(Table table, Map<String,Object> attrs, Set<String> modifyFlag, StringBuilder sql, List<Object> paras)
forModelUpdate 在类中 Dialectpublic String forModelFindById(Table table, String columns)
forModelFindById 在类中 Dialectpublic String forDbFindById(String tableName, String[] pKeys)
forDbFindById 在类中 Dialectpublic String forDbDeleteById(String tableName, String[] pKeys)
forDbDeleteById 在类中 Dialectpublic void forDbSave(String tableName, String[] pKeys, Record record, StringBuilder sql, List<Object> paras)
public void forDbUpdate(String tableName, String[] pKeys, Object[] ids, Record record, StringBuilder sql, List<Object> paras)
forDbUpdate 在类中 Dialectpublic String forPaginate(int pageNumber, int pageSize, StringBuilder findSql)
forPaginate 在类中 Dialectpublic void fillStatement(PreparedStatement pst, List<Object> paras) throws SQLException
fillStatement 在类中 DialectSQLExceptionpublic void fillStatement(PreparedStatement pst, Object... paras) throws SQLException
fillStatement 在类中 DialectSQLExceptionpublic String forDbFindColumnsById(String tableName, String columns, String[] pKeys)
forDbFindColumnsById 在类中 Dialectpublic String forDbFindColumns(String tableName, String columns)
forDbFindColumns 在类中 Dialectpublic void forDbDelete(String tableName, String[] pKeys, Record record, StringBuilder sql, List<Object> paras)
forDbDelete 在类中 Dialectpublic String forExistsByFields(String tableName, String fields)
forExistsByFields 在类中 Dialectpublic void forDbUpdate(String tableName, String[] pKeys, Object[] ids, Record record, StringBuilder sql, List<Object> paras, String[] jsonFields)
forDbUpdate 在类中 DialectCopyright © 2024. All rights reserved.