public class PGmoney extends PGobject implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
boolean |
isNull
If the object represents
null::money |
double |
val |
Constructor and Description |
---|
PGmoney() |
PGmoney(double value) |
PGmoney(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
This must be overridden to allow the object to be cloned.
|
boolean |
equals(java.lang.Object obj)
This must be overridden to allow comparisons of objects.
|
java.lang.String |
getValue()
This must be overridden, 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 double val
public boolean isNull
null::money
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 © 2024 PostgreSQL Global Development Group. All rights reserved.