| 41 | } |
| 42 | |
| 43 | uint64_t Connection::getMaxNumThreadForExec() { |
| 44 | dbLifeCycleManager->checkDatabaseClosedOrThrow(); |
| 45 | return clientContext->getMaxNumThreadForExec(); |
| 46 | } |
| 47 | |
| 48 | std::unique_ptr<PreparedStatement> Connection::prepare(std::string_view query) { |
| 49 | dbLifeCycleManager->checkDatabaseClosedOrThrow(); |