|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGDbDates
TWGDbDates is a class for converting date objects into the input formats required by ODBC (and therefore JDBC-ODBC) as well as converting them to GMT time.
Constructor Summary | |
---|---|
TWGDbDates()
|
Method Summary | |
---|---|
static java.lang.String |
toGMTDateString(java.util.Date d)
Convert a date to GMT and put in format for use in ODBC date escape. |
static java.lang.String |
toGMTDatetimeString(java.util.Date d)
Convert a date to GMT and put in format for use in ODBC timestamp escape. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TWGDbDates()
Method Detail |
public static java.lang.String toGMTDateString(java.util.Date d)
public static java.lang.String toGMTDatetimeString(java.util.Date d)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |