Searched refs:sqlite3_complete (Results 1 – 5 of 5) sorted by relevance
436 #define sqlite3_complete sqlite3_api->complete macro
2790 ** The input to [sqlite3_complete()] must be a zero-terminated2796 SQLITE_API int sqlite3_complete(const char *sql);
20294 ** sqlite3_complete() returns false, try to terminate the comment before20308 if( sqlite3_complete(zNew) ){ in printSchemaLine() 29688 ** The CLI needs a working sqlite3_complete() to work properly. So error29704 rc = sqlite3_complete(zSql);29968 if( nSql && QSS_SEMITERM(qss) && sqlite3_complete(zSql) ){ in process_input()
3103 ** The input to [sqlite3_complete()] must be a zero-terminated3109 SQLITE_API int sqlite3_complete(const char *sql);[all...]
2376 isComplete = sqlite3_complete( Tcl_GetStringFromObj(objv[2], 0) ); in DbObjCmd()