Uses of Interface
org.teiid.jdbc.StatementCallback
-
Packages that use StatementCallback Package Description org.teiid.jdbc -
-
Uses of StatementCallback in org.teiid.jdbc
Subinterfaces of StatementCallback in org.teiid.jdbc Modifier and Type Interface Description interface
ContinuousStatementCallback
A callback for continuous result processing.Methods in org.teiid.jdbc with parameters of type StatementCallback Modifier and Type Method Description void
PreparedStatementImpl. submitExecute(String sql, StatementCallback callback, RequestOptions options)
void
PreparedStatementImpl. submitExecute(StatementCallback callback, RequestOptions options)
void
StatementImpl. submitExecute(String sql, StatementCallback callback, RequestOptions options)
void
TeiidPreparedStatement. submitExecute(StatementCallback callback, RequestOptions options)
Execute the given statement using a non-blocking callback.void
TeiidStatement. submitExecute(String sql, StatementCallback callback, RequestOptions options)
Execute the given statement using a non-blocking callback.Constructors in org.teiid.jdbc with parameters of type StatementCallback Constructor Description NonBlockingRowProcessor(StatementImpl stmt, StatementCallback callback)
-