Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c16756 #define COLFLAG_UNIQUE 0x0008 /* Column def contains "UNIQUE" or "PK" */ macro
108011 if( pCol->colFlags & COLFLAG_UNIQUE ){
110100 pCol->colFlags |= COLFLAG_UNIQUE;

Completed in 1801 milliseconds