public final class DefaultIndex extends Index
HASHFACTOR
Constructor and Description |
---|
DefaultIndex() |
Modifier and Type | Method and Description |
---|---|
void |
toCreateDDL(DDLWriter writer)
Build create script for the schema object.
|
void |
toDropDDL(DDLWriter writer)
Build drop script for the schema object.
|
addField, equals, fieldNames, getField, getFieldCount, getTable, hashCode, setTable
equals, getConfiguration, getName, setConfiguration, setName
public void toCreateDDL(DDLWriter writer)
writer
- DDLWriter to write schema objects to.public void toDropDDL(DDLWriter writer)
writer
- DDLWriter to write schema objects to.Copyright © 2014. All rights reserved.