Class Postgres9Ddl
java.lang.Object
io.ebeaninternal.dbmigration.ddlgeneration.platform.PlatformDdl
io.ebeaninternal.dbmigration.ddlgeneration.platform.PostgresDdl
io.ebeaninternal.dbmigration.ddlgeneration.platform.Postgres9Ddl
public class Postgres9Ddl extends PostgresDdl
-
Constructor Summary
Constructors Constructor Description Postgres9Ddl(io.ebean.config.dbplatform.DatabasePlatform platform) -
Method Summary
Modifier and Type Method Description StringasIdentityColumn(String columnDefn, DdlIdentity identity)Map bigint, integer and smallint into their equivalent serial types.Methods inherited from class io.ebeaninternal.dbmigration.ddlgeneration.platform.PostgresDdl
addTablePartition, alterColumnType, dropIndex, setLockTimeout, suppressPrimaryKeyOnPartitionMethods inherited from class io.ebeaninternal.dbmigration.ddlgeneration.platform.PlatformDdl
addColumnComment, addHistoryTable, addTableComment, alterColumnBaseAttributes, alterColumnDefaultValue, alterColumnNotnull, alterTableAddCheckConstraint, alterTableAddColumn, alterTableAddForeignKey, alterTableAddUniqueConstraint, alterTableDropColumn, alterTableDropConstraint, alterTableDropForeignKey, alterTableDropUniqueConstraint, configure, convert, convertDefaultValue, createCheckConstraint, createDdlHandler, createIndex, createSequence, createWithHistory, dropHistoryTable, dropIndex, dropSequence, dropTable, generateEpilog, generateProlog, getCreateTableCommandPrefix, getPlatform, getUpdateNullWithDefault, inlineTableComment, isIncludeStorageEngine, isInlineComments, isInlineForeignKeys, isInlineUniqueWhenNullable, lockTables, regenerateHistoryTriggers, tableInlineForeignKey, tableStorageEngine, unlockTables, useIdentityType, writeTableColumns
-
Constructor Details
-
Postgres9Ddl
-
-
Method Details
-
asIdentityColumn
Map bigint, integer and smallint into their equivalent serial types.- Overrides:
asIdentityColumnin classPostgresDdl
-