Class LocalDateTimeRangeBinding

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

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