Kuzu C++ API
Loading...
Searching...
No Matches
database_lifecycle_manager.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
kuzu
{
4
namespace
common
{
5
struct
DatabaseLifeCycleManager
{
6
bool
isDatabaseClosed
=
false
;
7
void
checkDatabaseClosedOrThrow
()
const
;
8
};
9
}
// namespace common
10
}
// namespace kuzu
kuzu::common
Definition
array_utils.h:7
kuzu
Definition
array_utils.h:7
kuzu::common::DatabaseLifeCycleManager
Definition
database_lifecycle_manager.h:5
kuzu::common::DatabaseLifeCycleManager::isDatabaseClosed
bool isDatabaseClosed
Definition
database_lifecycle_manager.h:6
kuzu::common::DatabaseLifeCycleManager::checkDatabaseClosedOrThrow
void checkDatabaseClosedOrThrow() const
headers
database_lifecycle_manager.h
Generated by
1.14.0