Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SQLiteModuleIndexInfo

This object is passed by SQLite to implementations of SQLiteModule.xBestIndex

see

https://sqlite.org/c3ref/index_info.html

Hierarchy

  • SQLiteModuleIndexInfo

Index

Properties

aConstraint: { iColumn: number; op: number; usable: boolean }[]
aConstraintUsage: { argvIndex: number; omit: boolean }[]
aOrderBy: { desc: boolean; iColumn: number }[]
colUsed: number
estimatedCost: number
estimatedRows: number
idxFlags: number
idxNum: number
idxStr: string
nConstraint: number
nOrderBy: number
orderByConsumed: boolean

Generated using TypeDoc