| Package | Description |
|---|---|
| io.reactiverse.pgclient | |
| io.reactiverse.pgclient.data | |
| io.reactiverse.reactivex.pgclient | |
| io.reactiverse.rxjava.pgclient |
| Modifier and Type | Method and Description |
|---|---|
Box |
Tuple.getBox(int pos)
Get
Box value at pos. |
Box |
Row.getBox(String name)
Get
Box value at pos. |
Box[] |
Tuple.getBoxArray(int pos)
Get an array of
Box value at pos. |
Box[] |
Row.getBoxArray(String name)
Get an array of
Box value at pos. |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
Tuple.addBox(Box value)
Add a
Box value at the end of the tuple. |
Tuple |
Tuple.addBoxArray(Box[] value)
Add an array of
Box value at the end of the tuple. |
| Modifier and Type | Method and Description |
|---|---|
static void |
BoxConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
Box obj) |
static void |
BoxConverter.toJson(Box obj,
io.vertx.core.json.JsonObject json) |
static void |
BoxConverter.toJson(Box obj,
Map<String,Object> json) |
| Modifier and Type | Method and Description |
|---|---|
Box |
Tuple.getBox(int pos)
Get value at
pos. |
Box |
Row.getBox(String name)
Get value at
pos. |
Box[] |
Tuple.getBoxArray(int pos)
Get an array of value at
pos. |
Box[] |
Row.getBoxArray(String name)
Get an array of value at
pos. |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
Tuple.addBox(Box value)
Add a value at the end of the tuple.
|
Tuple |
Tuple.addBoxArray(Box[] value)
Add an array of value at the end of the tuple.
|
| Modifier and Type | Method and Description |
|---|---|
Box |
Tuple.getBox(int pos)
Get value at
pos. |
Box |
Row.getBox(String name)
Get value at
pos. |
Box[] |
Tuple.getBoxArray(int pos)
Get an array of value at
pos. |
Box[] |
Row.getBoxArray(String name)
Get an array of value at
pos. |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
Tuple.addBox(Box value)
Add a value at the end of the tuple.
|
Tuple |
Tuple.addBoxArray(Box[] value)
Add an array of value at the end of the tuple.
|
Copyright © 2019 Eclipse. All rights reserved.