Class SQLStatement.ListCollector
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.sql.jdbc.dialect.SQLStatement.ListCollector
-
- Enclosing class:
- SQLStatement
public static class SQLStatement.ListCollector extends Object
Collects a list of strings.- Since:
- 6.0-HF24, 7.10-HF01, 8.1
-
-
Constructor Summary
Constructors Constructor Description ListCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(String string)
Collects one string.void
addAll(List<String> strings)
Collects several strings.List<String>
getStrings()
Gets the collected strings.
-