| Package | Description |
|---|---|
| jp.ac.tokushima_u.db.common |
Provides classes of common utility.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PgRDB.Exists |
static class |
PgRDB.Fields |
static class |
PgRDB.From |
static class |
PgRDB.GroupBy |
static class |
PgRDB.Limit |
static class |
PgRDB.NotExists |
static class |
PgRDB.OrderBy |
static class |
PgRDB.Select |
static class |
PgRDB.Where |
| Modifier and Type | Method and Description |
|---|---|
List<List<String>> |
PgRDB.select(PgRDB.SQLPhrase... phrases) |
List<List<String>> |
PgRDB.Cluster.select(PgRDB.SQLPhrase... phrases) |
List<String> |
PgRDB.select1(PgRDB.SQLPhrase... phrases) |
List<String> |
PgRDB.Cluster.select1(PgRDB.SQLPhrase... phrases) |
List<String> |
PgRDB.select1row(PgRDB.SQLPhrase... phrases)
Select single-row (find first) and multi-fields
|
List<String> |
PgRDB.Cluster.select1row(PgRDB.SQLPhrase... phrases) |
EDB Working Group at Mon Dec 15 16:45:05 JST 2025