VastbaseG100

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

Menu

PGmoney类

功能描述

这实现了一个处理Vastbase money和cash类型的类。

clone

功能描述

重写:PGobject类的clone方法。

语法格式

public Object clone()
             throws CloneNotSupportedException

equals

功能描述

重写:PGobject类的equals方法。

语法格式

public boolean equals(Object obj)

getValue

功能描述

重写:PGobject类的getValue方法。

语法格式

public String getValue()

hashCode

功能描述

重写:PGobject类的hashCode方法。

语法格式

public int hashCode()

setValue

功能描述

重写:PGobject类的setValue方法。

语法格式

public void setValue(String s)
              throws SQLException