Doxygen
Loading...
Searching...
No Matches
SqlStmt Struct Reference

Public Attributes

const char * query = nullptr
 
sqlite3_stmt * stmt = nullptr
 
sqlite3 * db = nullptr
 

Detailed Description

Definition at line 508 of file sqlite3gen.cpp.

Member Data Documentation

◆ db

sqlite3* SqlStmt::db = nullptr

Definition at line 511 of file sqlite3gen.cpp.

Referenced by bindIntParameter(), bindTextParameter(), prepareStatement(), and step().

◆ query

const char* SqlStmt::query = nullptr

Definition at line 509 of file sqlite3gen.cpp.

Referenced by bindIntParameter(), bindTextParameter(), and prepareStatement().

◆ stmt

sqlite3_stmt* SqlStmt::stmt = nullptr

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