DDLExportConfiguration |
DDLExportConfiguration.createIndexIfNotExists(boolean newCreateIndexIfNotExists) |
Whether to generate CREATE INDEX IF NOT EXISTS statements.
|
DDLExportConfiguration |
DDLExportConfiguration.createOrReplaceView(boolean newCreateOrReplaceView) |
Whether to generate CREATE OR REPLACE VIEW statements.
|
DDLExportConfiguration |
DDLExportConfiguration.createSchemaIfNotExists(boolean newCreateSchemaIfNotExists) |
Whether to generate CREATE SCHEMA IF NOT EXISTS statements.
|
DDLExportConfiguration |
DDLExportConfiguration.createSequenceIfNotExists(boolean newCreateSequenceIfNotExists) |
Whether to generate CREATE SEQUENCE IF NOT EXISTS statements.
|
DDLExportConfiguration |
DDLExportConfiguration.createTableIfNotExists(boolean newCreateTableIfNotExists) |
Whether to generate CREATE TABLE IF NOT EXISTS statements.
|
DDLExportConfiguration |
DDLExportConfiguration.createViewIfNotExists(boolean newCreateViewIfNotExists) |
Whether to generate CREATE VIEW IF NOT EXISTS statements.
|
DDLExportConfiguration |
DDLExportConfiguration.defaultSequenceFlags(boolean newDefaultSequenceFlags) |
Whether to explicitly produce defaults for all sequence flags, when
they're not defined explicitly.
|
DDLExportConfiguration |
DDLExportConfiguration.flags(Collection<DDLFlag> newFlags) |
The DDLFlag that are enabled on this configuration.
|
DDLExportConfiguration |
DDLExportConfiguration.flags(DDLFlag... newFlags) |
The DDLFlag that are enabled on this configuration.
|
DDLExportConfiguration |
DDLExportConfiguration.respectCatalogOrder(boolean newRespectCatalogOrder) |
Whether to respect the catalog order produced by the Meta source
when generated catalog DDL.
|
DDLExportConfiguration |
DDLExportConfiguration.respectColumnOrder(boolean newRespectColumnOrder) |
Whether to respect the column order produced by the Meta source
when generated column DDL.
|
DDLExportConfiguration |
DDLExportConfiguration.respectConstraintOrder(boolean newRespectConstraintOrder) |
Whether to respect the constraint order produced by the Meta source
when generated constraint DDL.
|
DDLExportConfiguration |
DDLExportConfiguration.respectIndexOrder(boolean newRespectIndexOrder) |
Whether to respect the index order produced by the Meta source
when generated index DDL.
|
DDLExportConfiguration |
DDLExportConfiguration.respectSchemaOrder(boolean newRespectSchemaOrder) |
Whether to respect the schema order produced by the Meta source
when generated schema DDL.
|
DDLExportConfiguration |
DDLExportConfiguration.respectSequenceOrder(boolean newRespectSequenceOrder) |
Whether to respect the sequence order produced by the Meta source
when generated sequence DDL.
|
DDLExportConfiguration |
DDLExportConfiguration.respectTableOrder(boolean newRespectTableOrder) |
Whether to respect the table order produced by the Meta source
when generated table DDL.
|