public class InsertData extends Object
Constructor and Description |
---|
InsertData(String tblName,
List<String> fields,
List<Constant> vals)
Saves the table name and the field and value lists.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2022 VanillaDB Organization. All rights reserved.