Class Adapter.AsBoolean<U>

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

public abstract static class Adapter.AsBoolean<U> extends Adapter.Primitive<Boolean,U,boolean[]>
Abstract superclass of primitive boolean adapters.
  • Constructor Details

  • Method Details

    • fetch

      public final <B> boolean 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 boolean 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.