Klasse AbstractPostgresBinding<T,U>
java.lang.Object
org.jooq.impl.AbstractBinding<T,U>
org.jooq.postgres.extensions.bindings.AbstractPostgresBinding<T,U>
- Alle implementierten Schnittstellen:
Serializable,Binding<T,U>
- Bekannte direkte Unterklassen:
BigDecimalRangeArrayBinding,BigDecimalRangeBinding,CidrArrayBinding,CidrBinding,CitextArrayBinding,CitextBinding,DateRangeArrayBinding,DateRangeBinding,HstoreArrayBinding,HstoreBinding,InetArrayBinding,InetBinding,IntegerRangeArrayBinding,IntegerRangeBinding,LocalDateRangeArrayBinding,LocalDateRangeBinding,LocalDateTimeRangeArrayBinding,LocalDateTimeRangeBinding,LongRangeArrayBinding,LongRangeBinding,LtreeArrayBinding,LtreeBinding,OffsetDateTimeRangeArrayBinding,OffsetDateTimeRangeBinding,TimestampRangeArrayBinding,TimestampRangeBinding
A common base class for bindings in this module.
- Autor:
- Lukas Eder
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected StringcastType()Provide the data type name for casts.voidget(BindingGetSQLInputContext<U> ctx) voidset(BindingSetSQLOutputContext<U> ctx) protected voidsqlBind(BindingSQLContext<U> ctx) protected voidsqlInline(BindingSQLContext<U> ctx) Von Klasse geerbte Methoden org.jooq.impl.AbstractBinding
get, register, sqlVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.jooq.Binding
arrayBinding, arrayComponentBinding, converter, formatter, get, set
-
Konstruktordetails
-
AbstractPostgresBinding
public AbstractPostgresBinding()
-
-
Methodendetails
-
castType
Provide 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. -
sqlInline
- Setzt außer Kraft:
sqlInlinein KlasseAbstractBinding<T,U> - Löst aus:
SQLException
-
sqlBind
- Setzt außer Kraft:
sqlBindin KlasseAbstractBinding<T,U> - Löst aus:
SQLException
-
set
- Angegeben von:
setin SchnittstelleBinding<T,U> - Setzt außer Kraft:
setin KlasseAbstractBinding<T,U> - Löst aus:
SQLException
-
get
- Angegeben von:
getin SchnittstelleBinding<T,U> - Setzt außer Kraft:
getin KlasseAbstractBinding<T,U> - Löst aus:
SQLException
-