Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/sqlite
References
| Module | SQLiteCore |
| Header | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/sqlite/sqlite3.h |
| Include | #include "sqlite/sqlite3.h" |
int sqlite3_stmt_isexplain
(
sqlite3_stmt * pStmt
)
Remarks
CAPI3REF: Query The EXPLAIN Setting For A Prepared Statement METHOD: sqlite3_stmt
^The sqlite3_stmt_isexplain(S) interface returns 1 if the prepared statement S is an EXPLAIN statement, or 2 if the statement S is an EXPLAIN QUERY PLAN. ^The sqlite3_stmt_isexplain(S) interface returns 0 if S is an ordinary statement or a NULL pointer.