com.mysql.jdbc
Class CallableStatement.CallableStatementParamInfo
java.lang.Object
com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
- Enclosing class:
- CallableStatement
- class CallableStatement.CallableStatementParamInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parameterList
java.util.List parameterList
parameterMap
java.util.Map parameterMap
catalogInUse
java.lang.String catalogInUse
nativeSql
java.lang.String nativeSql
numParameters
int numParameters
CallableStatement.CallableStatementParamInfo
CallableStatement.CallableStatementParamInfo(java.sql.ResultSet paramTypesRs)
throws java.sql.SQLException
clone
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
getParameter
CallableStatement.CallableStatementParam getParameter(java.lang.String name)
getParameter
CallableStatement.CallableStatementParam getParameter(int index)
iterator
java.util.Iterator iterator()
numberOfParameters
int numberOfParameters()