| Package | Description |
|---|---|
| jet.formula.object |
| Modifier and Type | Method and Description |
|---|---|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
DbBigInt value)
Adds a name/Integer pair to the JSON object
|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
DbBit value)
Adds a name/Boolean pair to the JSON object
|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
DbChar value)
Adds a name/String pair to the JSON object
|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
DbDouble value)
Adds a name/Number pair to the JSON object
|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
fCurrency value)
Adds a name/Currency pair to the JSON object
|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
fJsonArray value)
Adds a name/JsonArray pair to the JSON object
|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
fJsonObject value)
Adds a name/JsonObject pair to the JSON object
|
JsonObjectBuilder |
JsonObjectBuilder.addNull(DbChar name)
Adds a name/NULL pair to the JSON object
|
JsonObjectBuilder |
JsonObjectBuilder.start()
This is the first method to call to start building a JsonObjet.
|
© insightsoftware. All rights reserved.