#include <prepared_statement.h>
◆ CachedPreparedStatement()
| kuzu::main::CachedPreparedStatement::CachedPreparedStatement |
( |
| ) |
|
◆ ~CachedPreparedStatement()
| kuzu::main::CachedPreparedStatement::~CachedPreparedStatement |
( |
| ) |
|
◆ getColumnNames()
| std::vector< std::string > kuzu::main::CachedPreparedStatement::getColumnNames |
( |
| ) |
const |
◆ getColumnTypes()
| std::vector< common::LogicalType > kuzu::main::CachedPreparedStatement::getColumnTypes |
( |
| ) |
const |
◆ columns
| std::vector<std::shared_ptr<binder::Expression> > kuzu::main::CachedPreparedStatement::columns |
◆ logicalPlan
| std::unique_ptr<planner::LogicalPlan> kuzu::main::CachedPreparedStatement::logicalPlan |
◆ parsedStatement
| std::shared_ptr<parser::Statement> kuzu::main::CachedPreparedStatement::parsedStatement |
◆ useInternalCatalogEntry
| bool kuzu::main::CachedPreparedStatement::useInternalCatalogEntry = false |
The documentation for this struct was generated from the following file: