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