| Package | Description |
|---|---|
| io.reactiverse.pgclient | |
| io.reactiverse.pgclient.data | |
| io.reactiverse.reactivex.pgclient | |
| io.reactiverse.rxjava.pgclient |
| Modifier and Type | Method and Description |
|---|---|
Numeric |
Tuple.getNumeric(int pos)
Get
Numeric value at pos. |
Numeric |
Row.getNumeric(String name)
Get
Numeric value at pos. |
Numeric[] |
Tuple.getNumericArray(int pos)
Get an array of
Numeric value at pos. |
Numeric[] |
Row.getNumericArray(String name)
Get an array of
Numeric value at pos. |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
Tuple.addNumeric(Numeric value)
Add a
Numeric value at the end of the tuple. |
Tuple |
Tuple.addNumericArray(Numeric[] value)
Add an array of
Numeric value at the end of the tuple. |
| Modifier and Type | Field and Description |
|---|---|
static Numeric |
Numeric.NaN
Constant for the
NaN value. |
| Modifier and Type | Method and Description |
|---|---|
static Numeric |
Numeric.create(Number number)
Return a
Numeric instance for the given number. |
static Numeric |
Numeric.parse(String s)
Parse and return a
Numeric instance for the given s. |
| Modifier and Type | Method and Description |
|---|---|
Numeric |
Tuple.getNumeric(int pos)
Get value at
pos. |
Numeric |
Row.getNumeric(String name)
Get value at
pos. |
Numeric[] |
Tuple.getNumericArray(int pos)
Get an array of value at
pos. |
Numeric[] |
Row.getNumericArray(String name)
Get an array of value at
pos. |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
Tuple.addNumeric(Numeric value)
Add a value at the end of the tuple.
|
Tuple |
Tuple.addNumericArray(Numeric[] value)
Add an array of value at the end of the tuple.
|
| Modifier and Type | Method and Description |
|---|---|
Numeric |
Tuple.getNumeric(int pos)
Get value at
pos. |
Numeric |
Row.getNumeric(String name)
Get value at
pos. |
Numeric[] |
Tuple.getNumericArray(int pos)
Get an array of value at
pos. |
Numeric[] |
Row.getNumericArray(String name)
Get an array of value at
pos. |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
Tuple.addNumeric(Numeric value)
Add a value at the end of the tuple.
|
Tuple |
Tuple.addNumericArray(Numeric[] value)
Add an array of value at the end of the tuple.
|
Copyright © 2019 Eclipse. All rights reserved.