|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PreparedStatementImpl | |
|---|---|
| org.teiid.jdbc | |
| Uses of PreparedStatementImpl in org.teiid.jdbc |
|---|
| Subclasses of PreparedStatementImpl 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. |
| Methods in org.teiid.jdbc that return PreparedStatementImpl | |
|---|---|
PreparedStatementImpl |
ConnectionImpl.prepareStatement(java.lang.String sql)
|
PreparedStatementImpl |
ConnectionImpl.prepareStatement(java.lang.String sql,
int resultSetType,
int resultSetConcurrency)
Creates a PreparedStatement object that contains a sql and that will produce ResultSet objects of the type resultSetType and with a concurrency level of resultSetConcurrency. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||