public class MimdbJdbcParameterMetaData
extends java.lang.Object
implements java.sql.ParameterMetaData
修飾子とタイプ | メソッドと説明 |
---|---|
java.lang.String |
getParameterClassName(int param) |
int |
getParameterCount() |
int |
getParameterMode(int param) |
int |
getParameterType(int param) |
java.lang.String |
getParameterTypeName(int param) |
int |
getPrecision(int param) |
int |
getScale(int param) |
int |
isNullable(int param) |
boolean |
isSigned(int param) |
boolean |
isWrapperFor(java.lang.Class<?> iface) |
<T> T |
unwrap(java.lang.Class<T> iface) |
public java.lang.String getParameterClassName(int param) throws java.sql.SQLException
getParameterClassName
インタフェース内 java.sql.ParameterMetaData
java.sql.SQLException
public int getParameterCount() throws java.sql.SQLException
getParameterCount
インタフェース内 java.sql.ParameterMetaData
java.sql.SQLException
public int getParameterMode(int param) throws java.sql.SQLException
getParameterMode
インタフェース内 java.sql.ParameterMetaData
java.sql.SQLException
public int getParameterType(int param) throws java.sql.SQLException
getParameterType
インタフェース内 java.sql.ParameterMetaData
java.sql.SQLException
public java.lang.String getParameterTypeName(int param) throws java.sql.SQLException
getParameterTypeName
インタフェース内 java.sql.ParameterMetaData
java.sql.SQLException
public int getPrecision(int param) throws java.sql.SQLException
getPrecision
インタフェース内 java.sql.ParameterMetaData
java.sql.SQLException
public int getScale(int param) throws java.sql.SQLException
getScale
インタフェース内 java.sql.ParameterMetaData
java.sql.SQLException
public int isNullable(int param) throws java.sql.SQLException
isNullable
インタフェース内 java.sql.ParameterMetaData
java.sql.SQLException
public boolean isSigned(int param) throws java.sql.SQLException
isSigned
インタフェース内 java.sql.ParameterMetaData
java.sql.SQLException
public boolean isWrapperFor(java.lang.Class<?> iface) throws java.sql.SQLException
isWrapperFor
インタフェース内 java.sql.Wrapper
java.sql.SQLException
public <T> T unwrap(java.lang.Class<T> iface) throws java.sql.SQLException
unwrap
インタフェース内 java.sql.Wrapper
java.sql.SQLException