| 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.
|
| jp.ac.tokushima_u.db.t73 |
Provides classes of Type73 file sharing system.
|
| jp.ac.tokushima_u.edb.erd |
Provides classes for Educator and Researcher Directory of Tokushima University.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Collection<PgRDB.Value> |
PgRDB.DeleteInsert.values |
| Modifier and Type | Method and Description |
|---|---|
PgRDB.Value |
PgRDB.Column.createValue(boolean v) |
PgRDB.Value |
PgRDB.Column.createValue(int v) |
PgRDB.Value |
PgRDB.Column.createValue(int[] v) |
PgRDB.Value |
PgRDB.Column.createValue(long v) |
PgRDB.Value |
PgRDB.Column.createValue(String v) |
PgRDB.Value |
PgRDB.Column.createValue(String[] v) |
| Modifier and Type | Method and Description |
|---|---|
void |
PgRDB.deleteAndInsert(PgRDB.Table table,
PgRDB.Where where,
PgRDB.Value... cvs) |
void |
PgRDB.Cluster.deleteAndInsert(PgRDB.Table table,
PgRDB.Where where,
PgRDB.Value... cvs) |
void |
PgRDB.insertInto(PgRDB.Table table,
PgRDB.Value... cvs) |
void |
PgRDB.Cluster.insertInto(PgRDB.Table table,
PgRDB.Value... cvs) |
| Modifier and Type | Method and Description |
|---|---|
void |
PgRDB.deleteAndInsert(PgRDB.Table table,
PgRDB.Where where,
Collection<PgRDB.Value> cvs) |
void |
PgRDB.Cluster.deleteAndInsert(PgRDB.Table table,
PgRDB.Where where,
Collection<PgRDB.Value> cvs) |
void |
PgRDB.deleteAndMultipleInsert(PgRDB.Table table,
PgRDB.Where where,
Collection<? extends Collection<PgRDB.Value>> cvss) |
void |
PgRDB.Cluster.deleteAndMultipleInsert(PgRDB.Table table,
PgRDB.Where where,
Collection<? extends Collection<PgRDB.Value>> cvs) |
void |
PgRDB.insertInto(PgRDB.Table table,
Collection<PgRDB.Value> cvs) |
void |
PgRDB.Cluster.insertInto(PgRDB.Table table,
Collection<PgRDB.Value> cvs) |
void |
PgRDB.multipleInsertInto(PgRDB.Table table,
Collection<Collection<PgRDB.Value>> cvss) |
void |
PgRDB.Cluster.multipleInsertInto(PgRDB.Table table,
Collection<Collection<PgRDB.Value>> cvs) |
| Constructor and Description |
|---|
DeleteInsert(PgRDB.Where del,
Collection<PgRDB.Value> cvs) |
| Modifier and Type | Method and Description |
|---|---|
PgRDB.Value |
ExtRDB.ExtRDBColumn.createValue(Collection<Logistics.Id> ids) |
PgRDB.Value |
ExtRDB.ExtRDBColumn.createValue(Logistics.Id id) |
| Modifier and Type | Method and Description |
|---|---|
protected static Collection<PgRDB.Value> |
ExtRDB.addCommonValues(long now,
long retr,
Collection<PgRDB.Value> values)
Add common column values
|
| Modifier and Type | Method and Description |
|---|---|
protected static Collection<PgRDB.Value> |
ExtRDB.addCommonValues(long now,
long retr,
Collection<PgRDB.Value> values)
Add common column values
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) List<PgRDB.Value> |
T73Message.MessageContent.createValues() |
(package private) List<PgRDB.Value> |
T73Index.ContentInfo.createValues() |
| Modifier and Type | Method and Description |
|---|---|
(package private) List<PgRDB.Value> |
ErdPerson.createBaseValues(PgRDB.Cluster<ErdRDB> rdb,
ErdPerson.RdbPersonTable table,
ErdPage page,
String anchor) |
EDB Working Group at Mon Dec 15 16:45:05 JST 2025