|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectparser.SimpleNode
parser.AST_DropIndex
public class AST_DropIndex
AST node for DROP INDEX statements.
| Field Summary | |
|---|---|
protected java.lang.String |
fileName
Name of the index to drop. |
| Fields inherited from class parser.SimpleNode |
|---|
children, id, parent, parser |
| Constructor Summary | |
|---|---|
AST_DropIndex(int id)
|
|
AST_DropIndex(MiniSql p,
int id)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFileName()
Gets the name of the index to drop. |
| Methods inherited from class parser.SimpleNode |
|---|
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String fileName
| Constructor Detail |
|---|
public AST_DropIndex(int id)
public AST_DropIndex(MiniSql p,
int id)
| Method Detail |
|---|
public java.lang.String getFileName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||