Class SqlResult<T>
java.lang.Object
io.vertx.rxjava3.sqlclient.SqlResult<T>
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
- Direct Known Subclasses:
RowSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the column descriptors in the SqlResult.Get the names of columns in the SqlResult.booleaninthashCode()static <T> SqlResult<T> newInstance(SqlResult arg) static <T> SqlResult<T> newInstance(SqlResult arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) next()Return the next available result ornull, e.g for a simple query that executed multiple queries or for a batch result.<V> Vproperty(PropertyKind<V> propertyKind) Get the specific property with the specifiedPropertyKind.introwCount()Get the number of the affected rows in the operation to this SqlResult.intsize()Get the number of rows retrieved in the SqlResult.toString()value()
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
SqlResult
-
SqlResult
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
rowCount
public int rowCount()Get the number of the affected rows in the operation to this SqlResult.- Returns:
- the count of affected rows.
-
rowDescriptor
-
columnsNames
-
columnDescriptors
Get the column descriptors in the SqlResult.- Returns:
- the list of column descriptors
-
size
public int size()Get the number of rows retrieved in the SqlResult.- Returns:
- the count of rows.
-
property
Get the specific property with the specifiedPropertyKind.- Parameters:
propertyKind- the unique object which is used to indicate which property of the execution result to fetch- Returns:
- the value of the property
-
value
-
next
-
newInstance
-
newInstance
-