public interface Result extends QueryResult
Modifier and Type | Method and Description |
---|---|
long |
getAffectedItemsCount()
Get the count of affected items from manipulation statements.
|
java.util.Iterator<Warning> |
getWarnings()
Get warnings generated during statement execution.
|
int |
getWarningsCount()
Get the number of warnings generated during statement execution.
|
long getAffectedItemsCount()
int getWarningsCount()
java.util.Iterator<Warning> getWarnings()