| Package | Description |
|---|---|
| manifold.sql.rt.api | |
| manifold.sql.rt.impl |
| 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.update(java.sql.Connection c,
UpdateContext<T> ctx) |
| 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.update(java.sql.Connection c,
UpdateContext<T> ctx) |
Copyright © 2023. All rights reserved.