|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbEventInterceptorData | |
---|---|
org.dbforms.config | |
org.dbforms.event | |
org.dbforms.event.classic | |
org.dbforms.event.datalist | |
org.dbforms.event.datalist.dao |
Uses of DbEventInterceptorData in org.dbforms.config |
---|
Methods in org.dbforms.config with parameters of type DbEventInterceptorData | |
---|---|
void |
ResultSetVector.addResultSet(DbEventInterceptorData interceptorData,
ResultSet rs)
DOCUMENT ME! |
void |
ResultSetVector.addRow(DbEventInterceptorData interceptorData,
Object[] objectRow)
adds a row to the 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 |
void |
DbEventInterceptor.postAddRow(DbEventInterceptorData data)
DOCUMENT ME! |
void |
DbEventInterceptor.postDelete(DbEventInterceptorData data)
DOCUMENT ME! |
void |
DbEventInterceptor.postInsert(DbEventInterceptorData data)
DOCUMENT ME! |
void |
DbEventInterceptor.postSelect(DbEventInterceptorData data)
DOCUMENT ME! |
void |
DbEventInterceptor.postUpdate(DbEventInterceptorData data)
DOCUMENT ME! |
int |
DbEventInterceptor.preAddRow(DbEventInterceptorData data)
DOCUMENT ME! |
int |
DbEventInterceptor.preDelete(DbEventInterceptorData data)
DOCUMENT ME! |
int |
DbEventInterceptor.preInsert(DbEventInterceptorData data)
DOCUMENT ME! |
int |
DbEventInterceptor.preSelect(DbEventInterceptorData data)
DOCUMENT ME! |
int |
DbEventInterceptor.preUpdate(DbEventInterceptorData data)
DOCUMENT ME! |
int |
Table.processInterceptors(int action,
DbEventInterceptorData data)
Process the interceptor objects related to this table. |
Uses of DbEventInterceptorData in org.dbforms.event |
---|
Methods in org.dbforms.event with parameters of type DbEventInterceptorData | |
---|---|
void |
DbEventInterceptorSupport.postAddRow(DbEventInterceptorData data)
|
void |
DbEventInterceptorSupport.postDelete(DbEventInterceptorData data)
|
void |
DbEventInterceptorSupport.postInsert(DbEventInterceptorData data)
|
void |
DbEventInterceptorSupport.postSelect(DbEventInterceptorData data)
|
void |
DbEventInterceptorSupport.postUpdate(DbEventInterceptorData data)
|
int |
DbEventInterceptorSupport.preAddRow(DbEventInterceptorData data)
|
int |
DbEventInterceptorSupport.preDelete(DbEventInterceptorData data)
|
int |
DbEventInterceptorSupport.preInsert(DbEventInterceptorData data)
|
int |
DbEventInterceptorSupport.preSelect(DbEventInterceptorData data)
|
int |
DbEventInterceptorSupport.preUpdate(DbEventInterceptorData data)
|
ResultSetVector |
NavNewEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
abstract ResultSetVector |
NavigationEvent.processEvent(FieldValue[] filterFieldValues,
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. |
Uses of DbEventInterceptorData in org.dbforms.event.classic |
---|
Methods in org.dbforms.event.classic with parameters of type DbEventInterceptorData | |
---|---|
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 DbEventInterceptorData in org.dbforms.event.datalist |
---|
Methods in org.dbforms.event.datalist with parameters of type DbEventInterceptorData | |
---|---|
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 DbEventInterceptorData in org.dbforms.event.datalist.dao |
---|
Methods in org.dbforms.event.datalist.dao with parameters of type DbEventInterceptorData | |
---|---|
int |
DataSourceJDBC.doDelete(DbEventInterceptorData interceptorData,
String keyValuesStr)
performs a delete in the DataSource |
int |
DataSourceFactory.doDelete(DbEventInterceptorData interceptorData,
String keyValuesStr)
Perform a delete operation into the underlying dataSource. |
int |
DataSource.doDelete(DbEventInterceptorData interceptorData,
String keyValuesStr)
performs an delete in the DataSource |
int |
DataSourceJDBC.doInsert(DbEventInterceptorData interceptorData,
FieldValues fieldValues)
Performs an insert into the DataSource |
int |
DataSourceFactory.doInsert(DbEventInterceptorData interceptorData,
FieldValues fieldValues)
Perform an insert operation into the underlying dataSource. |
int |
DataSource.doInsert(DbEventInterceptorData interceptorData,
FieldValues fieldValues)
performs an insert into the DataSource |
int |
DataSourceJDBC.doUpdate(DbEventInterceptorData interceptorData,
FieldValues fieldValues,
String keyValuesStr)
Performs an update into the DataSource |
int |
DataSourceFactory.doUpdate(DbEventInterceptorData interceptorData,
FieldValues fieldValues,
String keyValuesStr)
Perform an update operation into the underlying dataSource. |
int |
DataSource.doUpdate(DbEventInterceptorData interceptorData,
FieldValues fieldValues,
String keyValuesStr)
performs an update into the DataSource |
ResultSetVector |
DataSourceFactory.getCurrent(DbEventInterceptorData interceptorData,
String position,
int count)
Return a resultSetVector object containing count records starting from the input position |
ResultSetVector |
DataSource.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 |
DataSource.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 |
DataSource.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 |
DataSource.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 |
DataSource.getPrev(DbEventInterceptorData interceptorData,
String position,
int count)
get count rows backwards from position |
protected ResultSetVector |
DataSource.getResultSetVector(DbEventInterceptorData interceptorData,
int startRow,
int count)
DOCUMENT ME! |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |