Uses of Class
io.vertx.sqlclient.data.Numeric
Packages that use Numeric
Package
Description
-
Uses of Numeric in io.vertx.reactivex.sqlclient
Methods in io.vertx.reactivex.sqlclient that return NumericModifier and TypeMethodDescriptionNumeric[]Row.getArrayOfNumerics(String column) Get an array of value for the givencolumn.Numeric[]Tuple.getArrayOfNumerics(int pos) Get an array of value atpos.Row.getNumeric(String column) Get value for the givencolumn.Tuple.getNumeric(int pos) Get value atpos. -
Uses of Numeric in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient that return NumericModifier and TypeMethodDescriptionNumeric[]Row.getArrayOfNumerics(String column) Get an array of value for the givencolumn.Numeric[]Tuple.getArrayOfNumerics(int pos) Get an array of value atpos.Row.getNumeric(String column) Get value for the givencolumn.Tuple.getNumeric(int pos) Get value atpos. -
Uses of Numeric in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return NumericModifier and TypeMethodDescriptiondefault Numeric[]Row.getArrayOfNumerics(String column) Get an array ofNumericvalue for the givencolumn.default Numeric[]Tuple.getArrayOfNumerics(int pos) Get an array ofNumericvalue atpos.default NumericRow.getNumeric(String column) GetNumericvalue for the givencolumn.default NumericTuple.getNumeric(int pos) GetNumericvalue atpos. -
Uses of Numeric in io.vertx.sqlclient.data
Fields in io.vertx.sqlclient.data declared as NumericMethods in io.vertx.sqlclient.data that return Numeric