java.io.Serializable, java.lang.Cloneablepublic class PGmoney extends PGobject implements java.io.Serializable, java.lang.Cloneable
| Modifier and Type | Field | Description |
|---|---|---|
double |
val |
| Constructor | Description |
|---|---|
PGmoney() |
|
PGmoney(double value) |
|
PGmoney(java.lang.String value) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
This must be overidden to allow the object to be cloned.
|
boolean |
equals(java.lang.Object obj) |
This must be overidden to allow comparisons of objects.
|
java.lang.String |
getValue() |
This must be overidden, to return the value of the object, in the form required by
org.postgresql.
|
int |
hashCode() |
Compute hash.
|
void |
setValue(java.lang.String s) |
This method sets the value of this object.
|
public PGmoney(double value)
value - of fieldpublic PGmoney(java.lang.String value)
throws java.sql.SQLException
java.sql.SQLExceptionpublic PGmoney()
public void setValue(java.lang.String s)
throws java.sql.SQLException
PGobjectpublic int hashCode()
PGobjectpublic boolean equals(java.lang.Object obj)
PGobjectpublic java.lang.String getValue()
PGobjectCopyright © 2018 PostgreSQL Global Development Group. All rights reserved.