Klasse LocalDateTimeRangeBinding

java.lang.Object
org.jooq.impl.AbstractBinding<T,U>
org.jooq.postgres.extensions.bindings.AbstractPostgresBinding<Object,U>
org.jooq.postgres.extensions.bindings.LocalDateTimeRangeBinding
Alle implementierten Schnittstellen:
Serializable, Binding<Object,LocalDateTimeRange>

public class LocalDateTimeRangeBinding extends AbstractPostgresBinding<Object,U>
A binding for the PostgreSQL tsrange data type.
Autor:
Lukas Eder
Siehe auch: