| Package | Description |
|---|---|
| jp.ac.tokushima_u.db.common |
Provides classes of common utility.
|
| jp.ac.tokushima_u.db.logistics |
Provides classes and interfaces for handling Logistics for Tokushima University.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) PgRDB.Where |
PgRDB.DeleteInsert.delete |
| Modifier and Type | Method and Description |
|---|---|
PgRDB.Where |
PgRDB.Where.append(PgRDB.Condition c) |
PgRDB.Where |
PgRDB.Where.duplicate() |
PgRDB.Where |
PgRDB.Where.insert(int offset,
PgRDB.Condition c) |
| Constructor and Description |
|---|
DeleteInsert(PgRDB.Where del,
Collection<PgRDB.Value> cvs) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtRDB.ExtRDBTable.delete(PgRDB.Where delete)
Delete rows where specified condition.
|
void |
ExtRDB.ExtRDBTable.deleteAndInsert(long retr,
PgRDB.Where delete,
Collection<PgRDB.Value> values)
Delete rows and multiple and insert multiple rows.
|
void |
ExtRDB.ExtRDBTable.deleteAndMultipleInsert(long retr,
PgRDB.Where delete,
Collection<? extends Collection<PgRDB.Value>> valuess)
Delete rows and multiple and insert multiple rows.
|
String |
ExtRDBCluster.retrieve1value(PgRDB.Column column,
PgRDB.From from,
PgRDB.Where where)
Retrieve 1 value.
|
EDB Working Group at Mon Dec 15 16:45:05 JST 2025