Kùzu C API
Loading...
Searching...
No Matches
kuzu_prepared_statement Struct Reference

kuzu_prepared_statement is a parameterized query which can avoid planning the same query for repeated execution. More...

#include <kuzu.h>

Data Fields

void * _prepared_statement
 
void * _bound_values
 

Detailed Description

kuzu_prepared_statement is a parameterized query which can avoid planning the same query for repeated execution.

Field Documentation

◆ _bound_values

void* kuzu_prepared_statement::_bound_values

◆ _prepared_statement

void* kuzu_prepared_statement::_prepared_statement

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