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(Object delegate,
io.vertx.lang.rx.TypeArg<T> typeArg_0) |
SqlResult(SqlResult delegate) |
Modifier and Type | Method and Description |
---|---|
List<ColumnDescriptor> |
columnDescriptors()
Get the column descriptors in the SqlResult.
|
List<String> |
columnsNames()
Get the names of columns in the SqlResult.
|
boolean |
equals(Object o) |
SqlResult |
getDelegate() |
int |
hashCode() |
static <T> SqlResult<T> |
newInstance(SqlResult arg) |
static <T> SqlResult<T> |
newInstance(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. |
<V> V |
property(PropertyKind<V> propertyKind)
Get the specific property with the specified
PropertyKind . |
int |
rowCount()
Get the number of the affected rows in the operation to this SqlResult.
|
int |
size()
Get the number of rows retrieved in the SqlResult.
|
String |
toString() |
T |
value()
|
public static final io.vertx.lang.rx.TypeArg<SqlResult> __TYPE_ARG
public final io.vertx.lang.rx.TypeArg<T> __typeArg_0
public SqlResult(SqlResult delegate)
public SqlResult getDelegate()
public int rowCount()
public List<String> columnsNames()
public List<ColumnDescriptor> columnDescriptors()
public int size()
public <V> V property(PropertyKind<V> propertyKind)
PropertyKind
.propertyKind
- the unique object which is used to indicate which property of the execution result to fetchpublic T value()
rowSet
or even a String
.public SqlResult<T> next()
null
, e.g for a simple query that executed multiple queries or for
a batch result.null
if none is availableCopyright © 2022 Eclipse. All rights reserved.