|
Servoy 3.5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IDataSet
| Method Summary | |
|---|---|
void |
addRow(int index,
Object[] new_record_value)
|
void |
addRow(Object[] array)
Add a row in memory (not in db). |
void |
clearHadMoreRows()
clears the moreRows boolean |
int |
getColumnCount()
Get the number of columns in this dataset. |
String[] |
getColumnNames()
Return the names of the columns, can be null is not requested from server. |
Object[] |
getRow(int row)
Get a specified row. |
int |
getRowCount()
Get the number of rows in this dataset. |
boolean |
hadMoreRows()
Returns true if the query had more results but this set was limited by performQuery (rowsToRetrieve). |
void |
removeRow(int index)
Remove a row from memory (not in db). |
void |
setRow(int index,
Object[] array)
Add a row in memory (not in db). |
void |
sort(int column,
boolean ascending)
|
| Method Detail |
|---|
void addRow(int index,
Object[] new_record_value)
index - new_record_value - void addRow(Object[] array)
array - void clearHadMoreRows()
int getColumnCount()
String[] getColumnNames()
Object[] getRow(int row)
row - the row to get
int getRowCount()
boolean hadMoreRows()
void removeRow(int index)
index -
void setRow(int index,
Object[] array)
index - array -
void sort(int column,
boolean ascending)
column - ascending -
|
Copyright © 2009 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||