OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zSql
(Results
1 - 2
of
2
) sorted by null
/external/sqlite/dist/
shell.c
448
char *
zSql
= 0;
462
/* Set
zSql
to the SQL to pull the list of tables from the
468
zSql
= sqlite3_mprintf(
474
zSql
= sqlite3_mprintf(
479
if( !
zSql
){
484
rc = sqlite3_prepare(pVtab->db,
zSql
, -1, &pCur->pTableList, 0);
485
sqlite3_free(
zSql
);
489
/* Set
zSql
to the SQL to the table_info pragma for the table currently
493
zSql
= sqlite3_mprintf(pVtab->pType->zPragma,
498
if( !
zSql
){
[
all
...]
sqlite3.c
[
all
...]
Completed in 8193 milliseconds