Interface JdbcValuesMapping

    • Method Detail

      • getSqlSelections

        List<SqlSelection> getSqlSelections()
        The JDBC selection descriptors. Used to read ResultSet values and build the "JDBC values array"
      • getRowSize

        int getRowSize()
      • getValueIndexesToCacheIndexes

        int[] getValueIndexesToCacheIndexes()
        Mapping from value index to cache index.
      • getRowToCacheSize

        int getRowToCacheSize()
        The size of the row for caching.