MySQL Connector/J size='-1'>5.1.6

Uses of Class
com.mysql.jdbc.CallableStatement.CallableStatementParamInfo

Packages that use CallableStatement.CallableStatementParamInfo
com.mysql.jdbc   
 

Uses of CallableStatement.CallableStatementParamInfo in com.mysql.jdbc
 

Subclasses of CallableStatement.CallableStatementParamInfo in com.mysql.jdbc
protected  class CallableStatement.CallableStatementParamInfoJDBC3
          Can't implement this directly, as then you can't use callable statements on JDK-1.3.1, which unfortunately isn't EOL'd yet, and still present quite a bit out there in the wild (Websphere, FreeBSD, anyone?)
 

Fields in com.mysql.jdbc declared as CallableStatement.CallableStatementParamInfo
protected  CallableStatement.CallableStatementParamInfo CallableStatement.paramInfo
           
 

Methods in com.mysql.jdbc with parameters of type CallableStatement.CallableStatementParamInfo
protected static CallableStatement CallableStatement.getInstance(ConnectionImpl conn, CallableStatement.CallableStatementParamInfo paramInfo)
          Creates a callable 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.
 

Constructors in com.mysql.jdbc with parameters of type CallableStatement.CallableStatementParamInfo
CallableStatement.CallableStatementParamInfoJDBC3(CallableStatement.CallableStatementParamInfo paramInfo)
           
CallableStatement(ConnectionImpl conn, CallableStatement.CallableStatementParamInfo paramInfo)
          Creates a new CallableStatement
JDBC4CallableStatement(ConnectionImpl conn, CallableStatement.CallableStatementParamInfo paramInfo)
           
 


MySQL Connector/J size='-1'>5.1.6