public abstract class DdlGenerator extends Object
Constructor and Description |
---|
DdlGenerator(DBAdaptor dmlAdaptor) |
Modifier and Type | Method and Description |
---|---|
abstract List<String> |
createTableTriggersForMaterializedViews(BasicTable t) |
abstract String |
dropPk(TableElement t,
String pkName)
Generates SQL for dropping primary key from the table by using
known name of the primary key.
|
abstract List<String> |
dropTableTriggersForMaterializedViews(Connection conn,
BasicTable t) |
public DdlGenerator(DBAdaptor dmlAdaptor)
public abstract String dropPk(TableElement t, String pkName)
t
- table table namepkName
- primary key namepublic abstract List<String> dropTableTriggersForMaterializedViews(Connection conn, BasicTable t)
public abstract List<String> createTableTriggersForMaterializedViews(BasicTable t)
Copyright © 2023 CURS. All rights reserved.