public interface DBConnectionPool
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DBTask task) |
void |
execute(List<DBTask> tasks) |
int |
getConnectionCount() |
void |
shutdown() |
void |
waitForThreadCompletion() |
Copyright © 2023 DolphinDB. All rights reserved.