| 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 |
|---|---|
Delete |
AbstractDb.delete(Table table) |
Insert |
AbstractDb.insert(Table table) |
Query |
AbstractDb.query(Table table)
selct over a table.
If no columns are added, when executing a select or list all columns of the driving table will be added. |
Update |
AbstractDb.update(Table table) |
| Modifier and Type | Field and Description |
|---|---|
protected Table |
Column.table
referencia para a tabela
|
protected Table |
Association.tableFrom |
protected Table |
Association.tableMany2Many |
protected Table |
Association.tableTo |
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.AS(String alias) |
Table |
Table.copy() |
Table |
Association.getDiscriminatorTable() |
Table |
Column.getTable()
obtem a referencia para a tabela a que pertence esta coluna
|
Table |
Association.getTableFrom() |
Table |
Association.getTableMany2Many() |
Table |
Association.getTableTo() |
<T> Table |
Table.WITH(Column<T> column,
T... values)
Descriminator.
|
| Modifier and Type | Field and Description |
|---|---|
protected Table |
DmlBase.table |
| Modifier and Type | Method and Description |
|---|---|
Table |
DmlBase.getTable() |
| Constructor and Description |
|---|
Delete(AbstractDb db,
Table table) |
Dml(AbstractDb db,
Table table) |
DmlBase(AbstractDb db,
Table table) |
DmlCore(AbstractDb db,
Table table) |
Insert(AbstractDb db,
Table table) |
Query(AbstractDb db,
Table table) |
Update(AbstractDb db,
Table table) |
| Modifier and Type | Method and Description |
|---|---|
String |
PostgreSQLDriver.tableName(Table table) |
String |
MySQLDriver.tableName(Table table) |
String |
GenericDriver.tableName(Table table) |
String |
Driver.tableName(Table table) |
Copyright © 2019. All rights reserved.