SQLITE_RESULT_SUBTYPE constant

int const SQLITE_RESULT_SUBTYPE

The SQLITE_RESULT_SUBTYPE flag indicates to SQLite that a function might call sqlite3_result_subtype to cause a sub-type to be associated with its result.

Implementation

static const SQLITE_RESULT_SUBTYPE = 0x001000000;