Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c26770 int isSchema = sqlite3_strlike(zName, "sqlite_master", '\\')==0 in do_meta_command() local
26774 if( isSchema ){ in do_meta_command()