Business Components

oracle.jbo.server
Class RowQualifier

java.lang.Object
  |
  +--oracle.jbo.server.RowQualifier

public class RowQualifier
extends java.lang.Object


Constructor Summary
RowQualifier(ViewObjectImpl vo)
           
 
Method Summary
TypeMethod
 java.lang.Object getBindValue(QueryCollection qc, java.lang.String bindIndexStr)
           
 oracle.jbo.expr.JIParserNode getParsedExpr()
           
 boolean rowQualifies(ViewRowImpl row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowQualifier

public RowQualifier(ViewObjectImpl vo)
Method Detail

getParsedExpr

public oracle.jbo.expr.JIParserNode getParsedExpr()

getBindValue

public java.lang.Object getBindValue(QueryCollection qc,
                                     java.lang.String bindIndexStr)

rowQualifies

public boolean rowQualifies(ViewRowImpl row)

Business Components