| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CreateDDLGenerator
Implementations of CreateDDLGenerator are registered with a DDLGeneratorImpl, and each one will be responsible for generating create DDL syntax for a given object type.
| Method Summary | |
|---|---|
 boolean | 
canCreate(java.lang.String property)
Is the given property (potentially) used in the generation of the create DDL.  | 
 boolean | 
canReplace()
Returns true if the create syntax includes an "OR REPLACE" or equivalent.  | 
 DDL | 
getCreateDDL(DDLOptions options,
             DBObject obj)
Gets the DDL to create the given object in the database.  | 
| Method Detail | 
|---|
DDL getCreateDDL(DDLOptions options,
                 DBObject obj)
boolean canCreate(java.lang.String property)
boolean canReplace()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||