Searched refs:finalize (Results 1 – 14 of 14) sorted by relevance
162 static int finalize(sqlite3_stmt **ppStmt){ in finalize() function183 if( SQLITE_OK!=(rc = finalize(&pCur->pColumnList)) ) goto next_exit; in schemaNext()186 if( SQLITE_OK!=(rc = finalize(&pCur->pTableList)) ) goto next_exit; in schemaNext()190 rc = finalize(&pCur->pDbList); in schemaNext()256 finalize(&pCur->pTableList); in schemaFilter()257 finalize(&pCur->pColumnList); in schemaFilter()258 finalize(&pCur->pDbList); in schemaFilter()
100 int (*finalize)(sqlite3_stmt*pStmt); member448 #define sqlite3_finalize sqlite3_api->finalize
1130 u8 scanstatsOn; /* True to display scan stats before each finalize */1138 unsigned statsOn; /* True to display memory stats before each finalize */11351 " -stats print memory stats before each finalize\n"
325 ** Ideally, applications should [sqlite3_finalize | finalize] all5161 ** The application must finalize every [prepared statement] in order to avoid5316 ** close the database connection nor finalize or reset the prepared
33 proc finalize {} { procedure43 finalize50 finalize
456 if(stmt) stmt.finalize();515 if(s && s.pointer) s.finalize();834 stmt.finalize();843 stmt.finalize();1047 if(stmt) stmt.finalize();1332 finalize: function(){ method in Stmt1567 this.finalize();
103 q.finalize();
1192 st.finalize();1314 st.finalize();
116 # Read from table t1. Do not finalize the statement. This
234 # when sqlite3_step returns, not at finalize time.638 # Ticket #261 - make sure we can finalize before the end of a query.
70 # Executing a statement is done in three stages (prepare, step and finalize). A76 # the database may be left in one of two states (after finalize() has been
1310 vfslog finalize binarylog
154 # -stats print memory stats before each finalize
2186 finalize=yes2196 finalize=no2206 if test "$finalize" = yes; then