|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PLSQLQuery.Operator | |
wt.epm.util |
Uses of PLSQLQuery.Operator in wt.epm.util |
Fields in wt.epm.util declared as PLSQLQuery.Operator | |
static PLSQLQuery.Operator |
PLSQLQuery.EQUAL
|
static PLSQLQuery.Operator |
PLSQLQuery.NOT_EQUAL
|
static PLSQLQuery.Operator |
PLSQLQuery.IS_TRUE
|
static PLSQLQuery.Operator |
PLSQLQuery.IS_FALSE
|
static PLSQLQuery.Operator |
PLSQLQuery.LIKE
|
private PLSQLQuery.Operator |
PLSQLQuery.WhereExpression.op
|
Methods in wt.epm.util that return PLSQLQuery.Operator | |
protected PLSQLQuery.Operator |
PLSQLQuery.WhereExpression.getOperator()
|
Methods in wt.epm.util with parameters of type PLSQLQuery.Operator | |
void |
PLSQLQuery.appendWhere(String attribute,
PLSQLQuery.Operator op)
Appends a search condition for a boolean attribute to the WHERE clause. |
void |
PLSQLQuery.appendWhere(String attribute,
PLSQLQuery.Operator op,
int value)
Appends a search condition for an integer attribute to the WHERE clause. |
void |
PLSQLQuery.appendWhere(String attribute,
PLSQLQuery.Operator op,
long value)
Appends a search condition for a long attribute to the WHERE clause. |
void |
PLSQLQuery.appendWhere(String attribute,
PLSQLQuery.Operator op,
String value)
Appends a search condition for a string attribute to the WHERE clause. |
void |
PLSQLQuery.appendWhere(String attribute,
PLSQLQuery.Operator op,
EnumeratedType value)
Appends a search condition for an enumerated type attribute to the WHERE clause. |
Constructors in wt.epm.util with parameters of type PLSQLQuery.Operator | |
PLSQLQuery.WhereExpression(String attribute,
PLSQLQuery.Operator op)
|
|
PLSQLQuery.WhereExpression(String attribute,
PLSQLQuery.Operator op,
int value)
|
|
PLSQLQuery.WhereExpression(String attribute,
PLSQLQuery.Operator op,
long value)
|
|
PLSQLQuery.WhereExpression(String attribute,
PLSQLQuery.Operator op,
String value)
|
|
PLSQLQuery.WhereExpression(String attribute,
PLSQLQuery.Operator op,
EnumeratedType value)
|
|
PLSQLQuery.WhereExpression(String attribute,
PLSQLQuery.Operator op,
Object value)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |