public interface RowSetMetaData
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Retrieves the number of columns in the RowSet.
|
java.lang.String |
getColumnName(int idx)
Retrieves the column name for the indicatd column.
|
java.lang.String[] |
getColumnNames()
Retrieves the names of the columns for the current sheet.
|
java.lang.String |
getSheetName()
Retrieves the name of the sheet the RowSet is based on.
|
java.lang.String[] getColumnNames()
java.lang.String getColumnName(int idx)
idx - the index of the column, 0 basedint getColumnCount()
java.lang.String getSheetName()