Package | Description |
---|---|
io.vertx.reactivex.sqlclient | |
io.vertx.rxjava.sqlclient | |
io.vertx.sqlclient | |
io.vertx.sqlclient.data |
Modifier and Type | Method and Description |
---|---|
Numeric[] |
Tuple.getArrayOfNumerics(int pos)
Get an array of value at
pos . |
Numeric[] |
Row.getArrayOfNumerics(String column)
Get an array of value for the given
column . |
Numeric |
Tuple.getNumeric(int pos)
Get value at
pos . |
Numeric |
Row.getNumeric(String column)
Get value for the given
column . |
Modifier and Type | Method and Description |
---|---|
Numeric[] |
Tuple.getArrayOfNumerics(int pos)
Get an array of value at
pos . |
Numeric[] |
Row.getArrayOfNumerics(String column)
Get an array of value for the given
column . |
Numeric |
Tuple.getNumeric(int pos)
Get value at
pos . |
Numeric |
Row.getNumeric(String column)
Get value for the given
column . |
Modifier and Type | Method and Description |
---|---|
default Numeric[] |
Tuple.getArrayOfNumerics(int pos)
Get an array of
Numeric value at pos . |
default Numeric[] |
Row.getArrayOfNumerics(String column)
Get an array of
Numeric value for the given column . |
default Numeric |
Tuple.getNumeric(int pos)
Get
Numeric value at pos . |
default Numeric |
Row.getNumeric(String column)
Get
Numeric value for the given column . |
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 . |
Copyright © 2021 Eclipse. All rights reserved.