Package org.duckdb
Class DuckDBTimestampTZ
java.lang.Object
org.duckdb.DuckDBTimestamp
org.duckdb.DuckDBTimestampTZ
-
Field Summary
Fields inherited from class org.duckdb.DuckDBTimestamp
timeMicros -
Constructor Summary
ConstructorsConstructorDescriptionDuckDBTimestampTZ(long timeMicros) DuckDBTimestampTZ(OffsetDateTime offsetDateTime) -
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
-
Constructor Details
-
DuckDBTimestampTZ
public DuckDBTimestampTZ(long timeMicros) -
DuckDBTimestampTZ
-