|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimpledb.parse.InsertData
public class InsertData
Data for the SQL insert statement.
Constructor Summary | |
---|---|
InsertData(String tblname,
List<String> flds,
List<Constant> vals)
Saves the table name and the field and value lists. |
Method Summary | |
---|---|
List<String> |
fields()
Returns a list of fields for which values will be specified in the new record. |
String |
tableName()
Returns the name of the affected table. |
List<Constant> |
vals()
Returns a list of values for the specified fields. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InsertData(String tblname, List<String> flds, List<Constant> vals)
Method Detail |
---|
public String tableName()
public List<String> fields()
public List<Constant> vals()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |