Uses of Class
io.vertx.mutiny.sqlclient.Tuple
Packages that use Tuple
-
Uses of Tuple in io.vertx.mutiny.sqlclient
Subclasses of Tuple in io.vertx.mutiny.sqlclientFields in io.vertx.mutiny.sqlclient with type parameters of type TupleMethods in io.vertx.mutiny.sqlclient that return TupleModifier and TypeMethodDescriptionTuple.addArrayOfBigDecimal(BigDecimal[] value) Add an array ofBigDecimalvalue 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(io.vertx.core.json.JsonArray[] value) Add an array ofJsonArrayvalue at the end of the tuple.Tuple.addArrayOfJsonObject(io.vertx.core.json.JsonObject[] value) Add an array ofJsonObjectvalue at the end of the tuple.Tuple.addArrayOfLocalDate(LocalDate[] value) Add an array ofLocalDatevalue at the end of the tuple.Tuple.addArrayOfLocalDateTime(LocalDateTime[] value) Add an array ofLocalDateTimevalue at the end of the tuple.Tuple.addArrayOfLocalTime(LocalTime[] value) Add an array ofLocalTimevalue 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 ofOffsetDateTimevalue at the end of the tuple.Tuple.addArrayOfOffsetTime(OffsetTime[] value) Add an array ofOffsetTimevalue 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 ofTemporalvalue at the end of the tuple.Tuple.addArrayOfUUID(UUID[] value) Add an array ofUUIDvalue at the end of the tuple.Tuple.addBigDecimal(BigDecimal value) Add aBigDecimalvalue at the end of the tuple.Tuple.addBoolean(Boolean value) Add a boolean value at the end of the tuple.Tuple.addBuffer(io.vertx.core.buffer.Buffer value) 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(io.vertx.core.json.JsonArray value) Add aJsonArrayvalue at the end of the tuple.Tuple.addJsonObject(io.vertx.core.json.JsonObject value) Add aJsonObjectvalue 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(io.vertx.sqlclient.Tuple delegate) Creates a new instance of theTuple.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.mutiny.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.io.smallrye.mutiny.Uni<T>Execute the query.PreparedQuery.executeAndAwait(Tuple tuple) Execute the query.PreparedQuery.executeAndForget(Tuple tuple) Execute the query.Method parameters in io.vertx.mutiny.sqlclient with type arguments of type TupleModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<T>PreparedQuery.executeBatch(List<Tuple> batch) Execute the query with a batch of tuples.PreparedQuery.executeBatchAndAwait(List<Tuple> batch) Execute the query with a batch of tuples.PreparedQuery.executeBatchAndForget(List<Tuple> batch) Execute the query with a batch of tuples. -
Uses of Tuple in io.vertx.mutiny.sqlclient.templates
Methods in io.vertx.mutiny.sqlclient.templates that return Tuple