public class fJsonArray
extends jet.formula.fJsonStructure
BIGINT_DESC, bNull, CHAR_DESC, CURRENCY_DESC, DATE_DESC, desc, DOUBLE_DESC, INTEGER_DESC, TIME_DESC| Constructor and Description |
|---|
fJsonArray() |
fJsonArray(jakarta.json.JsonArray ja) |
| Modifier and Type | Method and Description |
|---|---|
jakarta.json.JsonArray |
get() |
DbBit |
getBoolean(DbBigInt index) |
fCurrency |
getCurrency(DbBigInt index) |
DbBigInt |
getInt(DbBigInt index) |
fJsonArray |
getJsonArray(DbBigInt index) |
fJsonObject |
getJsonObject(DbBigInt index) |
DbDouble |
getNumber(DbBigInt index) |
DbChar |
getString(DbBigInt index) |
DbBit |
isNull(DbBigInt index) |
void |
set(jakarta.json.JsonArray ja) |
clone, compareTo, equals, set, set, setValue, toString, toStringValuecompareTo, compareTo, compareTo, equals, getColDesc, getDataTimeZone, getPrecision, getScale, getSqlType, isCurrency, isNull, makeDbValue, set, setColDesc, setfoo, setNull, setValuepublic fJsonArray()
public fJsonArray(jakarta.json.JsonArray ja)
public final jakarta.json.JsonArray get()
public final void set(jakarta.json.JsonArray ja)
public DbChar getString(DbBigInt index)
index - Integer index of the valuepublic DbBigInt getInt(DbBigInt index)
index - Integer index of the valuepublic DbDouble getNumber(DbBigInt index)
index - Integer index of the valuepublic fCurrency getCurrency(DbBigInt index)
index - Integer index of the valuepublic DbBit getBoolean(DbBigInt index)
index - Integer index of the valuepublic fJsonObject getJsonObject(DbBigInt index)
index - Integer index of the valuepublic fJsonArray getJsonArray(DbBigInt index)
index - Integer index of the value© insightsoftware. All rights reserved.