Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
sqlite3_index_info Struct Reference

#include "sqlite3.h"

Collaboration diagram for sqlite3_index_info:

Data Structures

struct  sqlite3_index_constraint
struct  sqlite3_index_constraint_usage
struct  sqlite3_index_orderby

Data Fields

int nConstraint
struct sqlite3_index_info::sqlite3_index_constraintaConstraint
int nOrderBy
struct sqlite3_index_info::sqlite3_index_orderbyaOrderBy
struct sqlite3_index_info::sqlite3_index_constraint_usageaConstraintUsage
int idxNum
char * idxStr
int needToFreeIdxStr
int orderByConsumed
double estimatedCost
sqlite3_int64 estimatedRows
int idxFlags
sqlite3_uint64 colUsed

Detailed Description

Definition at line 7666 of file sqlite3.h.

Field Documentation

◆ aConstraint

struct sqlite3_index_info::sqlite3_index_constraint * sqlite3_index_info::aConstraint

◆ aConstraintUsage

struct sqlite3_index_info::sqlite3_index_constraint_usage * sqlite3_index_info::aConstraintUsage

◆ aOrderBy

struct sqlite3_index_info::sqlite3_index_orderby * sqlite3_index_info::aOrderBy

◆ colUsed

sqlite3_uint64 sqlite3_index_info::colUsed

Definition at line 7695 of file sqlite3.h.

◆ estimatedCost

double sqlite3_index_info::estimatedCost

Definition at line 7689 of file sqlite3.h.

Referenced by completionBestIndex(), expertBestIndex(), fsdirBestIndex(), and seriesBestIndex().

◆ estimatedRows

sqlite3_int64 sqlite3_index_info::estimatedRows

Definition at line 7691 of file sqlite3.h.

Referenced by completionBestIndex(), fsdirBestIndex(), and seriesBestIndex().

◆ idxFlags

int sqlite3_index_info::idxFlags

Definition at line 7693 of file sqlite3.h.

Referenced by seriesBestIndex().

◆ idxNum

int sqlite3_index_info::idxNum

Definition at line 7685 of file sqlite3.h.

Referenced by completionBestIndex(), fsdirBestIndex(), and seriesBestIndex().

◆ idxStr

char * sqlite3_index_info::idxStr

Definition at line 7686 of file sqlite3.h.

◆ nConstraint

int sqlite3_index_info::nConstraint

Definition at line 7668 of file sqlite3.h.

Referenced by completionBestIndex(), expertBestIndex(), fsdirBestIndex(), and seriesBestIndex().

◆ needToFreeIdxStr

int sqlite3_index_info::needToFreeIdxStr

Definition at line 7687 of file sqlite3.h.

◆ nOrderBy

int sqlite3_index_info::nOrderBy

Definition at line 7675 of file sqlite3.h.

Referenced by expertBestIndex(), and seriesBestIndex().

◆ orderByConsumed

int sqlite3_index_info::orderByConsumed

Definition at line 7688 of file sqlite3.h.

Referenced by seriesBestIndex().


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