Sqlite3 3.50.2
Light weight SQL DB
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 7669 of file sqlite3.h.

Field Documentation

◆ iColumn

int sqlite3_index_info::sqlite3_index_constraint::iColumn

Definition at line 7670 of file sqlite3.h.

◆ iTermOffset

int sqlite3_index_info::sqlite3_index_constraint::iTermOffset

Definition at line 7673 of file sqlite3.h.

◆ op

unsigned char sqlite3_index_info::sqlite3_index_constraint::op

Definition at line 7671 of file sqlite3.h.

◆ usable

unsigned char sqlite3_index_info::sqlite3_index_constraint::usable

Definition at line 7672 of file sqlite3.h.


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