If a single Query
is executed in non-batch mode, this will return an array of length 1
, containing {@link #rows()}
This returns -1
values if the number of affected rows is not yet available, or if affected rows are not applicable for a given statement.
@see #rows()
@return The affected rows. This is never null
|
|
|
|