Interface DatabaseQueryHelper.RequestExecutionCallback
- Enclosing class:
- DatabaseQueryHelper
public static interface DatabaseQueryHelper.RequestExecutionCallback
The Interface RequestExecutionCallback.
-
Method Summary
Modifier and Type Method Description voiderror(Throwable t)Error.voidqueryDone(ResultSet rs)Query done.voidupdateDone(int recordsCount)Update done.
-
Method Details
-
updateDone
void updateDone(int recordsCount)Update done.- Parameters:
recordsCount- the records count
-
queryDone
Query done.- Parameters:
rs- the rs
-
error
Error.- Parameters:
t- the t
-