Interface SqlSelection

    • Method Detail

      • getJdbcValueExtractor

        ValueExtractor getJdbcValueExtractor()
        Get the extractor that can be used to extract JDBC values for this selection
      • getValuesArrayPosition

        int getValuesArrayPosition()
        Get the position within the "JDBC values" array (0-based). Negative indicates this is not a "real" selection
      • getJdbcResultSetIndex

        default int getJdbcResultSetIndex()
        Get the JDBC position (1-based)
      • getExpression

        Expression getExpression()
        The underlying expression.
      • isVirtual

        boolean isVirtual()
        Whether this is a virtual or a real selection item. Virtual selection items are not rendered into the SQL select clause.