Lines Matching full:order
227 ** above in order to indicates success or failure.
427 ** sqlite3_complete16(), a nul-terminated machine byte order UTF-16 string
436 ** in order to deal with triggers, but the basic idea is the same: the
566 ** pass the result data pointer to sqlite3_free_table() in order to
600 ** the first parameter. Note that the order of the
753 ** return either [SQLITE_OK] or one of these two constants in order
869 ** encoded for sqlite3_open() and UTF-16 encoded in the native byte order
1013 ** [sqlite3_reset()] in order to find the underlying cause of the problem.
1362 ** [sqlite3_finalize()] in order to find one of the specific
1669 #define SQLITE_UTF16 4 /* Use native byte order */
1676 ** These functions are all now obsolete. In order to maintain
1709 ** in the native byte-order of the host machine. The
1716 ** such a conversion is possible without loss of information (in order
1937 ** are passed as UTF-16 in machine native byte order. A call to either
2315 ** This API can be invoked at program startup in order to register
2428 ** Information about the ORDER BY clause is stored in aOrderBy[].
2429 ** Each term of aOrderBy records a column of the ORDER BY clause.
2442 ** the correct order to satisfy the ORDER BY clause so that no separate
2459 const int nOrderBy; /* Number of terms in the ORDER BY clause */
2463 } *const aOrderBy; /* The ORDER BY clause */
2526 ** This superclass exists in order to define fields of the cursor that
2544 ** must exist in order to be overloaded.