|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.connect.DbValue
jet.connect.DbNumber
jet.connect.DbReal
public class DbReal
| Field Summary | |
|---|---|
float |
value
|
| Fields inherited from class jet.connect.DbValue |
|---|
bNull, CHAR_DESC, CURRENCY_DESC, DATE_DESC, desc, DOUBLE_DESC, INTEGER_DESC, TIME_DESC |
| Constructor Summary | |
|---|---|
DbReal()
|
|
DbReal(DbColDesc desc)
|
|
| Method Summary | |
|---|---|
byte |
byteValue()
|
java.lang.Object |
clone()
Creates a clone of this DbValue variable. |
int |
compareTo(DbValue v)
Compare with the dbvalue v; |
double |
doubleValue()
|
boolean |
equals(DbValue v)
Determine if another DbValue object is of equal value as this DbValue Object |
float |
floatValue()
|
float |
get()
|
int |
intValue()
|
long |
longValue()
|
void |
set(DbValue v)
Set the value with DbValue. |
void |
set(float v)
|
void |
set(JRHierarchicalDataset hds,
int col)
|
void |
set(java.sql.ResultSet rs,
int col)
Set the value with result set. |
void |
setValue(DbNumber v)
|
void |
setValue(java.lang.String v)
Set the value with a string. |
short |
shortValue()
|
java.lang.String |
toString()
Convert the value to string. |
| Methods inherited from class jet.connect.DbNumber |
|---|
compare, setValue |
| Methods inherited from class jet.connect.DbValue |
|---|
equals, getColDesc, getPrecision, getScale, getSqlType, isCurrency, isNull, makeDbValue, setColDesc, setfoo, setNull |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public float value
| Constructor Detail |
|---|
public DbReal()
public DbReal(DbColDesc desc)
| Method Detail |
|---|
public float get()
public void set(float v)
public void set(java.sql.ResultSet rs,
int col)
throws java.sql.SQLException
DbValue
set in class DbValuers - the source value result set.col - the source value column number in the rs.
java.sql.SQLException
public void set(JRHierarchicalDataset hds,
int col)
throws java.sql.SQLException
set in class DbValuejava.sql.SQLExceptionpublic java.lang.String toString()
DbValue
toString in class DbValuepublic java.lang.Object clone()
DbValue
clone in class DbValuepublic boolean equals(DbValue v)
DbValue
equals in class DbValuepublic int compareTo(DbValue v)
DbValue
compareTo in class DbValuepublic byte byteValue()
byteValue in class DbNumberpublic short shortValue()
shortValue in class DbNumberpublic int intValue()
intValue in class DbNumberpublic long longValue()
longValue in class DbNumberpublic float floatValue()
floatValue in class DbNumberpublic double doubleValue()
doubleValue in class DbNumberpublic void set(DbValue v)
DbValue
set in class DbValuepublic void setValue(DbNumber v)
setValue in class DbNumberpublic void setValue(java.lang.String v)
DbValue
setValue in class DbValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||