|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.wbem.query.ValueExp
|
+--javax.wbem.query.DateTimeExp
This class represents DateTimes that are arguments to SQL
relational constraints. A DateTimeExp
may be used anywhere a ValueExp is required.
Instances of DateTimeExp print using the
SQL syntax for string literals.
| Constructor Summary | |
DateTimeExp()
|
|
DateTimeExp(CIMDateTime val)
Creates a new DateTimeExp corresponding to the
CIMDateTime value val. |
|
DateTimeExp(java.lang.String val)
Creates a new DateTimeExp corresponding to the
string literal val. |
|
| Method Summary | |
CIMDateTime |
getValue()
Accessor for the CIMDataTime value. |
java.lang.String |
toString()
Returns the SQL syntax string representing its value. |
| Methods inherited from class javax.wbem.query.ValueExp |
apply |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DateTimeExp(java.lang.String val)
DateTimeExp corresponding to the
string literal val.
val - The String value corresponding to the DateTime as defined
in the CIM spec for date times.public DateTimeExp(CIMDateTime val)
DateTimeExp corresponding to the
CIMDateTime value val.
val - The CIMDateTime valuepublic DateTimeExp()
| Method Detail |
public CIMDateTime getValue()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||