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

  /src/external/public-domain/sqlite/dist/
shell.c 17128 ** statement used to test object zObj, which may be a table or index.
17132 const char *sqlite3_intck_test_sql(sqlite3_intck *pCk, const char *zObj);
17185 char *zObj; /* Current object. Or NULL. */
17328 p->zDb, p->zObj, p->zDb, p->zObj
17411 ** set sqlite3_intck.zObj to point to a nul-terminated buffer containing
17416 char *zPrev = p->zObj;
17417 p->zObj = 0;
17438 p->zObj = intckMprintf(p,"%s",(const char*)sqlite3_column_text(pStmt, 0));
17444 if( sqlite3_stricmp(p->zObj, zPrev) )
    [all...]
sqlite3.c     [all...]

Completed in 111 milliseconds