public interface ResultOrRows
Result or an update count.| Modifier and Type | Method and Description | 
|---|---|
Result<Record> | 
result()
The result or  
null if there was no result. | 
int | 
rows()
The update count if applicable, or the number of rows in
  
result(). | 
Result<Record> result()
null if there was no result.Statement.getResultSet()int rows()
result().Statement.getUpdateCount()Copyright © 2017. All Rights Reserved.