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.ParameterMetaDatajava.sql.SQLExceptionpublic int getParameterCount()
throws java.sql.SQLException
getParameterCount インタフェース内 java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic int getParameterMode(int param)
throws java.sql.SQLException
getParameterMode インタフェース内 java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic int getParameterType(int param)
throws java.sql.SQLException
getParameterType インタフェース内 java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic java.lang.String getParameterTypeName(int param)
throws java.sql.SQLException
getParameterTypeName インタフェース内 java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic int getPrecision(int param)
throws java.sql.SQLException
getPrecision インタフェース内 java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic int getScale(int param)
throws java.sql.SQLException
getScale インタフェース内 java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic int isNullable(int param)
throws java.sql.SQLException
isNullable インタフェース内 java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic boolean isSigned(int param)
throws java.sql.SQLException
isSigned インタフェース内 java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic boolean isWrapperFor(java.lang.Class<?> iface)
throws java.sql.SQLException
isWrapperFor インタフェース内 java.sql.Wrapperjava.sql.SQLExceptionpublic <T> T unwrap(java.lang.Class<T> iface)
throws java.sql.SQLException
unwrap インタフェース内 java.sql.Wrapperjava.sql.SQLException