Page History
...
where <objType>
is one of table
, indexesfortable
, view
, procedure
, function
, package
(Oracle only), packagebody
(Oracle only), objecttype
(Oracle only), objecttypebody
(Oracle only), sequence
(Oracle only), synonym
(Oracle only), module
(Mimer SQL only) or trigger
, and <objId>
is the qualified identifier for the object (case sensitive). Here's an example:
@ddl table="HRSAKILA.EMPLOYEESSTAFF";
If drop
is set to true
, a DROP statement is included before the CREATE statement.
...
Overview
Content Tools