Package org.postgresql.jdbc
Class PgResultSet.NullObject
- java.lang.Object
-
- org.postgresql.util.PGobject
-
- org.postgresql.jdbc.PgResultSet.NullObject
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- PgResultSet
static class PgResultSet.NullObject extends PGobject
-
-
Constructor Summary
Constructors Constructor Description NullObject(java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue()
This must be overidden, to return the value of the object, in the form required by org.postgresql.
-