| Package | Description |
|---|---|
| manifold.sql.rt.api | |
| manifold.sql.rt.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SchemaBuilder<T extends TableRow> |
| Modifier and Type | Method and Description |
|---|---|
<T extends TableRow> |
CrudProvider.create(java.sql.Connection c,
UpdateContext<T> ctx) |
<T extends TableRow> |
CrudProvider.delete(java.sql.Connection c,
UpdateContext<T> ctx) |
<T extends TableRow> |
CrudProvider.readMany(QueryContext<T> ctx) |
<T extends TableRow> |
CrudProvider.readOne(QueryContext<T> ctx) |
<T extends TableRow> |
CrudProvider.update(java.sql.Connection c,
UpdateContext<T> ctx) |
| Modifier and Type | Method and Description |
|---|---|
TableRow |
TxBindings.getOwner() |
TableRow |
BasicTxBindings.getOwner() |
TableRow |
KeyRef.getRef() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<TableRow> |
OperableTxScope.getRows() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperableTxScope.addRow(TableRow item) |
boolean |
OperableTxScope.containsRow(TableRow item) |
void |
OperableTxScope.removeRow(TableRow item) |
void |
TxBindings.setOwner(TableRow owner) |
void |
BasicTxBindings.setOwner(TableRow owner) |
| Constructor and Description |
|---|
KeyRef(TableRow ref,
java.lang.String keyColName) |
| Modifier and Type | Method and Description |
|---|---|
<T extends TableRow> |
BasicCrudProvider.create(java.sql.Connection c,
UpdateContext<T> ctx) |
<T extends TableRow> |
BasicCrudProvider.delete(java.sql.Connection c,
UpdateContext<T> ctx) |
<T extends TableRow> |
BasicCrudProvider.readMany(QueryContext<T> ctx) |
<T extends TableRow> |
BasicCrudProvider.readOne(QueryContext<T> ctx) |
<T extends TableRow> |
BasicCrudProvider.update(java.sql.Connection c,
UpdateContext<T> ctx) |
Copyright © 2023. All rights reserved.