String |
CockroachDdl.asIdentityColumn(String columnDefn,
DdlIdentity identity) |
Map bigint, integer and smallint all into serial.
|
String |
H2Ddl.asIdentityColumn(String columnDefn,
DdlIdentity identity) |
Modify and return the column definition for autoincrement or identity definition.
|
String |
OracleDdl.asIdentityColumn(String columnDefn,
DdlIdentity identity) |
Modify and return the column definition for autoincrement or identity definition.
|
String |
PlatformDdl.asIdentityColumn(String columnDefn,
DdlIdentity identity) |
Modify and return the column definition for autoincrement or identity definition.
|
String |
Postgres9Ddl.asIdentityColumn(String columnDefn,
DdlIdentity identity) |
Map bigint, integer and smallint into their equivalent serial types.
|
String |
PostgresDdl.asIdentityColumn(String columnDefn,
DdlIdentity identity) |
Modify and return the column definition for autoincrement or identity definition.
|
String |
PlatformDdl.createSequence(String sequenceName,
DdlIdentity identity) |
Generate and return the create sequence DDL.
|
String |
SqlServerDdl.createSequence(String sequenceName,
DdlIdentity identity) |
Generate and return the create sequence DDL.
|
void |
PlatformDdl.writeTableColumns(DdlBuffer apply,
List<Column> columns,
DdlIdentity identity) |
Write all the table columns converting to platform types as necessary.
|