public static interface DatabaseQueryHelper.RequestExecutionCallback
| Modifier and Type | Method and Description |
|---|---|
void |
error(Throwable t)
Error.
|
void |
queryDone(ResultSet rs)
Query done.
|
void |
updateDone(int recordsCount)
Update done.
|
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.