Package org.jooq

Interface BindingGetResultSetContext<U>

    • Method Detail

      • resultSet

        java.sql.ResultSet resultSet()
        The ResultSet from which a value is retrieved.
      • index

        int index()
        The column index at which the value is retrieved.
      • value

        void value​(U value)
        A callback to which the resulting value is registered.