public class AltibaseParameterMetaData
extends java.lang.Object
implements java.sql.ParameterMetaData
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParameterClassName(int aParamIndex) |
int |
getParameterCount() |
int |
getParameterMode(int aParamIndex) |
int |
getParameterType(int aParamIndex) |
java.lang.String |
getParameterTypeName(int aParamIndex) |
int |
getPrecision(int aParamIndex) |
int |
getScale(int aParamIndex) |
int |
isNullable(int aParamIndex) |
boolean |
isSigned(int aParamIndex) |
boolean |
isWrapperFor(java.lang.Class<?> aIface) |
<T> T |
unwrap(java.lang.Class<T> aIface) |
public int getParameterCount()
throws java.sql.SQLException
getParameterCount in interface java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic java.lang.String getParameterClassName(int aParamIndex)
throws java.sql.SQLException
getParameterClassName in interface java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic int getParameterMode(int aParamIndex)
throws java.sql.SQLException
getParameterMode in interface java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic int getParameterType(int aParamIndex)
throws java.sql.SQLException
getParameterType in interface java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic java.lang.String getParameterTypeName(int aParamIndex)
throws java.sql.SQLException
getParameterTypeName in interface java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic int getPrecision(int aParamIndex)
throws java.sql.SQLException
getPrecision in interface java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic int getScale(int aParamIndex)
throws java.sql.SQLException
getScale in interface java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic int isNullable(int aParamIndex)
throws java.sql.SQLException
isNullable in interface java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic boolean isSigned(int aParamIndex)
throws java.sql.SQLException
isSigned in interface java.sql.ParameterMetaDatajava.sql.SQLExceptionpublic <T> T unwrap(java.lang.Class<T> aIface)
throws java.sql.SQLException
unwrap in interface java.sql.Wrapperjava.sql.SQLExceptionpublic boolean isWrapperFor(java.lang.Class<?> aIface)
throws java.sql.SQLException
isWrapperFor in interface java.sql.Wrapperjava.sql.SQLException