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