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 Details

    • ListCollector

      public ListCollector()
  • Method Details

    • add

      public void add(String string)
      Collects one string.
    • addAll

      public void addAll(List<String> strings)
      Collects several strings.
    • getStrings

      public List<String> getStrings()
      Gets the collected strings.