Interface JavaToSqlTypeConversionRules.ColumnList

  • All Superinterfaces:
    java.util.Collection, java.lang.Iterable, java.util.List
    Enclosing class:
    JavaToSqlTypeConversionRules

    private static interface JavaToSqlTypeConversionRules.ColumnList
    extends java.util.List
    Make this public when needed. To represent COLUMN_LIST SQL value, we need a type distinguishable from List in user-defined types.
    • Method Summary

      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray