public interface CreateDDLGenerator
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
DDL getCreateDDL(DDLOptions options, DBObject obj)
boolean canCreate(java.lang.String property)
boolean canReplace()