Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h2351 #define TABTYP_NORM 0 /* Ordinary table */ macro
2356 #define IsOrdinaryTable(X) ((X)->eTabType==TABTYP_NORM)