| 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 a
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(Object... values)
Insert a list of concrete values
|
| Modifier and Type | Method and Description |
|---|---|
void |
InsertVisitor.visit(Insert insert) |
| Modifier and Type | Method and Description |
|---|---|
void |
InsertRenderer.visit(Insert insert) |
Copyright © 2018. All rights reserved.