public class fJsonArray
extends fJsonStructure
Constructor and Description |
---|
fJsonArray() |
fJsonArray(JsonArray ja) |
Modifier and Type | Method and Description |
---|---|
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(JsonArray ja) |
public final JsonArray get()
public final void set(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