Lbug C++ API
Loading...
Searching...
No Matches
lbug::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()

lbug::main::CachedPreparedStatementManager::CachedPreparedStatementManager ( )

◆ ~CachedPreparedStatementManager()

lbug::main::CachedPreparedStatementManager::~CachedPreparedStatementManager ( )

Member Function Documentation

◆ addStatement()

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

◆ containsStatement()

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

◆ getCachedStatement()

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

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