|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object parser.SimpleNode parser.AST_Update
public class AST_Update
AST node for UPDATE statements.
Field Summary | |
---|---|
protected java.lang.String |
fileName
Name of the table to update. |
Fields inherited from class parser.SimpleNode |
---|
children, id, parent, parser |
Constructor Summary | |
---|---|
AST_Update(int id)
|
|
AST_Update(MiniSql p,
int id)
|
Method Summary | |
---|---|
java.lang.String[] |
getColumns()
Gets the names of the columns to update. |
java.lang.String |
getFileName()
Gets the name of the table to update. |
Predicate[][] |
getPredicates()
Gets the WHERE clause predicates in Conjunctive Normal Form (a.k.a. |
java.lang.Object[] |
getValues()
Gets the parsed values to update. |
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_Update(int id)
public AST_Update(MiniSql p, int id)
Method Detail |
---|
public java.lang.String getFileName()
public java.lang.String[] getColumns()
public java.lang.Object[] getValues()
public Predicate[][] getPredicates()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |