Oracle Data-aware Controls Reference

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.


Constructor Summary
LiteralRowFilter()
           
LiteralRowFilter(ResultSetInfo rowset, java.lang.String[] names)
           
LiteralRowFilter(ResultSetInfo rowset, java.lang.String[] names, java.util.Hashtable filterCriteria)
           
 
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 oracle.dacf.dataset.RowFilter
getColumnIndices, getColumns, getRowSet, setColumns, setRowSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.

Oracle Data-aware Controls Reference