|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
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. |
java.lang.Object[] |
getWhereClauseParams() |
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. |
boolean |
whereClauseParamQualifies(java.lang.Object[] values) |
| Method Detail |
public ViewObjectImpl getViewObjectImpl()
public boolean isNull()
public int getParamLength()
public java.lang.Object[] getParamValues()
public java.lang.Object[] getWhereClauseParams()
public boolean paramQualifies(java.lang.Object[] values)
values is qualified by this row filter or not.values - values to examine for qualification.public boolean whereClauseParamQualifies(java.lang.Object[] values)
public int getRowInitLength()
public java.lang.Object[] getRowInitValues()
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||