ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
sqlite3_index_info::sqlite3_index_constraint Struct Reference

#include <sqlite3.h>

Public Attributes

int iColumn
 
unsigned char op
 
unsigned char usable
 
int iTermOffset
 

Detailed Description

Definition at line 7890 of file sqlite3.c.

Member Data Documentation

◆ iColumn

int sqlite3_index_info::sqlite3_index_constraint::iColumn

Definition at line 7891 of file sqlite3.c.

Referenced by pragmaVtabBestIndex().

◆ iTermOffset

int sqlite3_index_info::sqlite3_index_constraint::iTermOffset

Definition at line 7894 of file sqlite3.c.

Referenced by sqlite3_vtab_collation(), and whereLoopAddVirtual().

◆ op

unsigned char sqlite3_index_info::sqlite3_index_constraint::op

Definition at line 7892 of file sqlite3.c.

◆ usable

unsigned char sqlite3_index_info::sqlite3_index_constraint::usable

Definition at line 7893 of file sqlite3.c.


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