VastbaseG100

基于openGauss内核开发的企业级关系型数据库。

Menu

PGlseg类

这实现了由两个点组成的lseg(线段)。

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。