| Package | Description | 
|---|---|
| io.vertx.reactivex.sqlclient | |
| io.vertx.rxjava.sqlclient | |
| io.vertx.sqlclient | 
| 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  | 
Row
Represents single row of the result set. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default Tuple | 
Tuple.addBigDecimal(BigDecimal value)
Add a  
BigDecimal value at the end of the tuple. | 
default Tuple | 
Tuple.addBigDecimalArray(BigDecimal[] value)
Add an array of  
BigDecimal value 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.addBooleanArray(Boolean[] value)
Add an array of  
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.addBufferArray(Buffer[] value)
Add an array of  
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.addDoubleArray(Double[] value)
Add an array of  
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.addFloatArray(Float[] value)
Add an array of  
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.addIntegerArray(Integer[] value)
Add an array of  
Integer value at the end of the tuple. | 
default Tuple | 
Tuple.addLocalDate(java.time.LocalDate value)
Add a  
LocalDate value at the end of the tuple. | 
default Tuple | 
Tuple.addLocalDateArray(java.time.LocalDate[] value)
Add an array of  
LocalDate value at the end of the tuple. | 
default Tuple | 
Tuple.addLocalDateTime(java.time.LocalDateTime value)
Add a  
LocalDateTime value at the end of the tuple. | 
default Tuple | 
Tuple.addLocalDateTimeArray(java.time.LocalDateTime[] value)
Add an array of  
LocalDateTime value at the end of the tuple. | 
default Tuple | 
Tuple.addLocalTime(java.time.LocalTime value)
Add a  
LocalTime value at the end of the tuple. | 
default Tuple | 
Tuple.addLocalTimeArray(java.time.LocalTime[] value)
Add an array of  
LocalTime value 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.addLongArray(Long[] value)
Add an array of  
Long value at the end of the tuple. | 
default Tuple | 
Tuple.addOffsetDateTime(java.time.OffsetDateTime value)
Add a  
OffsetDateTime value at the end of the tuple. | 
default Tuple | 
Tuple.addOffsetDateTimeArray(java.time.OffsetDateTime[] value)
Add an array of  
OffsetDateTime value at the end of the tuple. | 
default Tuple | 
Tuple.addOffsetTime(java.time.OffsetTime value)
Add a  
OffsetTime value at the end of the tuple. | 
default Tuple | 
Tuple.addOffsetTimeArray(java.time.OffsetTime[] value)
Add an array of  
OffsetTime value 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.addShortArray(Short[] value)
Add an array of  
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.addStringArray(String[] value)
Add an array of  
String value at the end of the tuple. | 
default Tuple | 
Tuple.addTemporal(java.time.temporal.Temporal value)
Add a  
Temporal value at the end of the tuple. | 
default Tuple | 
Tuple.addTemporalArray(java.time.temporal.Temporal[] value)
Add an array of  
Temporal value at the end of the tuple. | 
default Tuple | 
Tuple.addUUID(UUID value)
Add a  
UUID value at the end of the tuple. | 
default Tuple | 
Tuple.addUUIDArray(UUID[] value)
Add an array of  
UUID value at the end of the tuple. | 
Tuple | 
Tuple.addValue(Object value)
Add an object value at the end of the tuple. 
 | 
default <T> Tuple | 
Tuple.addValues(T[] value)  | 
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  
elements list. | 
static Tuple | 
Tuple.wrap(List<Object> list)
Wrap the provided  
list with a tuple. | 
static Tuple | 
Tuple.wrap(Object... array)
Wrap the provided  
array with 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. | 
void | 
PreparedQuery.execute(Tuple tuple,
       Handler<AsyncResult<T>> handler)
Execute the query. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PreparedQuery.executeBatch(List<Tuple> batch,
            Handler<AsyncResult<T>> handler)
Execute the query with a batch of tuples. 
 | 
Copyright © 2020 Eclipse. All rights reserved.