Modifier and Type | Method and Description |
---|---|
static DDLOperator |
DDLOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DDLOperator[] |
DDLOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Map<DDLOperator,String>> |
DDL.getDDLStmts(String database) |
Modifier and Type | Method and Description |
---|---|
void |
DDL.addDDLStmt(String database,
Map<DDLOperator,String> stmts) |
Modifier and Type | Method and Description |
---|---|
protected Map<DDLOperator,String> |
AbstractDDLExport.generateFunctionDDL(TSQLDataSource datasource,
String functionName,
String schemaName) |
protected Map<DDLOperator,String> |
AbstractDDLExport.generateProcedureDDL(TSQLDataSource datasource,
String procedureName,
String schemaName) |
protected abstract Map<DDLOperator,String> |
AbstractDDLExport.generateTableDDL(TSQLDataSource datasource,
String tableName,
String schemaName) |
protected Map<DDLOperator,String> |
AbstractDDLExport.generateTriggerDDL(TSQLDataSource datasource,
String triggerName,
String schemaName) |
protected Map<DDLOperator,String> |
AbstractDDLExport.generateViewDDL(TSQLDataSource datasource,
String viewName,
String schemaName) |
Modifier and Type | Method and Description |
---|---|
protected Map<DDLOperator,String> |
MysqlDDLExport.generateFunctionDDL(TSQLDataSource datasource,
String functionName,
String schemaName) |
protected Map<DDLOperator,String> |
SnowflakeDDLExport.generateFunctionDDL(TSQLDataSource datasource,
String functionName,
String databaseSchema) |
protected Map<DDLOperator,String> |
MysqlDDLExport.generateProcedureDDL(TSQLDataSource datasource,
String procedureName,
String schemaName) |
protected Map<DDLOperator,String> |
OracleDDLExport.generateProcedureDDL(TSQLDataSource datasource,
String procedureName,
String schemaName) |
protected Map<DDLOperator,String> |
SnowflakeDDLExport.generateProcedureDDL(TSQLDataSource datasource,
String procedureName,
String databaseSchema) |
protected Map<DDLOperator,String> |
Db2DDLExport.generateTableDDL(TSQLDataSource datasource,
String tableName,
String schemaName) |
protected Map<DDLOperator,String> |
MysqlDDLExport.generateTableDDL(TSQLDataSource datasource,
String tableName,
String schemaName) |
protected Map<DDLOperator,String> |
NetezzaDDLExport.generateTableDDL(TSQLDataSource datasource,
String tableName,
String schemaName) |
protected Map<DDLOperator,String> |
OracleDDLExport.generateTableDDL(TSQLDataSource datasource,
String tableName,
String schemaName) |
protected Map<DDLOperator,String> |
PostgreSQLDDLExport.generateTableDDL(TSQLDataSource datasource,
String tableName,
String databaseSchema) |
protected Map<DDLOperator,String> |
SnowflakeDDLExport.generateTableDDL(TSQLDataSource datasource,
String tableName,
String databaseSchema) |
protected Map<DDLOperator,String> |
SqlServerDDLExport.generateTableDDL(TSQLDataSource datasource,
String tableName,
String databaseSchema) |
protected Map<DDLOperator,String> |
MysqlDDLExport.generateTriggerDDL(TSQLDataSource datasource,
String triggerName,
String schemaName) |
protected Map<DDLOperator,String> |
MysqlDDLExport.generateViewDDL(TSQLDataSource datasource,
String viewName,
String databaseSchema) |
protected Map<DDLOperator,String> |
OracleDDLExport.generateViewDDL(TSQLDataSource datasource,
String viewName,
String schemaName) |
protected Map<DDLOperator,String> |
SnowflakeDDLExport.generateViewDDL(TSQLDataSource datasource,
String viewName,
String databaseSchema) |
Copyright © 2023. All rights reserved.