| Package | Description |
|---|---|
| com.github.quintans.ezSQL | |
| com.github.quintans.ezSQL.db | |
| com.github.quintans.ezSQL.dml | |
| com.github.quintans.ezSQL.driver |
| Modifier and Type | Method and Description |
|---|---|
Insert |
AbstractDb.insert(Table table) |
| Modifier and Type | Method and Description |
|---|---|
void |
PreInsertTrigger.trigger(Insert insert) |
| Modifier and Type | Method and Description |
|---|---|
protected Insert |
Insert._set(Column<?> col,
Object value) |
Insert |
Insert.retrieveKeys(boolean returnKey) |
Insert |
Insert.set(Column<?> col,
Function value) |
<C> Insert |
Insert.set(Column<C> col,
C value) |
Insert |
Insert.set(Object bean)
Loads sets all the columns of the table to matching bean property
|
<C> Insert |
Insert.with(Column<C> c,
C value) |
Insert |
Insert.with(String name,
Object value) |
| Modifier and Type | Field and Description |
|---|---|
protected Insert |
GenericInsertBuilder.insert |
| Modifier and Type | Method and Description |
|---|---|
InsertBuilder |
GenericDriver.createInsertBuilder(Insert insert) |
String |
GenericDriver.getSql(Insert insert) |
String |
Driver.getSql(Insert insert) |
| Constructor and Description |
|---|
GenericInsertBuilder(Insert insert) |
Copyright © 2019. All rights reserved.