| Package | Description |
|---|---|
| com.exasol.sql | |
| com.exasol.sql.dml | |
| com.exasol.sql.dml.rendering |
| Modifier and Type | Method and Description |
|---|---|
Insert |
StatementFactory.insertInto(String tableName)
Create an
Insert statement |
| Modifier and Type | Method and Description |
|---|---|
Insert |
Insert.field(String... names)
Define fields into which should be inserted
|
Insert |
Insert.valuePlaceholder()
Add an unnamed value placeholder to the value list (this is useful for prepared statements)
|
Insert |
Insert.valuePlaceholders(int amount)
Add a given number unnamed value placeholder to the value list (this is useful for prepared statements)
|
Insert |
Insert.values(int... values)
Insert a list of integer values
|
Insert |
Insert.values(String... values)
Insert a list of string values
|
Insert |
Insert.valueTable(ValueTable table)
Insert a value table
|
| Modifier and Type | Method and Description |
|---|---|
void |
InsertVisitor.visit(Insert insert) |
| Modifier and Type | Method and Description |
|---|---|
void |
InsertRenderer.visit(Insert insert) |
Copyright © 2018–2019. All rights reserved.