Contain client side configuration. We make profiler associated per query, so profiler is not maintain...
Definition client_context.h:51
Connection is used to interact with a Database instance. Each Connection is thread-safe....
Definition connection.h:14
A prepared statement is a parameterized query which can avoid planning the same query for repeated ex...
Definition prepared_statement.h:20
KUZU_API bool isReadOnly() const
friend class testing::TestRunner
Definition prepared_statement.h:24
std::unordered_map< std::string, std::shared_ptr< common::Value > > getParameterMap()
Definition prepared_statement.h:43
friend class testing::TestHelper
Definition prepared_statement.h:23
common::StatementType getStatementType()
KUZU_API ~PreparedStatement()
KUZU_API bool isSuccess() const
friend class testing::TinySnbCopyCSVTransactionTest
Definition prepared_statement.h:26
friend class testing::TinySnbDDLTest
Definition prepared_statement.h:25
KUZU_API std::string getErrorMessage() const
bool isTransactionStatement() const
PreparedSummary stores the compiling time and query options of a query.
Definition query_summary.h:12