|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.rdb.sql.dml.clause.Logical
Logical provides a list of enumerated types for a
Where clause logical operator. Valid Where
clause logical operators are:
AND - Logical AND. OR - Logical OR. NOT - Logical NOT. Where clause
logical operators are:
NOT AND NOT OR
Where| Field Summary | |
static Logical |
AND
The Where clause logical AND operator. |
static Logical |
AND_NOT
The Where clause logical AND NOT operators. |
static Logical |
NOT
The Where clause logical NOT operator. |
static Logical |
OR
The Where clause logical OR operator. |
static Logical |
OR_NOT
The Where clause logical OR NOT operators. |
| Fields inherited from class com.jdc.lang.Object |
string |
| Method Summary | |
boolean |
equals(Object object)
Compares this Logical operator object to the specified object. |
String |
toString()
Returns a String representation of this Logical object. |
static Logical |
valueOf(String logicalOperator)
Returns a Logical operator representation of this String value. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Logical AND
Where clause logical AND operator.
public static final Logical AND_NOT
Where clause logical AND NOT operators.
public static final Logical OR
Where clause logical OR operator.
public static final Logical OR_NOT
Where clause logical OR NOT operators.
public static final Logical NOT
Where clause logical NOT operator.
| Method Detail |
public boolean equals(Object object)
Logical operator object to the specified object.
equals in class ObjectTrue if a specified object is equal to this Logical operator object. False if the specified object is not equal to this Logical operator object.public String toString()
String representation of this Logical object.
toString in class ObjectString representation of this Logical object.public static Logical valueOf(String logicalOperator)
Logical operator representation of this String value.
Logical operator representation of this String value.
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||