| Package | Description | 
|---|---|
| io.vertx.ext.jdbc.spi | |
| io.vertx.reactivex.sqlclient | |
| io.vertx.rxjava.sqlclient | |
| io.vertx.rxjava3.sqlclient | |
| io.vertx.sqlclient | |
| io.vertx.sqlclient.templates | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | JDBCEncoder. encode(Tuple input,
      int pos,
      JDBCColumnDescriptorProvider provider) | 
| Modifier and Type | Method and Description | 
|---|---|
| Tuple | Tuple. getDelegate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Tuple | Tuple. newInstance(Tuple arg) | 
| Constructor and Description | 
|---|
| Tuple(Tuple delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| Tuple | Tuple. getDelegate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Tuple | Tuple. newInstance(Tuple arg) | 
| Constructor and Description | 
|---|
| Tuple(Tuple delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| Tuple | Tuple. getDelegate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Tuple | Tuple. newInstance(Tuple arg) | 
| Constructor and Description | 
|---|
| Tuple(Tuple delegate) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | RowA single row of the  execution result rowset. | 
| Modifier and Type | Method and Description | 
|---|---|
| default Tuple | Tuple. addArrayOfBigDecimal(BigDecimal[] value)Add an array of  BigDecimalvalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfBoolean(Boolean[] value)Add an array of  Booleanvalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfBuffer(Buffer[] value)Add an array of  Buffervalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfDouble(Double[] value)Add an array of  Doublevalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfFloat(Float[] value)Add an array of  Floatvalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfInteger(Integer[] value)Add an array of  Integervalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfJsonArray(JsonArray[] value)Add an array of  JsonArrayvalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfJsonObject(JsonObject[] value)Add an array of  JsonObjectvalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfLocalDate(java.time.LocalDate[] value)Add an array of  LocalDatevalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfLocalDateTime(java.time.LocalDateTime[] value)Add an array of  LocalDateTimevalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfLocalTime(java.time.LocalTime[] value)Add an array of  LocalTimevalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfLong(Long[] value)Add an array of  Longvalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfOffsetDateTime(java.time.OffsetDateTime[] value)Add an array of  OffsetDateTimevalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfOffsetTime(java.time.OffsetTime[] value)Add an array of  OffsetTimevalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfShort(Short[] value)Add an array of  Shortvalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfString(String[] value)Add an array of  Stringvalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfTemporal(java.time.temporal.Temporal[] value)Add an array of  Temporalvalue at the end of the tuple. | 
| default Tuple | Tuple. addArrayOfUUID(UUID[] value)Add an array of  UUIDvalue at the end of the tuple. | 
| default Tuple | Tuple. addBigDecimal(BigDecimal value)Add a  BigDecimalvalue at the end of the tuple. | 
| default Tuple | Tuple. addBoolean(Boolean value)Add a boolean value at the end of the tuple. | 
| default Tuple | Tuple. addBuffer(Buffer value)Add a buffer value at the end of the tuple. | 
| default Tuple | Tuple. addDouble(Double value)Add a double value at the end of the tuple. | 
| default Tuple | Tuple. addFloat(Float value)Add a float value at the end of the tuple. | 
| default Tuple | Tuple. addInteger(Integer value)Add an integer value at the end of the tuple. | 
| default Tuple | Tuple. addJsonArray(JsonArray value)Add a  JsonArrayvalue at the end of the tuple. | 
| default Tuple | Tuple. addJsonObject(JsonObject value)Add a  JsonObjectvalue at the end of the tuple. | 
| default Tuple | Tuple. addLocalDate(java.time.LocalDate value)Add a  LocalDatevalue at the end of the tuple. | 
| default Tuple | Tuple. addLocalDateTime(java.time.LocalDateTime value)Add a  LocalDateTimevalue at the end of the tuple. | 
| default Tuple | Tuple. addLocalTime(java.time.LocalTime value)Add a  LocalTimevalue at the end of the tuple. | 
| default Tuple | Tuple. addLong(Long value)Add a long value at the end of the tuple. | 
| default Tuple | Tuple. addOffsetDateTime(java.time.OffsetDateTime value)Add a  OffsetDateTimevalue at the end of the tuple. | 
| default Tuple | Tuple. addOffsetTime(java.time.OffsetTime value)Add a  OffsetTimevalue at the end of the tuple. | 
| default Tuple | Tuple. addShort(Short value)Add a short value at the end of the tuple. | 
| default Tuple | Tuple. addString(String value)Add a string value at the end of the tuple. | 
| default Tuple | Tuple. addTemporal(java.time.temporal.Temporal value)Add a  Temporalvalue at the end of the tuple. | 
| default Tuple | Tuple. addUUID(UUID value)Add a  UUIDvalue at the end of the tuple. | 
| Tuple | Tuple. addValue(Object value)Add an object value at the end of the tuple. | 
| static <T> Tuple | Tuple. from(List<T> list)Wrap the provided  listwith a tuple. | 
| static Tuple | Tuple. from(Object[] array)Wrap the provided  arraywith a tuple. | 
| static Tuple | Tuple. of(Object elt1)Create a tuple of one element. | 
| static Tuple | Tuple. of(Object elt1,
  Object... elts)Create a tuple of an arbitrary number of elements. | 
| static Tuple | Tuple. of(Object elt1,
  Object elt2)Create a tuple of two elements. | 
| static Tuple | Tuple. of(Object elt1,
  Object elt2,
  Object elt3)Create a tuple of three elements. | 
| static Tuple | Tuple. of(Object elt1,
  Object elt2,
  Object elt3,
  Object elt4)Create a tuple of four elements. | 
| static Tuple | Tuple. of(Object elt1,
  Object elt2,
  Object elt3,
  Object elt4,
  Object elt5)Create a tuple of five elements. | 
| static Tuple | Tuple. of(Object elt1,
  Object elt2,
  Object elt3,
  Object elt4,
  Object elt5,
  Object elt6)Create a tuple of six elements. | 
| static Tuple | Tuple. tuple() | 
| static Tuple | Tuple. tuple(List<Object> elements)Create a tuple with the provided  elementslist. | 
| static <T> Tuple | Tuple. wrap(List<T> list)Wrap the provided  listwith a tuple. | 
| static Tuple | Tuple. wrap(Object[] array)Wrap the provided  arraywith a tuple. | 
| Modifier and Type | Method and Description | 
|---|---|
| RowStream<Row> | PreparedStatement. createStream(int fetch,
            Tuple args)Execute the prepared query with a cursor and createStream the result. | 
| Cursor | PreparedStatement. cursor(Tuple args)Create a cursor with the provided  arguments. | 
| Future<T> | PreparedQuery. execute(Tuple tuple)Like  Query.execute(Handler)but returns aFutureof the asynchronous result | 
| void | PreparedQuery. execute(Tuple tuple,
       Handler<AsyncResult<T>> handler)Execute the query. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<T> | PreparedQuery. executeBatch(List<Tuple> batch)Like  PreparedQuery.executeBatch(List, Handler)but returns aFutureof the asynchronous result | 
| void | PreparedQuery. executeBatch(List<Tuple> batch,
            Handler<AsyncResult<T>> handler)Execute the query with a batch of tuples. | 
| Modifier and Type | Method and Description | 
|---|---|
| Tuple | TupleMapper. map(java.util.function.Function<Integer,String> mapping,
   int size,
   T params)The internal mapper contract that builds a tuple. | 
Copyright © 2023 Eclipse. All rights reserved.