|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RowSetMetaData
Interface representing the the metadata associated with an Excel document.
| Method Summary | |
|---|---|
int |
getColumnCount()
Retrieves the number of columns in the RowSet. |
String |
getColumnName(int idx)
Retrieves the column name for the indicatd column. |
String[] |
getColumnNames()
Retrieves the names of the columns for the current sheet. |
String |
getSheetName()
Retrieves the name of the sheet the RowSet is based on. |
| Method Detail |
|---|
String[] getColumnNames()
String getColumnName(int idx)
idx - the index of the column, 0 based
int getColumnCount()
String getSheetName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||