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.inthashCode()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, setHours, setMinutes, setSeconds
-
Constructor Details
-
Method Details
-
from
-
parse
Deprecated. -
UTC
Deprecated. -
valueOf
-
addMs
-
equals
-
hashCode
public int hashCode() -
getDate
Deprecated. -
getDay
Deprecated. -
getMonth
Deprecated. -
getTimezoneOffset
Deprecated.- Overrides:
getTimezoneOffsetin classDate
-
getYear
Deprecated. -
setDate
Deprecated. -
setMonth
Deprecated. -
setYear
Deprecated. -
toGMTString
Deprecated.- Overrides:
toGMTStringin classDate
-
toLocaleString
Deprecated.- Overrides:
toLocaleStringin classDate
-
toString
-