Class LocalDateTimeRangeArrayBinding

java.lang.Object
org.jooq.impl.AbstractBinding<T,U>
org.jooq.postgres.extensions.bindings.AbstractPostgresBinding<Object[],U[]>
org.jooq.postgres.extensions.bindings.LocalDateTimeRangeArrayBinding
All Implemented Interfaces:
Serializable, Binding<Object[],LocalDateTimeRange[]>

public class LocalDateTimeRangeArrayBinding extends AbstractPostgresBinding<Object[],U[]>
A binding for the PostgreSQL tsrange[] data type.
Author:
Lukas Eder
See Also: