Package com.ocient.jdbc
Class XGTime
java.lang.Object
java.util.Date
java.sql.Time
com.ocient.jdbc.XGTime
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Date>
public class XGTime extends Time
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description XGTimeaddMs(int ms)booleanequals(Object obj)static Datefrom(Instant instant)intgetDate()Deprecated.intgetDay()Deprecated.intgetMonth()Deprecated.intgetTimezoneOffset()Deprecated.intgetYear()Deprecated.static longparse(String s)Deprecated.voidsetDate(int date)Deprecated.voidsetMonth(int month)Deprecated.voidsetYear(int year)Deprecated.StringtoGMTString()Deprecated.StringtoLocaleString()Deprecated.StringtoString()static longUTC(int year, int month, int date, int hrs, int min, int sec)Deprecated.static TimevalueOf(String s)Methods inherited from class java.util.Date
after, before, clone, compareTo, getHours, getMinutes, getSeconds, getTime, hashCode, setHours, setMinutes, setSeconds
-
Constructor Details
-
Method Details
-
valueOf
-
addMs
-
toString
-
UTC
Deprecated. -
parse
Deprecated. -
getYear
Deprecated. -
setYear
Deprecated. -
getMonth
Deprecated. -
setMonth
Deprecated. -
getDate
Deprecated. -
setDate
Deprecated. -
getDay
Deprecated. -
equals
-
toLocaleString
Deprecated.- Overrides:
toLocaleStringin classDate
-
toGMTString
Deprecated.- Overrides:
toGMTStringin classDate
-
getTimezoneOffset
Deprecated.- Overrides:
getTimezoneOffsetin classDate
-
from
-