|
MySQL Connector/J size='-1'>5.1.6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerPreparedStatement | |
|---|---|
| com.mysql.jdbc | |
| Uses of ServerPreparedStatement in com.mysql.jdbc |
|---|
| Subclasses of ServerPreparedStatement in com.mysql.jdbc | |
|---|---|
class |
JDBC4ServerPreparedStatement
|
| Methods in com.mysql.jdbc that return ServerPreparedStatement | |
|---|---|
protected static ServerPreparedStatement |
ServerPreparedStatement.getInstance(ConnectionImpl conn,
java.lang.String sql,
java.lang.String catalog,
int resultSetType,
int resultSetConcurrency)
Creates a prepared statement instance -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures. |
| Methods in com.mysql.jdbc with parameters of type ServerPreparedStatement | |
|---|---|
protected void |
ConnectionImpl.recachePreparedStatement(ServerPreparedStatement pstmt)
|
| Constructors in com.mysql.jdbc with parameters of type ServerPreparedStatement | |
|---|---|
RowDataCursor(com.mysql.jdbc.MysqlIO ioChannel,
ServerPreparedStatement creatingStatement,
Field[] metadata)
Creates a new cursor-backed row provider. |
|
|
MySQL Connector/J size='-1'>5.1.6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||