![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <sqlite3.h>

Classes | |
| struct | sqlite3_index_constraint |
| struct | sqlite3_index_constraint_usage |
| struct | sqlite3_index_orderby |
Public Attributes | |
| int | nConstraint |
| struct sqlite3_index_info::sqlite3_index_constraint * | aConstraint |
| int | nOrderBy |
| struct sqlite3_index_info::sqlite3_index_orderby * | aOrderBy |
| struct sqlite3_index_info::sqlite3_index_constraint_usage * | aConstraintUsage |
| int | idxNum |
| char * | idxStr |
| int | needToFreeIdxStr |
| int | orderByConsumed |
| double | estimatedCost |
| sqlite3_int64 | estimatedRows |
| int | idxFlags |
| sqlite3_uint64 | colUsed |
| struct sqlite3_index_info::sqlite3_index_constraint * sqlite3_index_info::aConstraint |
| struct sqlite3_index_info::sqlite3_index_constraint_usage * sqlite3_index_info::aConstraintUsage |
| struct sqlite3_index_info::sqlite3_index_orderby * sqlite3_index_info::aOrderBy |
Referenced by allocateIndexInfo(), and expertBestIndex().
| sqlite3_uint64 sqlite3_index_info::colUsed |
Definition at line 7916 of file sqlite3.c.
Referenced by whereLoopAddVirtualOne().
| double sqlite3_index_info::estimatedCost |
Definition at line 7910 of file sqlite3.c.
Referenced by completionBestIndex(), expertBestIndex(), fsdirBestIndex(), pragmaVtabBestIndex(), and whereLoopAddVirtualOne().
| sqlite3_int64 sqlite3_index_info::estimatedRows |
Definition at line 7912 of file sqlite3.c.
Referenced by completionBestIndex(), fsdirBestIndex(), pragmaVtabBestIndex(), and whereLoopAddVirtualOne().
| int sqlite3_index_info::idxFlags |
Definition at line 7914 of file sqlite3.c.
Referenced by whereLoopAddVirtualOne().
| int sqlite3_index_info::idxNum |
Definition at line 7906 of file sqlite3.c.
Referenced by completionBestIndex(), fsdirBestIndex(), and whereLoopAddVirtualOne().
| char * sqlite3_index_info::idxStr |
Definition at line 7907 of file sqlite3.c.
Referenced by whereLoopAddVirtual(), and whereLoopAddVirtualOne().
| int sqlite3_index_info::nConstraint |
Definition at line 7889 of file sqlite3.c.
Referenced by allocateIndexInfo(), completionBestIndex(), expertBestIndex(), fsdirBestIndex(), pragmaVtabBestIndex(), whereLoopAddVirtual(), and whereLoopAddVirtualOne().
| int sqlite3_index_info::needToFreeIdxStr |
Definition at line 7908 of file sqlite3.c.
Referenced by whereLoopAddVirtual(), and whereLoopAddVirtualOne().
| int sqlite3_index_info::nOrderBy |
Definition at line 7896 of file sqlite3.c.
Referenced by allocateIndexInfo(), expertBestIndex(), and whereLoopAddVirtualOne().
| int sqlite3_index_info::orderByConsumed |
Definition at line 7909 of file sqlite3.c.
Referenced by whereLoopAddVirtualOne().