| Package | Description |
|---|---|
| io.reactiverse.pgclient | |
| io.reactiverse.pgclient.data | |
| io.reactiverse.reactivex.pgclient.data | |
| io.reactiverse.rxjava.pgclient.data |
| Modifier and Type | Method and Description |
|---|---|
Json |
Tuple.getJson(int pos)
Get a json value at
pos. |
Json |
Row.getJson(String name)
Get a json value at
pos. |
Json[] |
Tuple.getJsonArray(int pos)
Get an array of
Json value at pos. |
Json[] |
Row.getJsonArray(String name)
Get an array of
Json value at pos. |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
Tuple.addJson(Json value)
Add a json value at the end of the tuple.
|
Tuple |
Tuple.addJsonArray(Json[] value)
Add an array of
Json value at the end of the tuple. |
| Modifier and Type | Method and Description |
|---|---|
static Json |
Json.create(Object value) |
| Modifier and Type | Method and Description |
|---|---|
Json |
Json.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static Json |
Json.newInstance(Json arg) |
| Constructor and Description |
|---|
Json(Json delegate) |
| Modifier and Type | Method and Description |
|---|---|
Json |
Json.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static Json |
Json.newInstance(Json arg) |
| Constructor and Description |
|---|
Json(Json delegate) |
Copyright © 2019 Eclipse. All rights reserved.