Package org.jooq

Interface BindingGetStatementContext<U>

    • Method Detail

      • statement

        java.sql.CallableStatement statement()
        The CallableStatement 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.