|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Used to copy over a result set filtering out undesired rows.
DataResultSet.copyFiltered(intradoc.data.ResultSet, java.lang.String, intradoc.data.ResultSetFilter)| Field Summary | |
static short |
ABORT
Returned if copying should stop. |
static short |
ALLOW
Returned if row should be copied into target result set. |
static short |
DENY
Returned if row should be skipped. |
| Method Summary | |
int |
checkRow(java.lang.String val,
int curNumRows,
java.util.Vector row)
Returns whether copying should ABORT, DENY (skip), or ALLOW (copy) for the current row from the source result set. |
| Field Detail |
public static final short ABORT
public static final short DENY
public static final short ALLOW
| Method Detail |
public int checkRow(java.lang.String val,
int curNumRows,
java.util.Vector row)
val - As part of the call to performing the copy, one field is specified
as the merge key. This parameter holds the value of that field for the current
row being evaluated.curNumRows - The number of rows that have been tested so far.row - An array of strings containing all the values of all the fields
of the source result set in the order found in that result set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
(c) 1996-2005 All rights reserved. Stellent, Inc. |