Class CMISQLQueryMaker.SqlColumn

java.lang.Object
org.nuxeo.ecm.core.opencmis.impl.server.CMISQLQueryMaker.SqlColumn
Enclosing class:
CMISQLQueryMaker

public static class CMISQLQueryMaker.SqlColumn extends Object
Column corresponding to a returned value computed from an actual SQL expression.
  • Field Details

    • sql

      public final String sql
      Column name or expression passed to SQL statement.
    • column

      public final Column column
      Column used to get the value from the result set.
    • key

      public final String key
      Key for the value returned to the caller.
  • Constructor Details