| Package | Description |
|---|---|
| org.teiid.jdbc |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContinuousStatementCallback
A callback for continuous result processing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TeiidPreparedStatement.submitExecute(StatementCallback callback,
RequestOptions options)
Execute the given statement using a non-blocking callback.
|
void |
PreparedStatementImpl.submitExecute(StatementCallback callback,
RequestOptions options) |
void |
TeiidStatement.submitExecute(String sql,
StatementCallback callback,
RequestOptions options)
Execute the given statement using a non-blocking callback.
|
void |
StatementImpl.submitExecute(String sql,
StatementCallback callback,
RequestOptions options) |
void |
PreparedStatementImpl.submitExecute(String sql,
StatementCallback callback,
RequestOptions options) |
| Constructor and Description |
|---|
NonBlockingRowProcessor(StatementImpl stmt,
StatementCallback callback) |
Copyright © 2020. All rights reserved.