Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
sqlite3_index_info::sqlite3_index_constraint Struct Reference

#include <sqlite3.h>

Data Fields

int iColumn
 
unsigned char op
 
unsigned char usable
 
int iTermOffset
 

Detailed Description

Definition at line 7901 of file sqlite3.c.

Field Documentation

◆ iColumn

int sqlite3_index_info::sqlite3_index_constraint::iColumn

Definition at line 7902 of file sqlite3.c.

Referenced by pragmaVtabBestIndex().

◆ iTermOffset

int sqlite3_index_info::sqlite3_index_constraint::iTermOffset

Definition at line 7905 of file sqlite3.c.

Referenced by sqlite3_vtab_collation(), and whereLoopAddVirtual().

◆ op

unsigned char sqlite3_index_info::sqlite3_index_constraint::op

Definition at line 7903 of file sqlite3.c.

◆ usable

unsigned char sqlite3_index_info::sqlite3_index_constraint::usable

Definition at line 7904 of file sqlite3.c.


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