Kùzu C++ API
|
A prepared statement is a parameterized query which can avoid planning the same query for repeated execution. More...
#include <prepared_statement.h>
Public Member Functions | |
bool | isTransactionStatement () const |
KUZU_API bool | isSuccess () const |
KUZU_API std::string | getErrorMessage () const |
KUZU_API bool | isReadOnly () const |
std::unordered_map< std::string, std::shared_ptr< common::Value > > | getParameterMap () |
common::StatementType | getStatementType () |
KUZU_API | ~PreparedStatement () |
Friends | |
class | Connection |
class | ClientContext |
class | testing::TestHelper |
class | testing::TestRunner |
class | testing::TinySnbDDLTest |
class | testing::TinySnbCopyCSVTransactionTest |
A prepared statement is a parameterized query which can avoid planning the same query for repeated execution.
KUZU_API kuzu::main::PreparedStatement::~PreparedStatement | ( | ) |
KUZU_API std::string kuzu::main::PreparedStatement::getErrorMessage | ( | ) | const |
|
inline |
common::StatementType kuzu::main::PreparedStatement::getStatementType | ( | ) |
KUZU_API bool kuzu::main::PreparedStatement::isReadOnly | ( | ) | const |
KUZU_API bool kuzu::main::PreparedStatement::isSuccess | ( | ) | const |
bool kuzu::main::PreparedStatement::isTransactionStatement | ( | ) | const |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |