Class Adapter.AsFloat<U>

All Implemented Interfaces:
Adapter.ArrayProto<float[]>, SlotTester.Visible
Enclosing class:
Adapter<T,U>

public abstract static class Adapter.AsFloat<U> extends Adapter.Primitive<Float,U,float[]>
Abstract superclass of primitive float adapters.
  • Constructor Details

  • Method Details

    • fetch

      public final <B> float fetch(Datum.Accessor<B,?> acc, B buffer, int offset, Attribute a)
      Method invoked internally when this Adapter is used to fetch a value; not intended for use in application code.
    • fetchNull

      public float fetchNull(Attribute a)
      Determines the mapping of SQL null.

      If not overridden, this implementation throws an SQLDataException with SQLSTATE 22002, null_value_no_indicator_parameter.