Class NXQLQueryMaker.ColumnInfo
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.sql.jdbc.NXQLQueryMaker.ColumnInfo
-
- Enclosing class:
- NXQLQueryMaker
protected static class NXQLQueryMaker.ColumnInfo extends Object
Info about a column and its property type.
-
-
Field Summary
Fields Modifier and Type Field Description int
arrayElementIndex
Column
column
boolean
isArrayElement
boolean
needsSubSelect
Column
posColumn
-
Constructor Summary
Constructors Constructor Description ColumnInfo(Column column, Column posColumn, int arrayElementIndex, boolean isArrayElement, boolean isArray)
-