public class Insert extends SQLStatement<Insert>
| Modifier and Type | Field and Description |
|---|---|
protected List<Column> |
columns |
protected List |
values |
_columnsRefs, connection, dialect, table| Constructor and Description |
|---|
Insert(Connection connection,
Dialect dialect) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
List<Column> |
getColumns() |
String |
getSQL() |
List |
getValues() |
Insert |
into(Table table) |
Insert |
set(Column column,
Object value) |
String |
toString() |
fix, fix, fix, fixCase, fixColumns, getConnection, getDialect, getTable, tablepublic Insert(Connection connection, Dialect dialect)
public List getValues()
public String getSQL()
public void execute()
throws SQLException
SQLExceptionCopyright © 2017–2021 JBoss by Red Hat. All rights reserved.