public static class PgRDB.Condition extends PgRDB.Phrase implements Serializable
Modifier and Type | Field and Description |
---|---|
(package private) PgRDB.Logic |
logic |
texts
Constructor and Description |
---|
Condition(Collection<PgRDB.SQLText> cs) |
Condition(PgRDB.Logic lo) |
Condition(PgRDB.Logic logic,
Collection<PgRDB.SQLText> cs) |
Condition(PgRDB.Logic logic,
PgRDB.SQLText... cs) |
Condition(PgRDB.SQLText... cs) |
Modifier and Type | Method and Description |
---|---|
PgRDB.Condition |
append(PgRDB.Condition c) |
PgRDB.Condition |
duplicate() |
PgRDB.Condition |
insert(int offset,
PgRDB.Condition c) |
PgRDB.Condition |
negate() |
String |
toString() |
PgRDB.Logic logic
public Condition(PgRDB.Logic lo)
public Condition(PgRDB.Logic logic, PgRDB.SQLText... cs)
public Condition(PgRDB.Logic logic, Collection<PgRDB.SQLText> cs)
public Condition(PgRDB.SQLText... cs)
public Condition(Collection<PgRDB.SQLText> cs)
public PgRDB.Condition append(PgRDB.Condition c)
public PgRDB.Condition insert(int offset, PgRDB.Condition c)
public PgRDB.Condition duplicate()
public PgRDB.Condition negate()
public String toString()
toString
in interface PgRDB.SQLText
toString
in class PgRDB.Phrase
EDB Working Group at Tue Jun 10 17:08:59 JST 2025