Klasse HstoreArrayBinding
java.lang.Object
org.jooq.impl.AbstractBinding<Object[],Hstore[]>
org.jooq.postgres.extensions.bindings.AbstractPostgresBinding<Object[],Hstore[]>
org.jooq.postgres.extensions.bindings.HstoreArrayBinding
- Alle implementierten Schnittstellen:
Serializable,Binding<Object[],Hstore[]>
A binding for the PostgreSQL
hstore[] data type.- Autor:
- Lukas Eder
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected StringcastType()Provide the data type name for casts.voidget(BindingGetResultSetContext<Hstore[]> ctx) voidget(BindingGetStatementContext<Hstore[]> ctx) voidregister(BindingRegisterContext<Hstore[]> ctx) voidset(BindingSetStatementContext<Hstore[]> ctx) Von Klasse geerbte Methoden org.jooq.postgres.extensions.bindings.AbstractPostgresBinding
get, set, sqlBind, sqlInlineVon Klasse geerbte Methoden org.jooq.impl.AbstractBinding
sql
-
Konstruktordetails
-
HstoreArrayBinding
public HstoreArrayBinding()
-
-
Methodendetails
-
converter
-
castType
Beschreibung aus Klasse kopiert: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.- Setzt außer Kraft:
castTypein KlasseAbstractPostgresBinding<Object[],Hstore[]>
-
register
- Angegeben von:
registerin SchnittstelleBinding<Object[],U[]> - Setzt außer Kraft:
registerin KlasseAbstractBinding<Object[],U[]> - Löst aus:
SQLException
-
set
- Löst aus:
SQLException
-
get
- Löst aus:
SQLException
-
get
- Angegeben von:
getin SchnittstelleBinding<Object[],U[]> - Setzt außer Kraft:
getin KlasseAbstractBinding<Object[],U[]> - Löst aus:
SQLException
-