![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsposeDataTable
Represts the data table.It's used for smart marker.
Method Summary | |
---|---|
void |
beforeFirst()
Moves the cursor to the front of this object, just before the first row. |
java.lang.Object |
get(int columnIndex)
Returns the value of the designated column in the current row. |
java.lang.Object |
get(java.lang.String columnName)
Returns the value of the designated column in the current row. |
java.lang.String[] |
getColumns()
Gets the column's name. |
boolean |
next()
Moves the cursor down one row from its current position. |
int |
size()
Gets the size of the records. |
Method Detail |
---|
java.lang.String[] getColumns()
int size()
void beforeFirst()
java.lang.Object get(int columnIndex)
columnIndex
- the first column is 1, the second is 2, ...
get(String)
java.lang.Object get(java.lang.String columnName)
columnName
- the property name of the POJO.
boolean next()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |