| Package | Description |
|---|---|
| jet.formula | |
| jet.formula.object |
| Modifier and Type | Method and Description |
|---|---|
DbBigInt |
fJsonArray.getInt(DbBigInt index) |
DbBigInt |
fJsonObject.getInteger(DbChar jsonPointer) |
| Modifier and Type | Method and Description |
|---|---|
DbBit |
fJsonArray.getBoolean(DbBigInt index) |
fCurrency |
fJsonArray.getCurrency(DbBigInt index) |
DbBigInt |
fJsonArray.getInt(DbBigInt index) |
fJsonArray |
fJsonArray.getJsonArray(DbBigInt index) |
fJsonObject |
fJsonArray.getJsonObject(DbBigInt index) |
DbDouble |
fJsonArray.getNumber(DbBigInt index) |
DbChar |
fJsonArray.getString(DbBigInt index) |
DbBit |
fJsonArray.isNull(DbBigInt index) |
| Modifier and Type | Method and Description |
|---|---|
JsonArrayBuilder |
JsonArrayBuilder.add(DbBigInt value)
Adds a integer value to the array
|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
DbBigInt value)
Adds a name/Integer pair to the JSON object
|
JsonPatch |
JsonPatch.add(DbChar path,
DbBigInt value)
Adds an "add" JSON Patch operation.
|
JsonArrayBuilder |
JsonArrayBuilder.addNull(DbBigInt index)
Adds a NULL value to the array at the specified position.
|
JsonPatch |
JsonPatch.replace(DbChar path,
DbBigInt value)
Adds an "replace" JSON Patch operation.
|
jet.formula.fResponseArray |
Client.send(jet.formula.fRequestArray req,
DbBigInt threads)
Sends a set of requests concurrently.
|
© insightsoftware. All rights reserved.