Package org.umlg.sqlg.inet
Class PGcidr
java.lang.Object
org.postgresql.util.PGobject
org.umlg.sqlg.inet.PGcidr
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class org.postgresql.util.PGobject
type, value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getValue()
int
hashCode()
static void
registerType
(Connection conn) void
Methods inherited from class org.postgresql.util.PGobject
equals, getType, isNull, setType, toString
-
Constructor Details
-
PGcidr
public PGcidr() -
PGcidr
-
-
Method Details
-
equals
- Overrides:
equals
in classorg.postgresql.util.PGobject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.postgresql.util.PGobject
-
setValue
- Overrides:
setValue
in classorg.postgresql.util.PGobject
- Throws:
SQLException
-
getValue
- Overrides:
getValue
in classorg.postgresql.util.PGobject
-
toInetAddress
-
registerType
- Throws:
SQLException
-
clone
- Overrides:
clone
in classorg.postgresql.util.PGobject
-