Uses of Interface
io.vertx.sqlclient.Tuple
Packages that use Tuple
Package
Description
-
Uses of Tuple in io.vertx.jdbcclient.spi
Methods in io.vertx.jdbcclient.spi with parameters of type TupleModifier and TypeMethodDescriptionJDBCEncoder.encode(Tuple input, int pos, JDBCColumnDescriptorProvider provider) JDBCEncoderImpl.encode(Tuple input, int pos, JDBCColumnDescriptorProvider provider) -
Uses of Tuple in io.vertx.reactivex.sqlclient
Methods in io.vertx.reactivex.sqlclient that return TupleMethods in io.vertx.reactivex.sqlclient with parameters of type TupleConstructors in io.vertx.reactivex.sqlclient with parameters of type Tuple -
Uses of Tuple in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient that return TupleMethods in io.vertx.rxjava3.sqlclient with parameters of type TupleConstructors in io.vertx.rxjava3.sqlclient with parameters of type Tuple -
Uses of Tuple in io.vertx.sqlclient
Subinterfaces of Tuple in io.vertx.sqlclientMethods in io.vertx.sqlclient that return TupleModifier and TypeMethodDescriptiondefault TupleTuple.addArrayOfBigDecimal(BigDecimal[] value) Add an array ofBigDecimalvalue at the end of the tuple.default TupleTuple.addArrayOfBoolean(Boolean[] value) Add an array ofBooleanvalue at the end of the tuple.default TupleTuple.addArrayOfBuffer(Buffer[] value) Add an array ofBuffervalue at the end of the tuple.default TupleTuple.addArrayOfDouble(Double[] value) Add an array ofDoublevalue at the end of the tuple.default TupleTuple.addArrayOfFloat(Float[] value) Add an array ofFloatvalue at the end of the tuple.default TupleTuple.addArrayOfInteger(Integer[] value) Add an array ofIntegervalue at the end of the tuple.default TupleTuple.addArrayOfJsonArray(JsonArray[] value) Add an array ofJsonArrayvalue at the end of the tuple.default TupleTuple.addArrayOfJsonObject(JsonObject[] value) Add an array ofJsonObjectvalue at the end of the tuple.default TupleTuple.addArrayOfLocalDate(LocalDate[] value) Add an array ofLocalDatevalue at the end of the tuple.default TupleTuple.addArrayOfLocalDateTime(LocalDateTime[] value) Add an array ofLocalDateTimevalue at the end of the tuple.default TupleTuple.addArrayOfLocalTime(LocalTime[] value) Add an array ofLocalTimevalue at the end of the tuple.default TupleTuple.addArrayOfLong(Long[] value) Add an array ofLongvalue at the end of the tuple.default TupleTuple.addArrayOfOffsetDateTime(OffsetDateTime[] value) Add an array ofOffsetDateTimevalue at the end of the tuple.default TupleTuple.addArrayOfOffsetTime(OffsetTime[] value) Add an array ofOffsetTimevalue at the end of the tuple.default TupleTuple.addArrayOfShort(Short[] value) Add an array ofShortvalue at the end of the tuple.default TupleTuple.addArrayOfString(String[] value) Add an array ofStringvalue at the end of the tuple.default TupleTuple.addArrayOfTemporal(Temporal[] value) Add an array ofTemporalvalue at the end of the tuple.default TupleTuple.addArrayOfUUID(UUID[] value) Add an array ofUUIDvalue at the end of the tuple.default TupleTuple.addBigDecimal(BigDecimal value) Add aBigDecimalvalue at the end of the tuple.default TupleTuple.addBoolean(Boolean value) Add a boolean value at the end of the tuple.default TupleAdd a buffer value at the end of the tuple.default TupleAdd a double value at the end of the tuple.default TupleAdd a float value at the end of the tuple.default TupleTuple.addInteger(Integer value) Add an integer value at the end of the tuple.default TupleTuple.addJsonArray(JsonArray value) Add aJsonArrayvalue at the end of the tuple.default TupleTuple.addJsonObject(JsonObject value) Add aJsonObjectvalue at the end of the tuple.default TupleTuple.addLocalDate(LocalDate value) Add aLocalDatevalue at the end of the tuple.default TupleTuple.addLocalDateTime(LocalDateTime value) Add aLocalDateTimevalue at the end of the tuple.default TupleTuple.addLocalTime(LocalTime value) Add aLocalTimevalue at the end of the tuple.default TupleAdd a long value at the end of the tuple.default TupleTuple.addOffsetDateTime(OffsetDateTime value) Add aOffsetDateTimevalue at the end of the tuple.default TupleTuple.addOffsetTime(OffsetTime value) Add aOffsetTimevalue at the end of the tuple.default TupleAdd a short value at the end of the tuple.default TupleAdd a string value at the end of the tuple.default TupleTuple.addTemporal(Temporal value) Add aTemporalvalue at the end of the tuple.default TupleAdd 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 TupleCreate a tuple of one element.static TupleCreate a tuple of two elements.static TupleCreate a tuple of an arbitrary number of 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.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.Method parameters in io.vertx.sqlclient with type arguments of type TupleModifier and TypeMethodDescriptionPreparedQuery.executeBatch(List<Tuple> batch) Execute the query with a batch of tuples. -
Uses of Tuple in io.vertx.sqlclient.spi.protocol
Methods in io.vertx.sqlclient.spi.protocol with parameters of type TupleModifier and TypeMethodDescriptionstatic <R> ExtendedQueryCommand<R> ExtendedQueryCommand.createQuery(String sql, PrepareOptions options, io.vertx.sqlclient.internal.PreparedStatement ps, Tuple tuple, boolean autoCommit, Collector<Row, ?, R> collector, io.vertx.sqlclient.internal.QueryResultHandler<R> resultHandler) static <R> ExtendedQueryCommand<R> ExtendedQueryCommand.createQuery(String sql, PrepareOptions options, io.vertx.sqlclient.internal.PreparedStatement ps, Tuple tuple, int fetch, String cursorId, boolean suspended, boolean autoCommit, Collector<Row, ?, R> collector, io.vertx.sqlclient.internal.QueryResultHandler<R> resultHandler) Method parameters in io.vertx.sqlclient.spi.protocol with type arguments of type TupleModifier and TypeMethodDescriptionstatic <R> ExtendedQueryCommand<R> ExtendedQueryCommand.createBatch(String sql, PrepareOptions options, io.vertx.sqlclient.internal.PreparedStatement ps, List<Tuple> tuples, boolean autoCommit, Collector<Row, ?, R> collector, io.vertx.sqlclient.internal.QueryResultHandler<R> resultHandler) -
Uses of Tuple in io.vertx.sqlclient.templates
Methods in io.vertx.sqlclient.templates that return Tuple