Kuzu C++ API
Loading...
Searching...
No Matches
kuzu::main::CachedPreparedStatementManager Class Reference

#include <prepared_statement_manager.h>

Public Member Functions

 CachedPreparedStatementManager ()
 ~CachedPreparedStatementManager ()
std::string addStatement (std::unique_ptr< CachedPreparedStatement > statement)
bool containsStatement (const std::string &name) const
CachedPreparedStatementgetCachedStatement (const std::string &name) const

Constructor & Destructor Documentation

◆ CachedPreparedStatementManager()

kuzu::main::CachedPreparedStatementManager::CachedPreparedStatementManager ( )

◆ ~CachedPreparedStatementManager()

kuzu::main::CachedPreparedStatementManager::~CachedPreparedStatementManager ( )

Member Function Documentation

◆ addStatement()

std::string kuzu::main::CachedPreparedStatementManager::addStatement ( std::unique_ptr< CachedPreparedStatement > statement)

◆ containsStatement()

bool kuzu::main::CachedPreparedStatementManager::containsStatement ( const std::string & name) const
inline

◆ getCachedStatement()

CachedPreparedStatement * kuzu::main::CachedPreparedStatementManager::getCachedStatement ( const std::string & name) const

The documentation for this class was generated from the following file: