VastbaseG100

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

Menu

PGbox类

这表示org.postgresql中的box数据类型。

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方法。

lengthInBytes

语法格式

public int lengthInBytes()

说明

定义:PGBinaryObject接口的lengthInBytes方法。

setByteValue

语法格式

public void setByteValue(byte[] b,             int offset)

说明

定义:PGBinaryObject接口的setByteValue方法。

setValue

语法格式

public void setValue(String value)       throws SQLException

说明

重写:PGobject类的setValue方法。

toBytes

语法格式

public void toBytes(byte[] bytes,          int offset)

说明

定义:PGBinaryObject接口的toBytes方法。

其他

已实现的接口:Serializable, Cloneable, PGBinaryObject。