public class PlatformExecutor extends Object
| 构造器和说明 |
|---|
PlatformExecutor(MappingGlobalWrapper mappingGlobalWrapper,
DataSourceWrapper dswrapper) |
public PlatformExecutor(MappingGlobalWrapper mappingGlobalWrapper, DataSourceWrapper dswrapper)
public void compareTableStructure(PlatformCompare compare) throws SQLException
SQLExceptionpublic DialectNextStep createTable(MappingTable mappingTable) throws SQLException
SQLExceptionpublic DialectNextStep dropTable(TableStructure tableStructure) throws SQLException
SQLExceptionpublic DialectNextStep createField(MappingTable mappingTable, TableStructure tableStructure, MappingField mappingField) throws SQLException
SQLExceptionpublic DialectNextStep modifyField(MappingTable mappingTable, TableStructure tableStructure, MappingField mappingField, TableColumnStructure columnStructure) throws SQLException
SQLExceptionpublic DialectNextStep dropField(MappingTable mappingTable, TableStructure tableStructure, TableColumnStructure columnStructure) throws SQLException
SQLExceptionpublic DialectNextStep createIndex(MappingTable mappingTable, MappingIndex mappingIndex) throws SQLException
SQLExceptionpublic DialectNextStep dropIndex(MappingTable mappingTable, String indexName) throws SQLException
SQLExceptionpublic void doDialectRebuild(List<TableStructure> structures, MappingTable mappingTable, TableStructure structure) throws SQLException
SQLExceptionpublic List<Long> inserts(MappingTable table, List<ModelObject> objects) throws SQLException
SQLExceptionpublic Integer update(MappingTable table, DefaultUpdate update) throws SQLException
SQLExceptionpublic Integer delete(MappingTable table, DefaultDelete delete) throws SQLException
SQLExceptionpublic List<ModelObject> select(DefaultQuery query, ModelObjectConvertKey convert) throws SQLException
SQLExceptionpublic long count(DefaultQuery query) throws SQLException
SQLExceptionpublic List<ModelObject> function(DefaultFunction f) throws SQLException
SQLExceptionpublic Object dialect(StampAction stampAction) throws SQLException
SQLExceptionpublic Object original(JDBCTraversing traversing) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.