Class PGcidr

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

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

    • PGcidr

      public PGcidr()
    • PGcidr

      public PGcidr(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 PGcidr clone()
      Overrides:
      clone in class org.postgresql.util.PGobject