|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.castor.ddlgen.schemaobject.AbstractSchemaObject
org.castor.ddlgen.schemaobject.Field
org.castor.ddlgen.engine.db2.Db2Field
public final class Db2Field
DB2 field.
Field Summary |
---|
Fields inherited from class org.castor.ddlgen.schemaobject.AbstractSchemaObject |
---|
HASHFACTOR |
Constructor Summary | |
---|---|
Db2Field()
|
Method Summary | |
---|---|
void |
toCreateDDL(DDLWriter writer)
Build create script for the schema object. |
Methods inherited from class org.castor.ddlgen.schemaobject.Field |
---|
equals, getDecimals, getKeyGenerator, getLength, getPrecision, getTable, getType, hashCode, isIdentity, isRequired, merge, setIdentity, setKeyGenerator, setRequired, setTable, setType, toDropDDL |
Methods inherited from class org.castor.ddlgen.schemaobject.AbstractSchemaObject |
---|
equals, getConfiguration, getName, setConfiguration, setName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Db2Field()
Method Detail |
---|
public void toCreateDDL(DDLWriter writer) throws GeneratorException
writer
- DDLWriter to write schema objects to.
GeneratorException
- If generation of the script failed or is not supported.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |