类 CallableStatement.CallableStatementParamInfo
- java.lang.Object
-
- com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- 所有已实现的接口:
ParameterMetaData,Wrapper
- 封闭类:
- CallableStatement
public class CallableStatement.CallableStatementParamInfo extends Object implements ParameterMetaData
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidcheckBounds(int paramIndex)protected Objectclone()StringgetParameterClassName(int arg0)intgetParameterCount()intgetParameterMode(int arg0)intgetParameterType(int arg0)StringgetParameterTypeName(int arg0)intgetPrecision(int arg0)intgetScale(int arg0)intisNullable(int arg0)booleanisSigned(int arg0)booleanisWrapperFor(Class<?> iface)<T> Tunwrap(Class<T> iface)
-
-
-
方法详细资料
-
checkBounds
protected void checkBounds(int paramIndex) throws SQLException- 抛出:
SQLException
-
clone
protected Object clone() throws CloneNotSupportedException
- 覆盖:
clone在类中Object- 抛出:
CloneNotSupportedException
-
getParameterClassName
public String getParameterClassName(int arg0) throws SQLException
- 指定者:
getParameterClassName在接口中ParameterMetaData- 抛出:
SQLException
-
getParameterCount
public int getParameterCount() throws SQLException- 指定者:
getParameterCount在接口中ParameterMetaData- 抛出:
SQLException
-
getParameterMode
public int getParameterMode(int arg0) throws SQLException- 指定者:
getParameterMode在接口中ParameterMetaData- 抛出:
SQLException
-
getParameterType
public int getParameterType(int arg0) throws SQLException- 指定者:
getParameterType在接口中ParameterMetaData- 抛出:
SQLException
-
getParameterTypeName
public String getParameterTypeName(int arg0) throws SQLException
- 指定者:
getParameterTypeName在接口中ParameterMetaData- 抛出:
SQLException
-
getPrecision
public int getPrecision(int arg0) throws SQLException- 指定者:
getPrecision在接口中ParameterMetaData- 抛出:
SQLException
-
getScale
public int getScale(int arg0) throws SQLException- 指定者:
getScale在接口中ParameterMetaData- 抛出:
SQLException
-
isNullable
public int isNullable(int arg0) throws SQLException- 指定者:
isNullable在接口中ParameterMetaData- 抛出:
SQLException
-
isSigned
public boolean isSigned(int arg0) throws SQLException- 指定者:
isSigned在接口中ParameterMetaData- 抛出:
SQLException
-
isWrapperFor
public boolean isWrapperFor(Class<?> iface) throws SQLException
- 指定者:
isWrapperFor在接口中Wrapper- 抛出:
SQLException
-
unwrap
public <T> T unwrap(Class<T> iface) throws SQLException
- 指定者:
unwrap在接口中Wrapper- 抛出:
SQLException
-
-