|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimpledb.parse.CreateIndexData
public class CreateIndexData
The parser for the create index statement.
Constructor Summary | |
---|---|
CreateIndexData(String idxname,
String tblname,
String fldname)
Saves the table and field names of the specified index. |
Method Summary | |
---|---|
String |
fieldName()
Returns the name of the indexed field. |
String |
indexName()
Returns the name of the index. |
String |
tableName()
Returns the name of the indexed table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateIndexData(String idxname, String tblname, String fldname)
Method Detail |
---|
public String indexName()
public String tableName()
public String fieldName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |