public class PGmoney extends PGobject implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
double |
val |
Constructor and Description |
---|
PGmoney() |
PGmoney(double value) |
PGmoney(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
setValue(java.lang.String s)
This method sets the value of this object.
|
public PGmoney(double value)
public 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 boolean equals(java.lang.Object obj)
PGobject