Package | Description |
---|---|
io.vertx.rxjava.mysqlclient | |
io.vertx.rxjava.pgclient | |
io.vertx.rxjava.sqlclient |
Modifier and Type | Method and Description |
---|---|
MySQLPool |
MySQLPool.preparedQuery(String sql,
Tuple arguments,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler) |
MySQLConnection |
MySQLConnection.preparedQuery(String sql,
Tuple arguments,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler) |
rx.Single<RowSet<Row>> |
MySQLPool.rxPreparedQuery(String sql,
Tuple arguments) |
rx.Single<RowSet<Row>> |
MySQLConnection.rxPreparedQuery(String sql,
Tuple arguments) |
Modifier and Type | Method and Description |
---|---|
MySQLPool |
MySQLPool.preparedBatch(String sql,
List<Tuple> batch,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler) |
rx.Single<RowSet<Row>> |
MySQLPool.rxPreparedBatch(String sql,
List<Tuple> batch) |
Modifier and Type | Method and Description |
---|---|
PgPool |
PgPool.preparedQuery(String sql,
Tuple arguments,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler) |
PgConnection |
PgConnection.preparedQuery(String sql,
Tuple arguments,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler) |
rx.Single<RowSet<Row>> |
PgPool.rxPreparedQuery(String sql,
Tuple arguments) |
rx.Single<RowSet<Row>> |
PgConnection.rxPreparedQuery(String sql,
Tuple arguments) |
Modifier and Type | Method and Description |
---|---|
PgPool |
PgPool.preparedBatch(String sql,
List<Tuple> batch,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler) |
PgConnection |
PgConnection.preparedBatch(String sql,
List<Tuple> batch,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler) |
rx.Single<RowSet<Row>> |
PgPool.rxPreparedBatch(String sql,
List<Tuple> batch) |
rx.Single<RowSet<Row>> |
PgConnection.rxPreparedBatch(String sql,
List<Tuple> batch) |
Modifier and Type | Class and Description |
---|---|
class |
Row
Represents single row of the result set.
|
Modifier and Type | Field and Description |
---|---|
static TypeArg<Tuple> |
Tuple.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
Tuple |
Tuple.addBigDecimal(BigDecimal value)
Add a value at the end of the tuple.
|
Tuple |
Tuple.addBoolean(Boolean value)
Add a boolean value at the end of the tuple.
|
Tuple |
Tuple.addBooleanArray(Boolean[] value)
Add an array of
Boolean value at the end of the tuple. |
Tuple |
Tuple.addBuffer(Buffer value)
Add a buffer value at the end of the tuple.
|
Tuple |
Tuple.addDouble(Double value)
Add a double value at the end of the tuple.
|
Tuple |
Tuple.addDoubleArray(Double[] value)
Add an array of
Double value at the end of the tuple. |
Tuple |
Tuple.addFloat(Float value)
Add a float value at the end of the tuple.
|
Tuple |
Tuple.addFloatArray(Float[] value)
Add an array of
Float value at the end of the tuple. |
Tuple |
Tuple.addInteger(Integer value)
Add an integer value at the end of the tuple.
|
Tuple |
Tuple.addIntegerArray(Integer[] value)
Add an array of
Integer value at the end of the tuple. |
Tuple |
Tuple.addLocalDate(LocalDate value)
Add a
LocalDate value at the end of the tuple. |
Tuple |
Tuple.addLocalDateArray(LocalDate[] value)
Add an array of value at the end of the tuple.
|
Tuple |
Tuple.addLocalDateTime(LocalDateTime value)
Add a
LocalDateTime value at the end of the tuple. |
Tuple |
Tuple.addLocalDateTimeArray(LocalDateTime[] value)
Add an array of value at the end of the tuple.
|
Tuple |
Tuple.addLocalTime(LocalTime value)
Add a
LocalTime value at the end of the tuple. |
Tuple |
Tuple.addLocalTimeArray(LocalTime[] value)
Add an array of value at the end of the tuple.
|
Tuple |
Tuple.addLong(Long value)
Add a long value at the end of the tuple.
|
Tuple |
Tuple.addLongArray(Long[] value)
Add an array of
Long value at the end of the tuple. |
Tuple |
Tuple.addOffsetDateTime(OffsetDateTime value)
Add a
OffsetDateTime value at the end of the tuple. |
Tuple |
Tuple.addOffsetDateTimeArray(OffsetDateTime[] value)
Add an array of value at the end of the tuple.
|
Tuple |
Tuple.addOffsetTime(OffsetTime value)
Add a
OffsetTime value at the end of the tuple. |
Tuple |
Tuple.addOffsetTimeArray(OffsetTime[] value)
Add an array of value at the end of the tuple.
|
Tuple |
Tuple.addShort(Short value)
Add a short value at the end of the tuple.
|
Tuple |
Tuple.addShortArray(Short[] value)
Add an array of
Short value at the end of the tuple. |
Tuple |
Tuple.addString(String value)
Add a string value at the end of the tuple.
|
Tuple |
Tuple.addStringArray(String[] value)
Add an array of
String value at the end of the tuple. |
Tuple |
Tuple.addTemporal(Temporal value)
Add a
Temporal value at the end of the tuple. |
Tuple |
Tuple.addUUID(UUID value)
Add a
UUID value at the end of the tuple. |
Tuple |
Tuple.addUUIDArray(UUID[] value)
Add an array of value at the end of the tuple.
|
Tuple |
Tuple.addValue(Object value)
Add an object value at the end of the tuple.
|
static Tuple |
Tuple.newInstance(Tuple arg) |
static Tuple |
Tuple.of(Object elt1)
Create a tuple of one element.
|
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> |
PreparedQuery.createStream(int fetch,
Tuple args)
Execute the prepared query with a cursor and createStream the result.
|
Cursor |
PreparedQuery.cursor(Tuple args)
Create a cursor with the provided
arguments . |
PreparedQuery |
PreparedQuery.execute(Tuple args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler)
Create a cursor with the provided
arguments . |
Transaction |
Transaction.preparedQuery(String sql,
Tuple arguments,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler) |
SqlClient |
SqlClient.preparedQuery(String sql,
Tuple arguments,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler)
Prepare and execute a query.
|
Pool |
Pool.preparedQuery(String sql,
Tuple arguments,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler) |
SqlConnection |
SqlConnection.preparedQuery(String sql,
Tuple arguments,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler) |
rx.Single<RowSet<Row>> |
PreparedQuery.rxExecute(Tuple args)
Create a cursor with the provided
arguments . |
rx.Single<RowSet<Row>> |
Transaction.rxPreparedQuery(String sql,
Tuple arguments) |
rx.Single<RowSet<Row>> |
SqlClient.rxPreparedQuery(String sql,
Tuple arguments)
Prepare and execute a query.
|
rx.Single<RowSet<Row>> |
Pool.rxPreparedQuery(String sql,
Tuple arguments) |
rx.Single<RowSet<Row>> |
SqlConnection.rxPreparedQuery(String sql,
Tuple arguments) |
Modifier and Type | Method and Description |
---|---|
PreparedQuery |
PreparedQuery.batch(List<Tuple> argsList,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler)
Execute a batch.
|
Transaction |
Transaction.preparedBatch(String sql,
List<Tuple> batch,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler) |
SqlClient |
SqlClient.preparedBatch(String sql,
List<Tuple> batch,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler)
Prepare and execute a createBatch.
|
Pool |
Pool.preparedBatch(String sql,
List<Tuple> batch,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler) |
SqlConnection |
SqlConnection.preparedBatch(String sql,
List<Tuple> batch,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RowSet<Row>>> handler) |
rx.Single<RowSet<Row>> |
PreparedQuery.rxBatch(List<Tuple> argsList)
Execute a batch.
|
rx.Single<RowSet<Row>> |
Transaction.rxPreparedBatch(String sql,
List<Tuple> batch) |
rx.Single<RowSet<Row>> |
SqlClient.rxPreparedBatch(String sql,
List<Tuple> batch)
Prepare and execute a createBatch.
|
rx.Single<RowSet<Row>> |
Pool.rxPreparedBatch(String sql,
List<Tuple> batch) |
rx.Single<RowSet<Row>> |
SqlConnection.rxPreparedBatch(String sql,
List<Tuple> batch) |
Copyright © 2019 Eclipse. All rights reserved.