| Package | Description |
|---|---|
| org.teiid.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
CallableStatementImpl |
class |
PreparedStatementImpl
Instances of PreparedStatement contain a SQL statement that has already been
compiled.
|
| Modifier and Type | Method and Description |
|---|---|
StatementImpl |
ConnectionImpl.createStatement() |
StatementImpl |
ConnectionImpl.createStatement(int resultSetType,
int resultSetConcurrency)
Creates a Statement object that will produce ResultSet objects of the type
resultSetType and concurrency level resultSetConcurrency.
|
StatementImpl |
ConnectionImpl.createStatement(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
StatementImpl |
ResultSetImpl.getStatement()
Retrieves the Statement object that produced this ResultSet object.
|
| Constructor and Description |
|---|
DeferredMetadataProvider(String[] columnNames,
String[] columnTypes,
StatementImpl statement,
long requestID) |
NonBlockingRowProcessor(StatementImpl stmt,
StatementCallback callback) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.