Class 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 Detail

      • 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.