Home
last modified time | relevance | path

Searched refs:autoIndex (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h626 u8 autoIndex; /* True if is automatically created (ex: by UNIQUE) */ member
H A Dbuild.c1604 pIndex->autoIndex = pName==0; in sqliteCreateIndex()
1769 if( pIndex->autoIndex ){ in sqliteDropIndex()