HomeSort by relevance Sort by last modified time
    Searched refs:zSchema (Results 1 - 6 of 6) sorted by null

  /external/sqlite/dist/orig/
sqlite3.h     [all...]
shell.c 829 ** 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]);
938 if( zSchema ){
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
shell.c 835 ** 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]);
944 if( zSchema ){
    [all...]
sqlite3.c     [all...]

Completed in 677 milliseconds