|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Internal: Applications should not use this class or its methods.
This interface defines methods to control the properties on the ViewCriteriaRow. As of version JDeveloper 3.2, the ViewCriteriaRow allows the clients to control whether 'search' for character datatypes is case-sensitive. This interface is used in conjunction with QueryCriteriaRowset by the FindPanel.
Method Summary | |
boolean |
isUpperColumns()
Returns the upper-columns flag for this Row . |
void |
setUpperColumns(boolean isUpper)
Sets the upper-columns flag for this Row . |
Method Detail |
public boolean isUpperColumns()
Row
.
If this flag is true
, UPPER SQL operator will be applied
to all CHAR/VARCHAR columns when the SQL WHERE clause is generated.
public void setUpperColumns(boolean isUpper)
Row
.
If this flag is true
, UPPER SQL operator will be applied
to all CHAR/VARCHAR columns when the SQL WHERE clause is generated.
isUpper
- a new flag value for upper'ing columns.
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.