|
Sqlite3 3.50.2
Light weight SQL DB
|
Data Fields | |
| int | eType |
| int | i |
| union { | |
| struct { | |
| Index * pIdx | |
| } lx | |
| struct { | |
| int nIdx | |
| IndexListTerm * aIdx | |
| } ax | |
| } | u |
| IndexListTerm* IndexIterator::aIdx |
| struct { ... } IndexIterator::ax |
| struct { ... } IndexIterator::lx |
| union { ... } IndexIterator::u |