Package org.jooq

Interface BindingGetSQLInputContext<U>

    • Method Detail

      • input

        java.sql.SQLInput input()
        The SQLInput from which a value is retrieved.
      • value

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