All Implemented Interfaces:
SlotTester.Visible

public abstract class Primitives extends Adapter.Container
PostgreSQL primitive numeric and boolean, as the corresponding Java primitive types.
  • Field Details

    • INT8_INSTANCE

      public static final Primitives.Int8 INT8_INSTANCE
    • INT4_INSTANCE

      public static final Primitives.Int4 INT4_INSTANCE
    • INT2_INSTANCE

      public static final Primitives.Int2 INT2_INSTANCE
    • INT1_INSTANCE

      public static final Primitives.Int1 INT1_INSTANCE
      The PostgreSQL type "char" (with the quotes, to distinguish it from the different, standard SQL type), an 8-bit signed value with no associated character encoding (though often used in PostgreSQL catalogs with ASCII letters as values).
    • FLOAT8_INSTANCE

      public static final Primitives.Float8 FLOAT8_INSTANCE
    • FLOAT4_INSTANCE

      public static final Primitives.Float4 FLOAT4_INSTANCE
    • BOOLEAN_INSTANCE

      public static final Primitives.Boolean BOOLEAN_INSTANCE