oracle.dacf.dataset
Class LiteralRowFilter
java.lang.Object
|
+--oracle.dacf.dataset.RowFilter
|
+--oracle.dacf.dataset.LiteralRowFilter
- public class LiteralRowFilter
- extends RowFilter
Internal: Applications should not use this class or
its methods.
Method Summary |
java.util.Hashtable |
getFilterCriteria()
|
void |
setFilterCriteria(java.util.Hashtable filterCriteria)
|
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 |
LiteralRowFilter
public LiteralRowFilter()
LiteralRowFilter
public LiteralRowFilter(ResultSetInfo rowset,
java.lang.String[] names)
LiteralRowFilter
public LiteralRowFilter(ResultSetInfo rowset,
java.lang.String[] names,
java.util.Hashtable filterCriteria)
setFilterCriteria
public void setFilterCriteria(java.util.Hashtable filterCriteria)
getFilterCriteria
public java.util.Hashtable getFilterCriteria()
test
public boolean test(oracle.jbo.Row row)
- Description copied from class:
RowFilter
- Tests to see if the indicated row will pass "through" the filter.
- Overrides:
test
in class RowFilter
- Following copied from class:
oracle.dacf.dataset.RowFilter
- Returns:
- True if the row "passes" the filter.