|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResultSetVector in org.dbforms.config |
---|
Methods in org.dbforms.config that return ResultSetVector | |
---|---|
ResultSetVector |
Table.doConstrainedSelect(FieldValue[] fvEqual,
FieldValue[] fvOrder,
String sqlFilter,
FieldValue[] sqlFilterParams,
int compareMode,
int maxRows,
DbEventInterceptorData interceptorData)
Do a constrained select. |
ResultSetVector |
Table.doFreeFormSelect(String whereClause,
String tableList,
int maxRows,
DbEventInterceptorData interceptorData)
perform free-form select query |
Methods in org.dbforms.config with parameters of type ResultSetVector | |
---|---|
String |
Table.getKeyPositionString(ResultSetVector rsv)
Does basically the same as getPositionString but only for key-fields. |
String |
Table.getPositionString(ResultSetVector rsv)
Builds a "position- string" representing the values of the current row in the given ResultSetVector. |
static boolean |
ResultSetVector.isNull(ResultSetVector rsv)
Checks if the given ResultSetVector is null |
Uses of ResultSetVector in org.dbforms.event |
---|
Methods in org.dbforms.event that return ResultSetVector | |
---|---|
ResultSetVector |
NavNewEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
ResultSetVector |
NavCopyEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
abstract ResultSetVector |
AbstractNavigationEvent.processEvent(FieldValue[] filterFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
Uses of ResultSetVector in org.dbforms.event.classic |
---|
Methods in org.dbforms.event.classic that return ResultSetVector | |
---|---|
ResultSetVector |
NavPrevEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Deprecated. Process the current event. |
ResultSetVector |
NavNextEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Deprecated. Process the current event. |
ResultSetVector |
NavLastEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Deprecated. Process the current event. |
ResultSetVector |
NavFirstEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Deprecated. Process the current event. |
ResultSetVector |
GotoEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Deprecated. Process the current event. |
Uses of ResultSetVector in org.dbforms.event.datalist |
---|
Methods in org.dbforms.event.datalist that return ResultSetVector | |
---|---|
ResultSetVector |
ReloadEvent.processEvent(FieldValue[] filterFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
ResultSetVector |
NavPrevEvent.processEvent(FieldValue[] filterFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
ResultSetVector |
NavNextEvent.processEvent(FieldValue[] filterFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
ResultSetVector |
NavLastEvent.processEvent(FieldValue[] filterFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
ResultSetVector |
NavFirstEvent.processEvent(FieldValue[] filterFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
ResultSetVector |
GotoEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
Uses of ResultSetVector in org.dbforms.event.datalist.dao |
---|
Methods in org.dbforms.event.datalist.dao that return ResultSetVector | |
---|---|
ResultSetVector |
DataSourceFactory.getCurrent(DbEventInterceptorData interceptorData,
String position,
int count)
Return a resultSetVector object containing count records starting from the input position |
ResultSetVector |
AbstractDataSource.getCurrent(DbEventInterceptorData interceptorData,
String position,
int count)
get count rows from position |
ResultSetVector |
DataSourceFactory.getFirst(DbEventInterceptorData interceptorData,
int count)
Return a resultSetVector object containing the first count records. |
ResultSetVector |
AbstractDataSource.getFirst(DbEventInterceptorData interceptorData,
int count)
get count rows from first row |
ResultSetVector |
DataSourceFactory.getLast(DbEventInterceptorData interceptorData,
int count)
Return a resultSetVector object containing the last count records. |
ResultSetVector |
AbstractDataSource.getLast(DbEventInterceptorData interceptorData,
int count)
get count rows from last row |
ResultSetVector |
DataSourceFactory.getNext(DbEventInterceptorData interceptorData,
String position,
int count)
Return a resultSetVector object containing the next count records starting from the input position + count records. |
ResultSetVector |
AbstractDataSource.getNext(DbEventInterceptorData interceptorData,
String position,
int count)
get count next rows from position |
ResultSetVector |
DataSourceFactory.getPrev(DbEventInterceptorData interceptorData,
String position,
int count)
Return a resultSetVector object containing the previous count records starting from the input position + count records. |
ResultSetVector |
AbstractDataSource.getPrev(DbEventInterceptorData interceptorData,
String position,
int count)
get count rows backwards from position |
protected ResultSetVector |
AbstractDataSource.getResultSetVector(DbEventInterceptorData interceptorData,
int startRow,
int count)
DOCUMENT ME! |
Uses of ResultSetVector in org.dbforms.servlets.reports |
---|
Constructors in org.dbforms.servlets.reports with parameters of type ResultSetVector | |
---|---|
JRDataSourceRSV(Map attributes,
ResultSetVector rsv)
Constructor for JRDataSourceRSV. |
Uses of ResultSetVector in org.dbforms.taglib |
---|
Methods in org.dbforms.taglib that return ResultSetVector | |
---|---|
ResultSetVector |
DbFormTag.getResultSetVector()
Gets the resultSetVector attribute of the DbFormTag object |
ResultSetVector |
DbFormContext.getRsv()
DOCUMENT ME! |
Methods in org.dbforms.taglib with parameters of type ResultSetVector | |
---|---|
protected List |
AbstractEmbeddedDataTag.formatEmbeddedResultRows(ResultSetVector rsv)
formatEmbeddedResultRows() formats a result set accornding to a eventually given format string. |
Constructors in org.dbforms.taglib with parameters of type ResultSetVector | |
---|---|
DbFormContext(Map searchFieldNames,
Map searchFieldModeNames,
Map searchFieldAlgorithmNames,
ResultSetVector rsv)
Creates a new DbFormContext object. |
Uses of ResultSetVector in org.dbforms.taglib.cewolf |
---|
Methods in org.dbforms.taglib.cewolf that return ResultSetVector | |
---|---|
ResultSetVector |
DbFormsTimeSeriesCollection.getRsv()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |