Uses of Class
io.vertx.rxjava3.sqlclient.Tuple
Packages that use Tuple
-
Uses of Tuple in io.vertx.rxjava3.sqlclient
Subclasses of Tuple in io.vertx.rxjava3.sqlclientFields in io.vertx.rxjava3.sqlclient with type parameters of type TupleMethods in io.vertx.rxjava3.sqlclient that return TupleModifier and TypeMethodDescriptionTuple.addArrayOfBigDecimal(BigDecimal[] value) Add an array of value at the end of the tuple.Tuple.addArrayOfBoolean(Boolean[] value) Add an array ofBooleanvalue at the end of the tuple.Tuple.addArrayOfDouble(Double[] value) Add an array ofDoublevalue at the end of the tuple.Tuple.addArrayOfFloat(Float[] value) Add an array ofFloatvalue at the end of the tuple.Tuple.addArrayOfInteger(Integer[] value) Add an array ofIntegervalue at the end of the tuple.Tuple.addArrayOfJsonArray(JsonArray[] value) Add an array of value at the end of the tuple.Tuple.addArrayOfJsonObject(JsonObject[] value) Add an array of value at the end of the tuple.Tuple.addArrayOfLocalDate(LocalDate[] value) Add an array of value at the end of the tuple.Tuple.addArrayOfLocalDateTime(LocalDateTime[] value) Add an array of value at the end of the tuple.Tuple.addArrayOfLocalTime(LocalTime[] value) Add an array of value at the end of the tuple.Tuple.addArrayOfLong(Long[] value) Add an array ofLongvalue at the end of the tuple.Tuple.addArrayOfOffsetDateTime(OffsetDateTime[] value) Add an array of value at the end of the tuple.Tuple.addArrayOfOffsetTime(OffsetTime[] value) Add an array of value at the end of the tuple.Tuple.addArrayOfShort(Short[] value) Add an array ofShortvalue at the end of the tuple.Tuple.addArrayOfString(String[] value) Add an array ofStringvalue at the end of the tuple.Tuple.addArrayOfTemporal(Temporal[] value) Add an array of value at the end of the tuple.Tuple.addArrayOfUUID(UUID[] value) Add an array of value at the end of the tuple.Tuple.addBigDecimal(BigDecimal value) Add a value at the end of the tuple.Tuple.addBoolean(Boolean value) Add a boolean value at the end of the tuple.Add a buffer value at the end of the tuple.Add a double value at the end of the tuple.Add a float value at the end of the tuple.Tuple.addInteger(Integer value) Add an integer value at the end of the tuple.Tuple.addJsonArray(JsonArray value) Add a value at the end of the tuple.Tuple.addJsonObject(JsonObject value) Add a value at the end of the tuple.Tuple.addLocalDate(LocalDate value) Add aLocalDatevalue at the end of the tuple.Tuple.addLocalDateTime(LocalDateTime value) Add aLocalDateTimevalue at the end of the tuple.Tuple.addLocalTime(LocalTime value) Add aLocalTimevalue at the end of the tuple.Add a long value at the end of the tuple.Tuple.addOffsetDateTime(OffsetDateTime value) Add aOffsetDateTimevalue at the end of the tuple.Tuple.addOffsetTime(OffsetTime value) Add aOffsetTimevalue at the end of the tuple.Add a short value at the end of the tuple.Add a string value at the end of the tuple.Tuple.addTemporal(Temporal value) Add aTemporalvalue at the end of the tuple.Add aUUIDvalue at the end of the tuple.Add an object value at the end of the tuple.static TupleWrap the providedarraywith a tuple.static <T> TupleWrap the providedlistwith a tuple.static TupleTuple.newInstance(Tuple arg) static TupleCreate a tuple of one element.static TupleCreate a tuple of two elements.static TupleCreate a tuple of three elements.static TupleCreate a tuple of four elements.static TupleCreate a tuple of five elements.static TupleCreate a tuple of six elements.static TupleTuple.tuple()static TupleCreate a tuple with the providedelementslist.static TupleWrap the providedarraywith a tuple.static <T> TupleWrap the providedlistwith a tuple.Methods in io.vertx.rxjava3.sqlclient with parameters of type TupleModifier and TypeMethodDescriptionPreparedStatement.createStream(int fetch, Tuple args) Execute the prepared query with a cursor and createStream the result.Create a cursor with the providedarguments.Execute the query.Execute the query.Method parameters in io.vertx.rxjava3.sqlclient with type arguments of type TupleModifier and TypeMethodDescriptionPreparedQuery.executeBatch(List<Tuple> batch) Execute the query with a batch of tuples.PreparedQuery.rxExecuteBatch(List<Tuple> batch) Execute the query with a batch of tuples. -
Uses of Tuple in io.vertx.rxjava3.sqlclient.templates
Methods in io.vertx.rxjava3.sqlclient.templates that return Tuple