Lines Matching full:order
347 ** here in order to indicates success or failure.
469 ** information is written to disk in the same order as calls
609 ** information is written to disk in the same order as calls
741 ** order and set up its I/O subsystem accordingly.
923 ** changes to SQLite in order to tune SQLite to the specific needs of
995 ** also used during testing of SQLite in order to specify an alternative
997 ** order to verify that SQLite recovers gracefully from such
1503 ** UTF-16 string in native byte order.
1649 ** it should pass the result table pointer to sqlite3_free_table() in order to
1689 ** the first parameter. Note that the order of the
1977 ** return either [SQLITE_OK] or one of these two constants in order
2090 ** order for sqlite3_open16(). ^(A [database connection] handle is usually
2102 ** UTF-16 in the native byte order if sqlite3_open16() is used.
2307 ** or in an ORDER BY or GROUP BY clause.</dd>)^
2416 ** in order to find the underlying cause of the problem. With the "v2" prepare
2855 ** [sqlite3_reset()] or [sqlite3_finalize()] in order to find one of the
2960 ** but leaves the result in UTF-16 in native byte order instead of UTF-8.
3225 #define SQLITE_UTF16 4 /* Use native byte order */
3233 ** These functions are [deprecated]. In order to maintain
3272 ** in the native byte-order of the host machine. ^The
3468 ** byte order. ^If the third parameter to sqlite3_result_error()
3502 ** a text string which is represented as UTF-8, UTF-16 native byte order,
3574 ** expects pointers to be UTF-16 strings in the native byte order, or the
3577 ** of UTF-16 in the native byte order.
3638 ** the names are passed as UTF-16 in machine native byte order.
4084 ** ^This API can be invoked at program startup in order to register
4206 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
4207 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
4222 ** the correct order to satisfy the ORDER BY clause so that no separate
4239 int nOrderBy; /* Number of terms in the ORDER BY clause */
4243 } *aOrderBy; /* The ORDER BY clause */
4341 ** This superclass exists in order to define fields of the cursor that
4367 ** must exist in order to be overloaded.)^