Class PGinet

java.lang.Object
org.postgresql.util.PGobject
org.umlg.sqlg.inet.PGinet
All Implemented Interfaces:
Serializable, Cloneable

public class PGinet extends org.postgresql.util.PGobject implements Serializable, Cloneable
See Also:
  • Constructor Details

    • PGinet

      public PGinet()
    • PGinet

      public PGinet(String address)
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class org.postgresql.util.PGobject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.postgresql.util.PGobject
    • setValue

      public void setValue(String s) throws SQLException
      Overrides:
      setValue in class org.postgresql.util.PGobject
      Throws:
      SQLException
    • getValue

      public String getValue()
      Overrides:
      getValue in class org.postgresql.util.PGobject
    • toInetAddress

      public InetAddress toInetAddress()
    • registerType

      public static void registerType(Connection conn) throws SQLException
      Throws:
      SQLException
    • clone

      public PGinet clone()
      Overrides:
      clone in class org.postgresql.util.PGobject