|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRSMetaData
This interface describes the structure of a tabular data set represented by an IResultSet interface.
IResultSet| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
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
|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||