| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<SqlResult> |
__TYPE_ARG |
io.vertx.lang.rx.TypeArg<T> |
__typeArg_0 |
| Constructor and Description |
|---|
SqlResult(io.vertx.sqlclient.SqlResult delegate) |
SqlResult(io.vertx.sqlclient.SqlResult delegate,
io.vertx.lang.rx.TypeArg<T> typeArg_0) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
columnsNames()
Get the names of columns in the PgResult.
|
boolean |
equals(Object o) |
io.vertx.sqlclient.SqlResult |
getDelegate() |
int |
hashCode() |
static <T> SqlResult<T> |
newInstance(io.vertx.sqlclient.SqlResult arg) |
static <T> SqlResult<T> |
newInstance(io.vertx.sqlclient.SqlResult arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
SqlResult<T> |
next()
Return the next available result or
null, e.g for a simple query that executed multiple queries or for
a batch result. |
int |
rowCount()
Get the number of the affected rows in the operation to this PgResult.
|
int |
size()
Get the number of rows in the PgResult.
|
String |
toString() |
T |
value()
Get the result value.
|
public static final io.vertx.lang.rx.TypeArg<SqlResult> __TYPE_ARG
public final io.vertx.lang.rx.TypeArg<T> __typeArg_0
public SqlResult(io.vertx.sqlclient.SqlResult delegate)
public SqlResult(io.vertx.sqlclient.SqlResult delegate,
io.vertx.lang.rx.TypeArg<T> typeArg_0)
public io.vertx.sqlclient.SqlResult getDelegate()
public int rowCount()
public List<String> columnsNames()
public int size()
public T value()
public SqlResult<T> next()
null, e.g for a simple query that executed multiple queries or for
a batch result.null if none is availablepublic static <T> SqlResult<T> newInstance(io.vertx.sqlclient.SqlResult arg)
public static <T> SqlResult<T> newInstance(io.vertx.sqlclient.SqlResult arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
Copyright © 2019 Eclipse. All rights reserved.