Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dunionvtab.c1013 const char *zDecl = (const char*)sqlite3_column_text(pStmt, 0); in unionConnect() local
1014 rc = sqlite3_declare_vtab(db, zDecl); in unionConnect()