public class SqlitePlatformDialect extends PlatformDialect
dataSourceWrapper, mappingGlobalWrapper| 构造器和说明 |
|---|
SqlitePlatformDialect() |
commonAddColumn, commonAddIndex, commonCreateTable, commonCreateTable, commonDropColumn, commonDropIndex, commonDropTable, compareColumnChange, compareColumnChangeDefault, compareColumnChangeType, define, defineAddColumn, defineAddIndex, defineCreateTable, defineCreateTableExtra, defineDropIndex, defineDropTable, defineModifyIndex, getCatalogAndSchema, getColumnType, isSelectLimitMustOrderBy, isSupportSameColumnIndex, loadingTableStructures, rebuildEndTable, rebuildStartTable, rebuildTable, registerColumnType, registerColumnType, registerColumnType, registerColumnType, registerColumnType, runner, runner, setDataSourceWrapper, setMappingGlobalWrapper, setSQLType, triggerIndexpublic List<TableStructure> getTableStructures(List<String> classTableNames) throws SQLException
getTableStructures 在接口中 DialectgetTableStructures 在类中 PlatformDialectSQLExceptionpublic SQLBuilderCombine alter(StampAlter alter)
alter 在接口中 Dialectalter 在类中 PlatformDialectpublic SQLBuilderCombine rename(StampRename alter)
public SQLBuilderCombine create(StampCreate create)
create 在接口中 Dialectcreate 在类中 PlatformDialectpublic SQLBuilderCombine drop(StampDrop drop)
drop 在接口中 Dialectdrop 在类中 PlatformDialectpublic SQLBuilderCombine insert(StampInsert insert)
insert 在接口中 Dialectinsert 在类中 PlatformDialectpublic SQLBuilderCombine delete(StampDelete delete)
delete 在接口中 Dialectdelete 在类中 PlatformDialectpublic SQLBuilderCombine select(StampSelect select)
select 在接口中 Dialectselect 在类中 PlatformDialectpublic SQLBuilderCombine update(StampUpdate update)
update 在接口中 Dialectupdate 在类中 PlatformDialectprotected DialectNextStep defineModifyColumn(DataDefinition definition) throws SQLException
defineModifyColumn 在类中 PlatformDialectSQLExceptionprotected void defineAddColumnNotNullDefault(MappingField mappingField) throws SQLException
defineAddColumnNotNullDefault 在类中 PlatformDialectSQLExceptionprotected void defineAddColumnDefaultNull(String tableName, String columnName) throws SQLException
defineAddColumnDefaultNull 在类中 PlatformDialectSQLExceptionprotected KeyColumnType getAutoIncrementPrimaryKeyType()
protected DialectNextStep defineDropColumn(DataDefinition definition) throws SQLException
defineDropColumn 在类中 PlatformDialectSQLExceptionpublic boolean isSupportGeneratedKeys()
PlatformDialectisSupportGeneratedKeys 在接口中 DialectisSupportGeneratedKeys 在类中 PlatformDialectpublic boolean isSelectHavingMustGroupBy()
PlatformDialecthaving require group by
isSelectHavingMustGroupBy 在接口中 DialectisSelectHavingMustGroupBy 在类中 PlatformDialectprotected void createIndex(MappingTable mappingTable, MappingField mappingField, boolean unique) throws SQLException
PlatformDialectcreateIndex 在类中 PlatformDialectSQLExceptionprotected void dropIndex(MappingTable mappingTable, MappingField mappingField) throws SQLException
PlatformDialectdropIndex 在类中 PlatformDialectSQLExceptionCopyright © 2020. All rights reserved.