public class TupleInsertion extends Statement
Constructor and Description |
---|
TupleInsertion(java.lang.String table,
java.util.List<java.lang.Comparable> values)
Constructs a new tuple insertion command.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTableName()
Returns the table where the tuple is to be inserted.
|
java.util.List<java.lang.Comparable> |
getValues()
Retrieves the values of the tuple.
|
public TupleInsertion(java.lang.String table, java.util.List<java.lang.Comparable> values)
table
- the table where the tuples should be inserted.values
- the values of the tuple.public java.lang.String getTableName()
public java.util.List<java.lang.Comparable> getValues()