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()booleangetValue()inthashCode()static voidregisterType(Connection conn) voidMethods inherited from class org.postgresql.util.PGobject
equals, getType, isNull, setType, toString
-
Constructor Details
-
PGcidr
public PGcidr() -
PGcidr
-
-
Method Details
-
equals
- Overrides:
equalsin classorg.postgresql.util.PGobject
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.postgresql.util.PGobject
-
setValue
- Overrides:
setValuein classorg.postgresql.util.PGobject- Throws:
SQLException
-
getValue
- Overrides:
getValuein classorg.postgresql.util.PGobject
-
toInetAddress
-
registerType
- Throws:
SQLException
-
clone
- Overrides:
clonein classorg.postgresql.util.PGobject
-