Module org.jooq
Package org.jooq

Interface BindingGetStatementContext<U>

    • Method Detail

      • 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.