Class OraDdlGenerator
java.lang.Object
ru.curs.celesta.dbutils.adaptors.ddl.DdlGenerator
ru.curs.celesta.dbutils.adaptors.ddl.OraDdlGenerator
Class for SQL generation of data definition of Oracle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondropPk(TableElement t, String pkName) Generates SQL for dropping primary key from the table by using known name of the primary key.
-
Constructor Details
-
OraDdlGenerator
-
-
Method Details
-
dropPk
Description copied from class:DdlGeneratorGenerates SQL for dropping primary key from the table by using known name of the primary key.- Specified by:
dropPkin classDdlGenerator- Parameters:
t- table table namepkName- primary key name
-
getViewSQLGenerator
-
dropTableTriggersForMaterializedViews
- Specified by:
dropTableTriggersForMaterializedViewsin classDdlGenerator
-
createTableTriggersForMaterializedViews
- Specified by:
createTableTriggersForMaterializedViewsin classDdlGenerator
-