Lines Matching refs:datatype
13 ** presents to client programs. If a C-function, structure, datatype,
4939 ** datatype of the result
4972 ** [SQLITE_INTEGER | datatype code] for the initial data type
5033 ** These routines may attempt to convert the datatype of the result.
5489 ** datatype of the value
5491 ** <td>→ <td>Best numeric datatype of the value
5527 ** [SQLITE_INTEGER | datatype code] for the initial datatype of the
5530 ** Other interfaces might change the datatype for an sqlite3_value object.
5531 ** For example, if the datatype is initially SQLITE_INTEGER and
5534 ** SQLITE_TEXT. Whether or not a persistent internal datatype conversion
5543 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^