|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbr.ufg.integrate.jdbc.ResultSetMetaDataImpl
public class ResultSetMetaDataImpl
| Field Summary |
|---|
| Fields inherited from interface java.sql.ResultSetMetaData |
|---|
columnNoNulls, columnNullable, columnNullableUnknown |
| Constructor Summary | |
|---|---|
ResultSetMetaDataImpl(ResultSetMetaData rsmeta)
Constructs a new StatementImpl object. |
|
| Method Summary | |
|---|---|
String |
getCatalogName(int column)
Implements method in interface java.sql.ResultSetMetaData |
String |
getColumnClassName(int column)
Implements method in interface java.sql.ResultSetMetaData |
int |
getColumnCount()
Implements method in interface java.sql.ResultSetMetaData |
int |
getColumnDisplaySize(int column)
Implements method in interface java.sql.ResultSetMetaData |
String |
getColumnLabel(int column)
Implements method in interface java.sql.ResultSetMetaData |
String |
getColumnName(int column)
Implements method in interface java.sql.ResultSetMetaData |
int |
getColumnType(int column)
Implements method in interface java.sql.ResultSetMetaData |
String |
getColumnTypeName(int column)
Implements method in interface java.sql.ResultSetMetaData |
int |
getPrecision(int column)
Implements method in interface java.sql.ResultSetMetaData |
int |
getScale(int column)
Implements method in interface java.sql.ResultSetMetaData |
String |
getSchemaName(int column)
Implements method in interface java.sql.ResultSetMetaData |
String |
getTableName(int column)
Implements method in interface java.sql.ResultSetMetaData |
boolean |
isAutoIncrement(int column)
Implements method in interface java.sql.ResultSetMetaData |
boolean |
isCaseSensitive(int column)
Implements method in interface java.sql.ResultSetMetaData |
boolean |
isCurrency(int column)
Implements method in interface java.sql.ResultSetMetaData |
boolean |
isDefinitelyWritable(int column)
Implements method in interface java.sql.ResultSetMetaData |
int |
isNullable(int column)
Implements method in interface java.sql.ResultSetMetaData |
boolean |
isReadOnly(int column)
Implements method in interface java.sql.ResultSetMetaData |
boolean |
isSearchable(int column)
Implements method in interface java.sql.ResultSetMetaData |
boolean |
isSigned(int column)
Implements method in interface java.sql.ResultSetMetaData |
boolean |
isWrapperFor(Class arg0)
|
boolean |
isWritable(int column)
Implements method in interface java.sql.ResultSetMetaData |
Object |
unwrap(Class iface)
Implements method in interface java.sql.ResultSetMetaData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultSetMetaDataImpl(ResultSetMetaData rsmeta)
| Method Detail |
|---|
public String getCatalogName(int column)
throws SQLException
getCatalogName in interface ResultSetMetaDataSQLExceptionResultSetMetaData.getCatalogName(int)
public String getColumnClassName(int column)
throws SQLException
getColumnClassName in interface ResultSetMetaDataSQLExceptionResultSetMetaData.getColumnClassName(int)
public int getColumnCount()
throws SQLException
getColumnCount in interface ResultSetMetaDataSQLExceptionResultSetMetaData.getColumnCount()
public int getColumnDisplaySize(int column)
throws SQLException
getColumnDisplaySize in interface ResultSetMetaDataSQLExceptionResultSetMetaData.getColumnDisplaySize(int)
public String getColumnLabel(int column)
throws SQLException
getColumnLabel in interface ResultSetMetaDataSQLExceptionResultSetMetaData.getColumnLabel(int)
public String getColumnName(int column)
throws SQLException
getColumnName in interface ResultSetMetaDataSQLExceptionResultSetMetaData.getColumnName(int)
public int getColumnType(int column)
throws SQLException
getColumnType in interface ResultSetMetaDataSQLExceptionResultSetMetaData.getColumnType(int)
public String getColumnTypeName(int column)
throws SQLException
getColumnTypeName in interface ResultSetMetaDataSQLExceptionResultSetMetaData.getColumnTypeName(int)
public int getPrecision(int column)
throws SQLException
getPrecision in interface ResultSetMetaDataSQLExceptionResultSetMetaData.getPrecision(int)
public int getScale(int column)
throws SQLException
getScale in interface ResultSetMetaDataSQLExceptionResultSetMetaData.getScale(int)
public String getSchemaName(int column)
throws SQLException
getSchemaName in interface ResultSetMetaDataSQLExceptionResultSetMetaData.getSchemaName(int)
public String getTableName(int column)
throws SQLException
getTableName in interface ResultSetMetaDataSQLExceptionResultSetMetaData.getTableName(int)
public boolean isAutoIncrement(int column)
throws SQLException
isAutoIncrement in interface ResultSetMetaDataSQLExceptionResultSetMetaData.isAutoIncrement(int)
public boolean isCaseSensitive(int column)
throws SQLException
isCaseSensitive in interface ResultSetMetaDataSQLExceptionResultSetMetaData.isCaseSensitive(int)
public boolean isCurrency(int column)
throws SQLException
isCurrency in interface ResultSetMetaDataSQLExceptionResultSetMetaData.isCurrency(int)
public boolean isDefinitelyWritable(int column)
throws SQLException
isDefinitelyWritable in interface ResultSetMetaDataSQLExceptionResultSetMetaData.isDefinitelyWritable(int)
public int isNullable(int column)
throws SQLException
isNullable in interface ResultSetMetaDataSQLExceptionResultSetMetaData.isNullable(int)
public boolean isReadOnly(int column)
throws SQLException
isReadOnly in interface ResultSetMetaDataSQLExceptionResultSetMetaData.isReadOnly(int)
public boolean isSearchable(int column)
throws SQLException
isSearchable in interface ResultSetMetaDataSQLExceptionResultSetMetaData.isSearchable(int)
public boolean isSigned(int column)
throws SQLException
isSigned in interface ResultSetMetaDataSQLExceptionResultSetMetaData.isSigned(int)
public boolean isWrapperFor(Class arg0)
throws SQLException
isWrapperFor in interface WrapperSQLException
public boolean isWritable(int column)
throws SQLException
isWritable in interface ResultSetMetaDataSQLExceptionResultSetMetaData.isWritable(int)
public Object unwrap(Class iface)
throws SQLException
unwrap in interface WrapperSQLExceptionWrapper.unwrap(java.lang.Class)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||