parser
Class AST_Insert
java.lang.Object
parser.SimpleNode
parser.AST_Insert
- All Implemented Interfaces:
- Node
public class AST_Insert
- extends SimpleNode
AST node for INSERT statements.
Field Summary |
protected java.lang.String |
fileName
Name of the table to insert into. |
Method Summary |
java.lang.String |
getFileName()
Gets the name of the table to insert into. |
java.lang.Object[] |
getValues()
Gets the parsed values to insert. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fileName
protected java.lang.String fileName
- Name of the table to insert into.
AST_Insert
public AST_Insert(int id)
AST_Insert
public AST_Insert(MiniSql p,
int id)
getFileName
public java.lang.String getFileName()
- Gets the name of the table to insert into.
getValues
public java.lang.Object[] getValues()
- Gets the parsed values to insert.