|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dacf.dataset.RowFilter
Internal: Applications should not use this class or its methods.
Constructor Summary | |
RowFilter()
|
|
RowFilter(ResultSetInfo rowset,
java.lang.String[] names)
|
Method Summary | |
protected int[] |
getColumnIndices()
|
java.lang.String[] |
getColumns()
Returns the names of the columns used in the filter. |
ResultSetInfo |
getRowSet()
Returns the ResultSetInfo used as the reference for the filter. |
void |
setColumns(java.lang.String[] names)
Specifies the columns to use in the filter by name. |
void |
setRowSet(ResultSetInfo rowSet)
Set the ResultSetInfo that is going to be the reference for the filter. |
abstract boolean |
test(oracle.jbo.Row row)
Tests to see if the indicated row will pass "through" the filter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RowFilter()
public RowFilter(ResultSetInfo rowset, java.lang.String[] names)
Method Detail |
public abstract boolean test(oracle.jbo.Row row)
public void setRowSet(ResultSetInfo rowSet)
rowset
- The ResultSetInfo that is going to be the reference for
the filter.public ResultSetInfo getRowSet()
public void setColumns(java.lang.String[] names)
The name should be just the AttributeInfo name and not the full
dataItem bind name. eg: deptno and not
infobus:/oracle/session/dept/deptno.
public java.lang.String[] getColumns()
protected int[] getColumnIndices()
|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |