Interface SqlSelectionProducer

    • Method Detail

      • createSqlSelection

        SqlSelection createSqlSelection​(int jdbcPosition,
                                        int valuesArrayPosition,
                                        JavaType javaType,
                                        boolean virtual,
                                        TypeConfiguration typeConfiguration)
        Create a SqlSelection for the given JDBC ResultSet position
        Parameters:
        jdbcPosition - The index position used to read values from JDBC
        valuesArrayPosition - The position in our "current JDBC values array"
        javaType - The descriptor for the Java type to read the value as
        virtual - Whether the select is virtual or real. See SqlSelection.isVirtual()
        typeConfiguration - The associated TypeConfiguration