public class InsertValuesQuery extends Object implements SqlConvertible
| Modifier and Type | Field and Description |
|---|---|
protected String |
schemaName |
protected String |
tableName |
protected List<Object> |
values |
| Constructor and Description |
|---|
InsertValuesQuery() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSchemaName() |
String |
getTableName() |
List<Object> |
getValues() |
void |
setSchemaName(String schemaName) |
void |
setTableName(String tableName) |
void |
setValues(List<Object> values) |
Copyright © 2018 University of Michigan. All rights reserved.