Package org.duckdb
Class DuckDBTime
- java.lang.Object
-
- org.duckdb.DuckDBTimestamp
-
- org.duckdb.DuckDBTime
-
public class DuckDBTime extends DuckDBTimestamp
-
-
Field Summary
-
Fields inherited from class org.duckdb.DuckDBTimestamp
timeMicros
-
-
Constructor Summary
Constructors Constructor Description DuckDBTime(java.sql.Time time)
-
Method Summary
-
Methods inherited from class org.duckdb.DuckDBTimestamp
fromMicroInstant, fromMilliInstant, fromNanoInstant, fromSecondInstant, getMicroseconds, getMicrosEpoch, localDateTime2Micros, toLocalDateTime, toLocalDateTime, toOffsetDateTime, toOffsetDateTime, toOffsetTime, toSqlTimestamp, toSqlTimestamp, toSqlTimestampNanos, toString, valueOf
-
-