|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatementImpl | |
|---|---|
| org.teiid.jdbc | |
| Uses of StatementImpl in org.teiid.jdbc |
|---|
| Subclasses of StatementImpl in org.teiid.jdbc | |
|---|---|
class |
CallableStatementImpl
This class inherits Statement methods, which deal with SQL statements in general and also inherits PreparedStatement methods, which deal with IN parameters. |
class |
PreparedStatementImpl
Instances of PreparedStatement contain a SQL statement that has already been compiled. |
| Methods in org.teiid.jdbc that return StatementImpl | |
|---|---|
StatementImpl |
ResultSetImpl.getStatement()
Retrieves the Statement object that produced this ResultSet object. |
| Constructors in org.teiid.jdbc with parameters of type StatementImpl | |
|---|---|
DeferredMetadataProvider(java.lang.String[] columnNames,
java.lang.String[] columnTypes,
StatementImpl statement,
long requestID)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||