Lines Matching full:step
5 // This class isn't pretty. It's just a step better than globals, which is what
38 if (SQLITE_DONE != statement.step()) {
117 int query_result = share_query.step();
170 if (SQLITE_DONE != statement.step()) {
197 int query_result = table_query.step();
205 query_result = version_query.step();
223 if (SQLITE_DONE != statement.step()) {
232 if (SQLITE_DONE != statement.step()) {
241 if (SQLITE_DONE != statement.step()) {
299 int query_result = query.step();
311 if (SQLITE_DONE != statement.step()) {
323 if (SQLITE_DONE != statement.step()) {
339 int query_result = query.step();
371 if (SQLITE_DONE != statement.step()) {
383 if (SQLITE_DONE != statement.step()) {
402 int query_result = query.step();
411 query_result = query.step();
433 int query_result = statement.step();
449 if (SQLITE_ROW == query.step()) {