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