Package org.castor.ddlgen.schemaobject
Class DefaultIndex
- java.lang.Object
-
- org.castor.ddlgen.schemaobject.AbstractSchemaObject
-
- org.castor.ddlgen.schemaobject.Index
-
- org.castor.ddlgen.schemaobject.DefaultIndex
-
- All Implemented Interfaces:
SchemaObject
public final class DefaultIndex extends Index
Default index.- Since:
- 1.1
- Version:
- $Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Le Duc Bao, Ralf Joachim
-
-
Field Summary
-
Fields inherited from class org.castor.ddlgen.schemaobject.AbstractSchemaObject
HASHFACTOR
-
-
Constructor Summary
Constructors Constructor Description DefaultIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
toCreateDDL(DDLWriter writer)
Build create script for the schema object.void
toDropDDL(DDLWriter writer)
Build drop script for the schema object.-
Methods inherited from class org.castor.ddlgen.schemaobject.Index
addField, equals, fieldNames, getField, getFieldCount, getTable, hashCode, setTable
-
Methods inherited from class org.castor.ddlgen.schemaobject.AbstractSchemaObject
equals, getConfiguration, getName, setConfiguration, setName
-
-
-
-
Method Detail
-
toCreateDDL
public void toCreateDDL(DDLWriter writer)
Build create script for the schema object.- Parameters:
writer
- DDLWriter to write schema objects to.
-
toDropDDL
public void toDropDDL(DDLWriter writer)
Build drop script for the schema object.- Parameters:
writer
- DDLWriter to write schema objects to.
-
-