Package org.teiid.jdbc
Interface ContinuousStatementCallback
-
- All Superinterfaces:
StatementCallback
public interface ContinuousStatementCallback extends StatementCallback
A callback for continuous result processing.Statement.close()
must still be called to release statement resources. Statement methods, such as cancel, are perfectly valid even when using a callback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beforeNextExecution(Statement s)
Called before the next execution iteration has begun.-
Methods inherited from interface org.teiid.jdbc.StatementCallback
onComplete, onException, onRow
-
-