static class SqlQuery.ClauseList extends ArrayList<String>
Modifier and Type | Field and Description |
---|---|
protected boolean |
allowDups |
modCount
Constructor and Description |
---|
ClauseList(boolean allowDups) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(String element)
Adds an element to this ClauseList if either duplicates are allowed
or if it has not already been added.
|
(package private) static String |
foo(boolean generateFormattedSql,
String prefix,
String s) |
(package private) static void |
listToBuffer(StringBuilder buf,
List<SqlQuery.ClauseList> clauseListList,
boolean generateFormattedSql,
String prefix,
String first,
String sep,
String last) |
(package private) void |
toBuffer(StringBuilder buf,
boolean generateFormattedSql,
String prefix,
String first,
String sep,
String last,
String empty) |
(package private) void |
toBuffer(StringBuilder buf,
String first,
String sep,
String last) |
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public boolean add(String element)
add
in interface Collection<String>
add
in interface List<String>
add
in class ArrayList<String>
element
- Element to addCollection.add(Object)
final void toBuffer(StringBuilder buf, boolean generateFormattedSql, String prefix, String first, String sep, String last, String empty)
final void toBuffer(StringBuilder buf, String first, String sep, String last)
static void listToBuffer(StringBuilder buf, List<SqlQuery.ClauseList> clauseListList, boolean generateFormattedSql, String prefix, String first, String sep, String last)