| 278 | } |
| 279 | |
| 280 | bool ClientContext::hasDefaultDatabase() const { |
| 281 | return remoteDatabase != nullptr; |
| 282 | } |
| 283 | |
| 284 | void ClientContext::addScalarFunction(std::string name, function::function_set definitions) { |
| 285 | TransactionHelper::runFuncInTransaction( |
no outgoing calls
no test coverage detected