public interface IRSMetaData
IResultSet
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount()
Gets the number of columns in the result set.
|
java.lang.String |
getColumnName(int col)
Gets the name of a column in the result set.
|
int |
getColumnType(int col)
Gets the data type of a column in the result set.
|
java.lang.String |
getTableName(int col) |
int getColumnCount() throws java.lang.Exception
java.lang.Exception
java.lang.String getColumnName(int col) throws java.lang.Exception
the
- column index (beginning with 1)java.lang.Exception
java.lang.String getTableName(int col) throws java.lang.Exception
java.lang.Exception
int getColumnType(int col) throws java.lang.Exception
col
- the column index (beginning at 1)java.lang.Exception