Class HanaColumnStoreDdl
java.lang.Object
io.ebeaninternal.dbmigration.ddlgeneration.platform.PlatformDdl
io.ebeaninternal.dbmigration.ddlgeneration.platform.AbstractHanaDdl
io.ebeaninternal.dbmigration.ddlgeneration.platform.HanaColumnStoreDdl
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.ebeaninternal.dbmigration.ddlgeneration.platform.AbstractHanaDdl
alterColumnBaseAttributes, alterColumnDefaultValue, alterColumnNotnull, alterColumnType, alterTableAddUniqueConstraint, alterTableDropColumn, alterTableDropConstraint, alterTableDropUniqueConstraint, createDdlHandlerMethods inherited from class io.ebeaninternal.dbmigration.ddlgeneration.platform.PlatformDdl
addColumnComment, addHistoryTable, addTableComment, addTablePartition, alterTableAddCheckConstraint, alterTableAddColumn, alterTableAddForeignKey, alterTableDropForeignKey, asIdentityColumn, configure, convert, convertDefaultValue, createCheckConstraint, createSequence, createWithHistory, dropHistoryTable, dropIndex, dropSequence, dropTable, generateEpilog, generateProlog, getCreateTableCommandPrefix, getPlatform, getUpdateNullWithDefault, inlineTableComment, isIncludeStorageEngine, isInlineComments, isInlineForeignKeys, isInlineUniqueWhenNullable, lockTables, regenerateHistoryTriggers, setLockTimeout, suppressPrimaryKeyOnPartition, tableInlineForeignKey, tableStorageEngine, unlockTables, useIdentityType, writeTableColumns
-
Constructor Details
-
HanaColumnStoreDdl
-
-
Method Details
-
createIndex
public String createIndex(io.ebeaninternal.dbmigration.ddlgeneration.platform.WriteCreateIndex create)- Overrides:
createIndexin classPlatformDdl
-
dropIndex
Description copied from class:PlatformDdlReturn the drop index statement.- Overrides:
dropIndexin classPlatformDdl
-