Package-level declarations

Types

Link copied to clipboard
abstract class DurationColumnType<T> : ColumnType<T>

Base column type for storing duration/time interval values.

Link copied to clipboard

Base column type for storing timestamp values representing instants in time.

Link copied to clipboard

Base column type for storing date values without time components.

Link copied to clipboard

Base column type for storing date and time values without timezone information.

Link copied to clipboard

Base column type for storing time-of-day values without date components.

Link copied to clipboard

Base column type for storing date and time values with timezone offset information.