Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

sosc::DTOResultSetMetaData Class Reference

List of all members.

Public Methods

int getColumnType (int column) throws SQLException
String getColumnTypeName (int column) throws SQLException
int getColumnCount () throws SQLException
boolean isAutoIncrement (int column) throws SQLException
boolean isCaseSensitive (int column) throws SQLException
boolean isSearchable (int column) throws SQLException
boolean isCurrency (int column) throws SQLException
int isNullable (int column) throws SQLException
boolean isSigned (int column) throws SQLException
int getColumnDisplaySize (int column) throws SQLException
String getColumnLabel (int column) throws SQLException
String getColumnName (int column) throws SQLException
String getSchemaName (int column) throws SQLException
int getPrecision (int column) throws SQLException
int getScale (int column) throws SQLException
String getTableName (int column) throws SQLException
String getCatalogName (int column) throws SQLException
boolean isReadOnly (int column) throws SQLException
boolean isWritable (int column) throws SQLException
boolean isDefinitelyWritable (int column) throws SQLException
String getColumnClassName (int column) throws SQLException

Detailed Description

The metadata.

Definition at line 910 of file DTOResultSet.java.


Member Function Documentation

String sosc::DTOResultSetMetaData::getCatalogName int    column throws SQLException [inline]
 

Always returns "DTOCatalog"

Definition at line 1030 of file DTOResultSet.java.

String sosc::DTOResultSetMetaData::getColumnClassName int    column throws SQLException [inline]
 

Always returns java.lang.Object

Definition at line 1050 of file DTOResultSet.java.

int sosc::DTOResultSetMetaData::getColumnCount   throws SQLException [inline]
 

Returns the number of columns in this ResultSet object.

Definition at line 951 of file DTOResultSet.java.

Referenced by sosc::DTOResultSet::DTOResultSet().

int sosc::DTOResultSetMetaData::getColumnDisplaySize int    column throws SQLException [inline]
 

Always returns 12

Definition at line 989 of file DTOResultSet.java.

String sosc::DTOResultSetMetaData::getColumnLabel int    column throws SQLException [inline]
 

Definition at line 994 of file DTOResultSet.java.

String sosc::DTOResultSetMetaData::getColumnName int    column throws SQLException [inline]
 

Get the designated column's name.

Definition at line 1002 of file DTOResultSet.java.

Referenced by sosc::DTOResultSet::DTOResultSet().

int sosc::DTOResultSetMetaData::getColumnType int    column throws SQLException [inline]
 

Retrieves the designated column's SQL type.

Definition at line 915 of file DTOResultSet.java.

Referenced by sosc::DTOResultSet::DTOResultSet().

String sosc::DTOResultSetMetaData::getColumnTypeName int    column throws SQLException [inline]
 

Always returns "DTOResultSetColumn"

Definition at line 944 of file DTOResultSet.java.

int sosc::DTOResultSetMetaData::getPrecision int    column throws SQLException [inline]
 

Always returns 2.

Definition at line 1015 of file DTOResultSet.java.

int sosc::DTOResultSetMetaData::getScale int    column throws SQLException [inline]
 

Always returns 32.

Definition at line 1020 of file DTOResultSet.java.

String sosc::DTOResultSetMetaData::getSchemaName int    column throws SQLException [inline]
 

Always returns "DTOResultSetSchema"

Definition at line 1010 of file DTOResultSet.java.

String sosc::DTOResultSetMetaData::getTableName int    column throws SQLException [inline]
 

Always returns "DTOTable"

Definition at line 1025 of file DTOResultSet.java.

boolean sosc::DTOResultSetMetaData::isAutoIncrement int    column throws SQLException [inline]
 

Always returns false.

Definition at line 959 of file DTOResultSet.java.

boolean sosc::DTOResultSetMetaData::isCaseSensitive int    column throws SQLException [inline]
 

Always returns true.

Definition at line 964 of file DTOResultSet.java.

boolean sosc::DTOResultSetMetaData::isCurrency int    column throws SQLException [inline]
 

Always returns false.

Definition at line 974 of file DTOResultSet.java.

boolean sosc::DTOResultSetMetaData::isDefinitelyWritable int    column throws SQLException [inline]
 

Always returns true

Definition at line 1045 of file DTOResultSet.java.

int sosc::DTOResultSetMetaData::isNullable int    column throws SQLException [inline]
 

Always returns columnNullable

Definition at line 979 of file DTOResultSet.java.

boolean sosc::DTOResultSetMetaData::isReadOnly int    column throws SQLException [inline]
 

Always returns false.

Definition at line 1035 of file DTOResultSet.java.

boolean sosc::DTOResultSetMetaData::isSearchable int    column throws SQLException [inline]
 

Always returns true.

Definition at line 969 of file DTOResultSet.java.

boolean sosc::DTOResultSetMetaData::isSigned int    column throws SQLException [inline]
 

Always returns true.

Definition at line 984 of file DTOResultSet.java.

boolean sosc::DTOResultSetMetaData::isWritable int    column throws SQLException [inline]
 

Always returns true

Definition at line 1040 of file DTOResultSet.java.


The documentation for this class was generated from the following file:
Generated on Mon Jul 14 17:19:22 2003 for SOSC by doxygen1.2.15