Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.jbo.server
Class RowFilterQC

java.lang.Object
  extended by oracle.jbo.server.RowFilterKey
      extended by oracle.jbo.server.RowFilterQC

All Implemented Interfaces:
RowFilter

public class RowFilterQC
extends RowFilterKey
implements RowFilter

Field Summary

 

Fields inherited from class oracle.jbo.server.RowFilterKey
mKey

 

Constructor Summary
RowFilterQC(ViewObjectImpl vo, QueryCollection qc, java.lang.Object[] values, int bindingStyle)
           

 

Method Summary
 boolean equals(java.lang.Object val)
           
 java.lang.Object[] getParamValues()
          Returns the array of parameter values that make up the row filter.
 boolean isNull()
          Indicates whether this row filter represents a null filter or not.
 java.lang.String streamToString()
           
 java.lang.String toString()
           

 

Methods inherited from class oracle.jbo.server.RowFilterKey
compareParamsWithValues, getKey, getParamLength, getRowInitLength, getRowInitValues, getViewObjectImpl, getWhereClauseParams, hashCode, isNameValuePairs, paramQualifies, paramQualifiesWithOffset, streamStringToValues, whereClauseParamQualifies

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface oracle.jbo.server.RowFilter
getParamLength, getRowInitLength, getRowInitValues, getViewObjectImpl, getWhereClauseParams, paramQualifies, paramQualifiesWithOffset, whereClauseParamQualifies

 

Constructor Detail

RowFilterQC

public RowFilterQC(ViewObjectImpl vo,
                   QueryCollection qc,
                   java.lang.Object[] values,
                   int bindingStyle)

Method Detail

getParamValues

public java.lang.Object[] getParamValues()
Description copied from interface: RowFilter
Returns the array of parameter values that make up the row filter.

The difference between getParamValues() and getWhereClauseParams() shows up when the view object binding style is BINDING_STYLE_ORACLE_NAME. In this case, getWhereClauseParams() returns an array of name-value array. getParamValues() returns only an array of values.

Specified by:
getParamValues in interface RowFilter
Overrides:
getParamValues in class RowFilterKey
Returns:
the parameter value array.

isNull

public boolean isNull()
Description copied from interface: RowFilter
Indicates whether this row filter represents a null filter or not.
Specified by:
isNull in interface RowFilter
Overrides:
isNull in class RowFilterKey
Returns:
flag indicating whether the row filter represents a null filter or not.

equals

public boolean equals(java.lang.Object val)
Overrides:
equals in class RowFilterKey

toString

public java.lang.String toString()
Overrides:
toString in class RowFilterKey

streamToString

public java.lang.String streamToString()
Overrides:
streamToString in class RowFilterKey

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


Copyright © 1997, 2012, Oracle. All rights reserved.