java.io.Serializable
, java.lang.Cloneable
public 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.SQLException
public PGmoney()
public void setValue(java.lang.String s) throws java.sql.SQLException
PGobject
public int hashCode()
PGobject
public boolean equals(java.lang.Object obj)
PGobject
public java.lang.String getValue()
PGobject
Copyright © 2019 PostgreSQL Global Development Group. All rights reserved.