|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DDLOptions | |
---|---|
oracle.javatools.db | Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. |
oracle.javatools.db.ddl | API for generating DDL in the database API. |
Uses of DDLOptions in oracle.javatools.db |
---|
Methods in oracle.javatools.db with parameters of type DDLOptions | |
---|---|
DDL |
AbstractDDLGenerator.getCreateDDL(DDLOptions options,
DBObject... objects)
Deprecated. |
DDL |
AbstractDDLGenerator.getDeleteDDL(DDLOptions options,
DBObject... objects)
Deprecated. |
DDL |
AbstractDDLGenerator.getUndeleteDDL(DDLOptions options,
DBObject... objects)
Deprecated. |
DDL |
AbstractDDLGenerator.getUpdateDDL(DDLOptions options,
ResultSet rs)
Deprecated. |
void |
AbstractDDLGenerator.setNewOptions(DDLOptions options)
Deprecated. Some old DDLGenerator implementations held the options for generation as part of their own state rather than being passed through the get*DDL methods. |
Uses of DDLOptions in oracle.javatools.db.ddl |
---|
Methods in oracle.javatools.db.ddl that return DDLOptions | |
---|---|
DDLOptions |
TokenContext.getOptions()
|
Methods in oracle.javatools.db.ddl with parameters of type DDLOptions | |
---|---|
protected DDL |
TokenDDLGenerator.createDDL(DDLOptions options,
java.lang.String code,
DBObject obj,
DDLType ddlType)
Creates a new DDL object with the given ddlCode by processing the given code using a TokenProcessor and using the resulting String as the DDL string. |
protected DDL |
TokenDDLGenerator.createUpdateDDL(DDLOptions options,
java.lang.String code,
ResultSet rs,
DDLType ddlType)
Creates a new update DDL object with the given ddlCode by processing the given update code using a TokenProcessor and using the resulting String as the DDL string. |
DDL |
AlterDDLGenerator.getAlterDDL(DDLOptions opions,
ResultSet rs)
Returns the DDL to apply an update (ALTER) statement which will effect the changes in the given ResultSet. |
DDL<T> |
DDLGenerator.getCreateDDL(DDLOptions options,
DBObject... objects)
Gets CREATE statements for the given objects. |
DDL |
CreateDDLGenerator.getCreateDDL(DDLOptions options,
DBObject obj)
Gets the DDL to create the given object in the database. |
DDL<T> |
DDLGenerator.getDeleteDDL(DDLOptions options,
DBObject... objects)
Gets DROP statements for the given objects. |
DDL |
DropDDLGenerator.getDropDDL(DDLOptions opions,
DBObject obj)
Gets the DDL to DROP the given object from the database. |
DDL<T> |
DDLGenerator.getUndeleteDDL(DDLOptions options,
DBObject... objects)
Gets statements to undelete (e.g. |
DDL |
UndeleteDDLGenerator.getUndeleteDDL(DDLOptions opions,
DBObject obj)
Gets the DDL to DROP the given object from the database. |
DDL<T> |
DDLGenerator.getUpdateDDL(DDLOptions options,
ResultSet rs)
Gets ALTER statements for the given objects where possible, or DROP/CREATE, or CREATE AND REPLACE where appropriate/necessary. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |