protected static class PgRDB.Phrase extends Object implements PgRDB.SQLText, Serializable
Modifier and Type | Field and Description |
---|---|
protected List<PgRDB.SQLText> |
texts |
Modifier | Constructor and Description |
---|---|
protected |
Phrase(String d) |
protected |
Phrase(String d,
boolean as) |
protected |
Phrase(String pr,
String d,
Collection<PgRDB.SQLText> txts,
String po) |
protected |
Phrase(String pr,
String d,
Collection<PgRDB.SQLText> txts,
String po,
boolean as) |
protected |
Phrase(String pr,
String d,
String po) |
protected |
Phrase(String pr,
String d,
String po,
boolean as) |
Modifier and Type | Method and Description |
---|---|
protected PgRDB.Phrase |
append(PgRDB.SQLText txt) |
protected PgRDB.Phrase |
append(String w) |
PgRDB.SQLText |
getFirst() |
protected PgRDB.Phrase |
insert(int offset,
PgRDB.SQLText txt) |
boolean |
isEmpty() |
String |
toString() |
String |
toString(boolean use_as) |
protected List<PgRDB.SQLText> texts
protected Phrase(String d, boolean as)
protected Phrase(String d)
protected Phrase(String pr, String d, Collection<PgRDB.SQLText> txts, String po, boolean as)
protected Phrase(String pr, String d, Collection<PgRDB.SQLText> txts, String po)
public PgRDB.SQLText getFirst()
protected PgRDB.Phrase append(PgRDB.SQLText txt)
protected PgRDB.Phrase insert(int offset, PgRDB.SQLText txt)
protected PgRDB.Phrase append(String w)
public String toString()
toString
in interface PgRDB.SQLText
toString
in class Object
public String toString(boolean use_as)
toString
in interface PgRDB.SQLText
public boolean isEmpty()
isEmpty
in interface PgRDB.SQLText
EDB Working Group at Tue Jun 10 17:08:59 JST 2025