public class AltibaseResultSetMetaData extends WrapperAdapter implements java.sql.ResultSetMetaData
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCatalogName(int aColumnIndex) |
java.lang.String |
getColumnClassName(int aColumnIndex) |
int |
getColumnCount() |
int |
getColumnDisplaySize(int aColumnIndex) |
java.lang.String |
getColumnLabel(int aColumnIndex) |
java.lang.String |
getColumnName(int aColumnIndex) |
int |
getColumnType(int aColumnIndex) |
java.lang.String |
getColumnTypeName(int aColumnIndex) |
int |
getPrecision(int aColumnIndex) |
int |
getScale(int aColumnIndex) |
java.lang.String |
getSchemaName(int aColumnIndex) |
java.lang.String |
getTableName(int aColumnIndex) |
boolean |
isAutoIncrement(int aColumnIndex) |
boolean |
isCaseSensitive(int aColumnIndex) |
boolean |
isCurrency(int aColumnIndex) |
boolean |
isDefinitelyWritable(int aColumnIndex) |
int |
isNullable(int aColumnIndex) |
boolean |
isReadOnly(int aColumnIndex) |
boolean |
isSearchable(int aColumnIndex) |
boolean |
isSigned(int aColumnIndex) |
boolean |
isWritable(int aColumnIndex) |
isWrapperFor, unwrappublic int getColumnCount()
throws java.sql.SQLException
getColumnCount in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic java.lang.String getCatalogName(int aColumnIndex)
throws java.sql.SQLException
getCatalogName in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic java.lang.String getColumnClassName(int aColumnIndex)
throws java.sql.SQLException
getColumnClassName in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic int getColumnDisplaySize(int aColumnIndex)
throws java.sql.SQLException
getColumnDisplaySize in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic java.lang.String getColumnLabel(int aColumnIndex)
throws java.sql.SQLException
getColumnLabel in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic java.lang.String getColumnName(int aColumnIndex)
throws java.sql.SQLException
getColumnName in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic int getColumnType(int aColumnIndex)
throws java.sql.SQLException
getColumnType in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic java.lang.String getColumnTypeName(int aColumnIndex)
throws java.sql.SQLException
getColumnTypeName in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic int getPrecision(int aColumnIndex)
throws java.sql.SQLException
getPrecision in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic int getScale(int aColumnIndex)
throws java.sql.SQLException
getScale in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic java.lang.String getSchemaName(int aColumnIndex)
throws java.sql.SQLException
getSchemaName in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic java.lang.String getTableName(int aColumnIndex)
throws java.sql.SQLException
getTableName in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isAutoIncrement(int aColumnIndex)
throws java.sql.SQLException
isAutoIncrement in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isCaseSensitive(int aColumnIndex)
throws java.sql.SQLException
isCaseSensitive in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isCurrency(int aColumnIndex)
throws java.sql.SQLException
isCurrency in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isDefinitelyWritable(int aColumnIndex)
throws java.sql.SQLException
isDefinitelyWritable in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic int isNullable(int aColumnIndex)
throws java.sql.SQLException
isNullable in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isReadOnly(int aColumnIndex)
throws java.sql.SQLException
isReadOnly in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isSearchable(int aColumnIndex)
throws java.sql.SQLException
isSearchable in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isSigned(int aColumnIndex)
throws java.sql.SQLException
isSigned in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isWritable(int aColumnIndex)
throws java.sql.SQLException
isWritable in interface java.sql.ResultSetMetaDatajava.sql.SQLException