Package com.nuodb.jdbc
Class NuoDBTime
- java.lang.Object
-
- java.util.Date
-
- java.sql.Time
-
- com.nuodb.jdbc.NuoDBTime
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Date>
public class NuoDBTime extends Time
NuoDBTime - supports TIME with fractions of a second- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CalendargetCalendar()StringtoString()StringtoString(TimeZone tz)-
Methods inherited from class java.sql.Time
getDate, getDay, getMonth, getYear, setDate, setMonth, setTime, setYear, toInstant, toLocalTime, valueOf, valueOf
-
Methods inherited from class java.util.Date
after, before, clone, compareTo, equals, from, getHours, getMinutes, getSeconds, getTime, getTimezoneOffset, hashCode, parse, setHours, setMinutes, setSeconds, toGMTString, toLocaleString, UTC
-
-