|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.connect.DbValue
jet.formula.fArray
public abstract class fArray
represents array type data
| Field Summary | |
|---|---|
DbValue[] |
value
|
| Fields inherited from class jet.connect.DbValue |
|---|
bNull, CHAR_DESC, CURRENCY_DESC, DATE_DESC, desc, DOUBLE_DESC, INTEGER_DESC, TIME_DESC |
| Constructor Summary | |
|---|---|
fArray()
|
|
fArray(int arraysize)
|
|
| Method Summary | |
|---|---|
int |
compareTo(DbValue dbv)
Compare with the dbvalue v; |
boolean |
equals(DbValue dbv)
Determine if another DbValue object is of equal value as this DbValue Object |
java.lang.Object |
getArray(int datatype)
|
static fArray |
getInstance(int dataType,
DbColDesc desc)
REQ FS-server-48372-727-FirstData-multiple-selection |
static fArray |
getSpecialInstance(int dataType,
DbColDesc desc)
|
void |
set(DbValue dbv)
Set the value with DbValue. |
void |
set(DbValue[] value)
|
void |
set(java.sql.ResultSet res,
int i)
Set the value with result set. |
void |
setValue(java.lang.String v)
Set the value with a string. |
java.lang.String |
toString()
Convert the value to string. |
| Methods inherited from class jet.connect.DbValue |
|---|
clone, equals, getColDesc, getPrecision, getScale, getSqlType, isCurrency, isNull, makeDbValue, set, setColDesc, setfoo, setNull, setValue |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public DbValue[] value
| Constructor Detail |
|---|
public fArray()
public fArray(int arraysize)
| Method Detail |
|---|
public java.lang.String toString()
DbValue
toString in class DbValue
public void set(java.sql.ResultSet res,
int i)
DbValue
set in class DbValueres - the source value result set.i - the source value column number in the rs.public void set(DbValue[] value)
public void set(DbValue dbv)
DbValue
set in class DbValuepublic boolean equals(DbValue dbv)
DbValue
equals in class DbValuepublic int compareTo(DbValue dbv)
DbValue
compareTo in class DbValuepublic void setValue(java.lang.String v)
DbValue
setValue in class DbValuepublic java.lang.Object getArray(int datatype)
public static fArray getInstance(int dataType,
DbColDesc desc)
dataType -
public static fArray getSpecialInstance(int dataType,
DbColDesc desc)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||