|
||||||||||
| 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(java.lang.String idxname,
java.lang.String tblname,
java.lang.String fldname)
Saves the table and field names of the specified index. |
|
| Method Summary | |
|---|---|
java.lang.String |
fieldName()
Returns the name of the indexed field. |
java.lang.String |
indexName()
Returns the name of the index. |
java.lang.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(java.lang.String idxname,
java.lang.String tblname,
java.lang.String fldname)
| Method Detail |
|---|
public java.lang.String indexName()
public java.lang.String tableName()
public java.lang.String fieldName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||