Searched refs:zSchema (Results 1 - 6 of 6) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h8692 const char *zSchema,
8730 const char *zSchema,
H A Dshell.c829 ** of the view, virtual table, or table valued function zSchema.zName.
833 const char *zSchema, /* Schema of the database holding the vtab */
844 zSchema ? zSchema : "main", zName);
848 if( zSchema ){
849 cQuote = quoteChar(zSchema);
850 if( cQuote && sqlite3_stricmp(zSchema,"temp")==0 ) cQuote = 0;
851 appendText(&s, zSchema, cQuote);
928 const char *zSchema = (const char*)sqlite3_value_text(apVal[1]); local
938 if( zSchema ){
831 shellFakeSchema( sqlite3 *db, const char *zSchema, const char *zName ) argument
[all...]
H A Dsqlite3.c9716 const char *zSchema,
9754 const char *zSchema,
178528 const char *zSchema; local
178606 const char *zSchema; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.h8692 const char *zSchema,
8730 const char *zSchema,
H A Dshell.c835 ** of the view, virtual table, or table valued function zSchema.zName.
839 const char *zSchema, /* Schema of the database holding the vtab */
850 zSchema ? zSchema : "main", zName);
854 if( zSchema ){
855 cQuote = quoteChar(zSchema);
856 if( cQuote && sqlite3_stricmp(zSchema,"temp")==0 ) cQuote = 0;
857 appendText(&s, zSchema, cQuote);
934 const char *zSchema = (const char*)sqlite3_value_text(apVal[1]); local
944 if( zSchema ){
837 shellFakeSchema( sqlite3 *db, const char *zSchema, const char *zName ) argument
[all...]
H A Dsqlite3.c9716 const char *zSchema,
9754 const char *zSchema,
178540 const char *zSchema; local
178618 const char *zSchema; local
[all...]

Completed in 528 milliseconds