Class PgResultSet.NullObject

java.lang.Object
org.postgresql.util.PGobject
org.postgresql.jdbc.PgResultSet.NullObject
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
PgResultSet

static class PgResultSet.NullObject extends PGobject
  • Constructor Details

    • NullObject

      NullObject(String type)
  • Method Details

    • getValue

      public String getValue()
      Description copied from class: PGobject
      This must be overridden, to return the value of the object, in the form required by org.postgresql.
      Overrides:
      getValue in class PGobject
      Returns:
      the value of this object