PGpolygon类
在Vastbase中实现了多边形数据类型。
clone
语法格式
public Object clone() throws CloneNotSupportedException
说明
重写:PGobject类的clone方法。
equals
语法格式
public boolean equals(Object obj)
说明
重写:PGobject类的equals方法。
getValue
语法格式
public String getValue()
说明
重写:PGobject类的getValue方法。
hashCode
语法格式
public int hashCode()
说明
重写:PGobject类的hashCode方法。
setValue
语法格式
public void setValue(String s) throws SQLException
说明
重写:PGobject类的setValue方法。
其他
已实现接口:Serializable, Cloneable。