Class MariaDbDdl
java.lang.Object
io.ebeaninternal.dbmigration.ddlgeneration.platform.PlatformDdl
io.ebeaninternal.dbmigration.ddlgeneration.platform.MySqlDdl
io.ebeaninternal.dbmigration.ddlgeneration.platform.MariaDbDdl
MariaDB platform DDL.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.ebeaninternal.dbmigration.ddlgeneration.platform.MySqlDdl
addColumnComment, addTableComment, alterColumn, alterTableAddCheckConstraint, alterTableDropColumn, alterTableDropConstraint, alterTableDropForeignKey, createCheckConstraint, dropIndex, inlineTableCommentMethods inherited from class io.ebeaninternal.dbmigration.ddlgeneration.platform.PlatformDdl
addHistoryTable, addTablePartition, addTablespace, alterTableAddColumn, alterTableAddColumn, alterTableAddForeignKey, alterTableAddUniqueConstraint, alterTableDropUniqueConstraint, alterTableTablespace, asIdentityColumn, configure, convert, convertDefaultValue, createDdlHandler, createIndex, createSequence, createWithHistory, dropHistoryTable, dropIndex, dropSequence, dropTable, generateEpilog, generateProlog, getCreateTableCommandPrefix, getPlatform, getUpdateNullWithDefault, isIncludeStorageEngine, isInlineComments, isInlineForeignKeys, isInlineUniqueWhenNullable, regenerateHistoryTriggers, setLockTimeout, suppressPrimaryKeyOnPartition, tableInlineForeignKey, tableStorageEngine, useIdentityType, writeTableColumns
-
Constructor Details
-
MariaDbDdl
-