WebFramework v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
sqlite3_index_info::sqlite3_index_constraint Struct Reference

Public Attributes

int iColumn
 
unsigned char op
 
unsigned char usable
 
int iTermOffset
 

Detailed Description

Definition at line 7485 of file sqlite3.h.

Member Data Documentation

◆ iColumn

int sqlite3_index_info::sqlite3_index_constraint::iColumn

Definition at line 7486 of file sqlite3.h.

◆ iTermOffset

int sqlite3_index_info::sqlite3_index_constraint::iTermOffset

Definition at line 7489 of file sqlite3.h.

◆ op

unsigned char sqlite3_index_info::sqlite3_index_constraint::op

Definition at line 7487 of file sqlite3.h.

◆ usable

unsigned char sqlite3_index_info::sqlite3_index_constraint::usable

Definition at line 7488 of file sqlite3.h.


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