| Package | Description |
|---|---|
| com.github.quintans.ezSQL | |
| com.github.quintans.ezSQL.db | |
| com.github.quintans.ezSQL.dml | |
| com.github.quintans.ezSQL.sp | |
| com.github.quintans.ezSQL.transformers |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionManager<T extends AbstractDb> |
static interface |
TransactionManager.Callback<T extends AbstractDb> |
static interface |
TransactionManager.CallbackF<T extends AbstractDb,R> |
| Modifier and Type | Class and Description |
|---|---|
class |
Db |
| Constructor and Description |
|---|
DbJdbcSession(AbstractDb db) |
| Constructor and Description |
|---|
Sequence(AbstractDb db,
String name) |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractDb |
DmlBase.db |
| Modifier and Type | Method and Description |
|---|---|
AbstractDb |
DmlBase.getDb() |
| 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) |
| Constructor and Description |
|---|
SqlProcedure(AbstractDb db,
SqlParameter returnType,
String name,
SqlParameter... params)
Stored function constructor.
|
SqlProcedure(AbstractDb db,
String name,
SqlParameter... params) |
| Constructor and Description |
|---|
AbstractDbRowTransformer(AbstractDb db) |
SimpleAbstractDbRowTransformer(AbstractDb db) |
Copyright © 2019. All rights reserved.