public interface DBTask extends Callable<Entity>
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMsg() |
Entity |
getResult() |
boolean |
isSuccessful() |
void |
setDBConnection(DBConnection conn) |
void setDBConnection(DBConnection conn)
Entity getResult()
String getErrorMsg()
boolean isSuccessful()
Copyright © 2020 DolphinDB. All rights reserved.