SQLITE_SUBTYPE constant

int const SQLITE_SUBTYPE

The SQLITE_SUBTYPE flag indicates to SQLite that a function may call sqlite3_value_subtypestatic const int ) to inspect the sub-types of its arguments.

Implementation

static const SQLITE_SUBTYPE = 0x000100000;