Class HanaRowStoreDdl
java.lang.Object
io.ebeaninternal.dbmigration.ddlgeneration.platform.PlatformDdl
io.ebeaninternal.dbmigration.ddlgeneration.platform.AbstractHanaDdl
io.ebeaninternal.dbmigration.ddlgeneration.platform.HanaRowStoreDdl
public class HanaRowStoreDdl extends AbstractHanaDdl
-
Constructor Summary
Constructors Constructor Description HanaRowStoreDdl(io.ebean.config.dbplatform.DatabasePlatform platform) -
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, createIndex, createSequence, createWithHistory, dropHistoryTable, dropIndex, dropIndex, dropSequence, dropTable, generateEpilog, generateProlog, getCreateTableCommandPrefix, getPlatform, getUpdateNullWithDefault, inlineTableComment, isIncludeStorageEngine, isInlineComments, isInlineForeignKeys, isInlineUniqueWhenNullable, lockTables, regenerateHistoryTriggers, setLockTimeout, suppressPrimaryKeyOnPartition, tableInlineForeignKey, tableStorageEngine, unlockTables, useIdentityType, writeTableColumns
-
Constructor Details
-
HanaRowStoreDdl
-