|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.server.RowFilterKey
Constructor Summary | |
RowFilterKey(ViewObjectImpl vo) | |
RowFilterKey(ViewObjectImpl vo, java.lang.Object[] values) |
Method Summary | |
boolean |
equals(java.lang.Object val) |
Key |
getKey() |
int |
getParamLength() Returns the number of elements in the array of parameters that make up the row filter. |
java.lang.Object[] |
getParamValues() Returns the array of parameter values that make up the row filter. |
int |
getRowInitLength() Returns the number of elements in the array of row init values. |
java.lang.Object[] |
getRowInitValues() Returns the array of row init values. |
ViewObjectImpl |
getViewObjectImpl() Retrieves the view object association with the row filter. |
int |
hashCode() |
boolean |
isNull() Indicates whether this row filter represents a null filter or not. |
boolean |
paramQualifies(java.lang.Object[] values) Returns a flag indicating whether values is qualified by this row filter or not. |
static java.lang.Object[] |
streamStringToValues(java.lang.String sString) |
java.lang.String |
streamToString() |
java.lang.String |
toString() |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RowFilterKey(ViewObjectImpl vo, java.lang.Object[] values)
public RowFilterKey(ViewObjectImpl vo)
Method Detail |
public Key getKey()
public boolean isNull()
RowFilter
isNull
in interface RowFilter
public ViewObjectImpl getViewObjectImpl()
RowFilter
getViewObjectImpl
in interface RowFilter
public int getParamLength()
RowFilter
getParamLength
in interface RowFilter
public java.lang.Object[] getParamValues()
RowFilter
getParamValues
in interface RowFilter
public boolean paramQualifies(java.lang.Object[] values)
RowFilter
values
is qualified by this row filter or not.paramQualifies
in interface RowFilter
values
- values to examine for qualification.public int getRowInitLength()
RowFilter
getRowInitLength
in interface RowFilter
public java.lang.Object[] getRowInitValues()
RowFilter
getRowInitValues
in interface RowFilter
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object val)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String streamToString()
public static java.lang.Object[] streamStringToValues(java.lang.String sString)
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.