Module org.jooq.postgres.extensions
Class HstoreArrayBinding
java.lang.Object
org.jooq.impl.AbstractBinding<Object[],Hstore[]>
org.jooq.postgres.extensions.bindings.AbstractPostgresBinding<Object[],Hstore[]>
org.jooq.postgres.extensions.bindings.HstoreArrayBinding
- All Implemented Interfaces:
Serializable,Binding<Object[],Hstore[]>
A binding for the PostgreSQL
hstore[] data type.- Author:
- Lukas Eder
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringcastType()Provide the data type name for casts.voidget(BindingGetResultSetContext<Hstore[]> ctx) voidget(BindingGetStatementContext<Hstore[]> ctx) voidregister(BindingRegisterContext<Hstore[]> ctx) voidset(BindingSetStatementContext<Hstore[]> ctx) Methods inherited from class org.jooq.postgres.extensions.bindings.AbstractPostgresBinding
get, set, sqlBind, sqlInlineMethods inherited from class org.jooq.impl.AbstractBinding
sql
-
Constructor Details
-
HstoreArrayBinding
public HstoreArrayBinding()
-
-
Method Details
-
converter
-
castType
Description copied from class:AbstractPostgresBindingProvide the data type name for casts.Most PostgreSQL vendor specific data types need to be cast explicitly, e.g.
?::hstore. Implementations should provide this cast type, e.g.hstore.- Overrides:
castTypein classAbstractPostgresBinding<Object[],Hstore[]>
-
register
- Specified by:
registerin interfaceBinding<Object[],U[]> - Overrides:
registerin classAbstractBinding<Object[],U[]> - Throws:
SQLException
-
set
- Throws:
SQLException
-
get
- Throws:
SQLException
-
get
- Specified by:
getin interfaceBinding<Object[],U[]> - Overrides:
getin classAbstractBinding<Object[],U[]> - Throws:
SQLException
-