Class IntegerRangeArrayBinding

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

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