- All Implemented Interfaces:
Adapter.ArrayProto<float[]>,SlotTester.Visible
Abstract superclass of primitive
float adapters.-
Nested Class Summary
Nested classes/interfaces inherited from class org.postgresql.pljava.Adapter
Adapter.AdapterException, Adapter.Array<T>, Adapter.ArrayBuilder<TA,TI>, Adapter.ArrayProto<TA>, Adapter.As<T, U>, Adapter.AsBoolean<U>, Adapter.AsByte<U>, Adapter.AsChar<U>, Adapter.AsDouble<U>, Adapter.AsFloat<U>, Adapter.AsInt<U>, Adapter.AsLong<U>, Adapter.AsShort<U>, Adapter.Configuration, Adapter.Container, Adapter.Contract<T>, Adapter.Dispenser<T, U extends Adapter.Contract<T>>, Adapter.Opaque, Adapter.Permission, Adapter.Primitive<T, U, TA>, Adapter.PullDispenser<T, U extends Adapter.Contract<T>>, Adapter.Service, Adapter.Via -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <B> floatfetch(Datum.Accessor<B, ?> acc, B buffer, int offset, Attribute a) Method invoked internally when thisAdapteris used to fetch a value; not intended for use in application code.floatDetermines the mapping of SQL null.Methods inherited from class org.postgresql.pljava.Adapter.Primitive
canFetchNullMethods inherited from class org.postgresql.pljava.Adapter
canFetch, canFetch, configure, topType, topType, toString, underTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.postgresql.pljava.Adapter.ArrayProto
a1, a2, a4
-
Constructor Details
-
AsFloat
-
-
Method Details
-
fetch
Method invoked internally when thisAdapteris used to fetch a value; not intended for use in application code. -
fetchNull
Determines the mapping of SQL null.If not overridden, this implementation throws an
SQLDataExceptionwithSQLSTATE 22002,null_value_no_indicator_parameter.
-