public abstract class SqlResultBase<T,R extends SqlResultBase<T,R>> extends Object implements SqlResult<T>
| Constructor and Description |
|---|
SqlResultBase() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
columnsNames()
Get the names of columns in the SqlResult.
|
R |
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> property)
Get the 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.
|
public List<String> columnsNames()
SqlResultcolumnsNames in interface SqlResult<T>public int rowCount()
SqlResultpublic int size()
SqlResultpublic <V> V property(PropertyKind<V> property)
SqlResultPropertyKind.Copyright © 2020. All rights reserved.