Package | Description |
---|---|
jp.ac.tokushima_u.db.common |
Provides classes of common utility.
|
jp.ac.tokushima_u.edb.erd |
Provides classes for Educator and Researcher Directory of Tokushima University.
|
Modifier and Type | Class and Description |
---|---|
static class |
PgRDB.Column |
static class |
PgRDB.Condition |
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 |
protected static class |
PgRDB.Phrase |
static class |
PgRDB.Select |
static class |
PgRDB.Table |
static class |
PgRDB.Value |
static class |
PgRDB.Where |
static class |
PgRDB.Word |
Modifier and Type | Field and Description |
---|---|
protected List<PgRDB.SQLText> |
PgRDB.Phrase.texts |
Modifier and Type | Method and Description |
---|---|
PgRDB.SQLText |
PgRDB.Phrase.getFirst() |
Modifier and Type | Method and Description |
---|---|
protected PgRDB.Phrase |
PgRDB.Phrase.append(PgRDB.SQLText txt) |
PgRDB.Condition |
PgRDB.Column.between(PgRDB.SQLText v1,
PgRDB.SQLText v2) |
PgRDB.Condition |
PgRDB.Column.createCondition(String op,
PgRDB.SQLText right) |
PgRDB.Condition |
PgRDB.Column.eq(PgRDB.SQLText right) |
PgRDB.Condition |
PgRDB.Column.geq(PgRDB.SQLText right) |
PgRDB.Condition |
PgRDB.Column.gt(PgRDB.SQLText right) |
protected PgRDB.Phrase |
PgRDB.Phrase.insert(int offset,
PgRDB.SQLText txt) |
PgRDB.Condition |
PgRDB.Column.leq(PgRDB.SQLText right) |
PgRDB.Condition |
PgRDB.Column.lt(PgRDB.SQLText right) |
PgRDB.Condition |
PgRDB.Column.neq(PgRDB.SQLText right) |
Constructor and Description |
---|
Condition(PgRDB.Logic logic,
PgRDB.SQLText... cs) |
Condition(PgRDB.SQLText... cs) |
Exists(PgRDB.SQLText... texts) |
Fields(PgRDB.SQLText... txts) |
GroupBy(PgRDB.SQLText... gs) |
NotExists(PgRDB.SQLText... texts) |
Select(PgRDB.SQLText... texts) |
Where(PgRDB.Logic logic,
PgRDB.SQLText... cs) |
Where(PgRDB.SQLText... cs) |
Constructor and Description |
---|
Condition(Collection<PgRDB.SQLText> cs) |
Condition(PgRDB.Logic logic,
Collection<PgRDB.SQLText> cs) |
Phrase(String pr,
String d,
Collection<PgRDB.SQLText> txts,
String po) |
Phrase(String pr,
String d,
Collection<PgRDB.SQLText> txts,
String po,
boolean as) |
Where(Collection<PgRDB.SQLText> cs) |
Where(PgRDB.Logic logic,
Collection<PgRDB.SQLText> cs) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ErdOrganization.RdbOrganizationTable |
(package private) static class |
ErdPerson.RdbPersonTable |
EDB Working Group at Tue Jun 10 17:08:59 JST 2025