|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PageableRowSet
Implementations of this class are recoginized by the serialization filter as result sets that are pageable. A pageable result set is a server side cache of a query result (that implements java.sql.ResultSet) and is typically stored in the session object. Users can request a subset of data from the object given that they know it's id.
RowSet| Field Summary | |
|---|---|
static String |
CURSOR
|
static String |
PAGE
Constants for getRecords map keys. |
| Method Summary | |
|---|---|
String[] |
getColumnNames()
List the column names of the result set. |
String |
getID()
|
int |
getInitialDownloadCount()
If this function returns a number >= the total number of records in the recordset, then the recordset should be simply returned to the client in full. |
Map |
getRecords(int startIndex,
int count)
Use this method to get a subset of records. |
int |
getRowCount()
|
String |
getServiceName()
|
void |
setServicename(String serviceName)
|
| Field Detail |
|---|
static final String PAGE
static final String CURSOR
| Method Detail |
|---|
String[] getColumnNames()
throws SQLException
SQLException
Map getRecords(int startIndex,
int count)
throws SQLException
SQLExceptionint getRowCount()
int getInitialDownloadCount()
String getID()
String getServiceName()
void setServicename(String serviceName)
serviceName - Update the name of the service that manages the pages for this query.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/io/PageableRowSet.html