Lbug C API
Loading...
Searching...
No Matches
lbug_prepared_statement Struct Reference

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

#include <lbug.h>

Data Fields

void * _prepared_statement
void * _bound_values

Detailed Description

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

Field Documentation

◆ _bound_values

void* lbug_prepared_statement::_bound_values

◆ _prepared_statement

void* lbug_prepared_statement::_prepared_statement

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