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.SQLTexttoString in class Objectpublic String toString(boolean use_as)
toString in interface PgRDB.SQLTextpublic boolean isEmpty()
isEmpty in interface PgRDB.SQLTextEDB Working Group at Mon Dec 15 16:45:05 JST 2025