HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_declare_vtab (Results 1 - 5 of 5) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 111 sqlite3_declare_vtab.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 456 #define sqlite3_declare_vtab sqlite3_api->declare_vtab macro
sqlite3.h 7761 ** passed to sqlite3_declare_vtab(). For the first 63 columns (columns 0-62),
8047 SQLITE_API int sqlite3_declare_vtab(sqlite3*, const char *zSQL);
10344 ** statement that was passed into [sqlite3_declare_vtab()], then the
shell.c 8034 ** (2) Tell SQLite (via the sqlite3_declare_vtab() interface) what the
8058 rc = sqlite3_declare_vtab(db,
10305 rc = sqlite3_declare_vtab(db, "CREATE TABLE x" FSDIR_SCHEMA);
11030 ** (2) Tell SQLite (via the sqlite3_declare_vtab() interface) what the
11055 rc = sqlite3_declare_vtab(db,
12524 rc = sqlite3_declare_vtab(db, ZIPFILE_SCHEMA);
15157 rc = sqlite3_declare_vtab(db, zCreateTable);
16229 /* The statement the vtab will pass to sqlite3_declare_vtab() */
19858 int rc = sqlite3_declare_vtab(db, pAux ? DBPTR_SCHEMA : DBDATA_SCHEMA);
    [all...]
sqlite3.c 8082 ** passed to sqlite3_declare_vtab(). For the first 63 columns (columns 0-62),
8368 SQLITE_API int sqlite3_declare_vtab(sqlite3*, const char *zSQL);
10665 ** statement that was passed into [sqlite3_declare_vtab()], then the
21038 ** Return true if currently inside an sqlite3_declare_vtab() call.
142676 #define sqlite3_declare_vtab macro
143027 # define sqlite3_declare_vtab macro
162431 SQLITE_API int sqlite3_declare_vtab(sqlite3 *db, const char *zCreateTable){ function
    [all...]

Completed in 131 milliseconds