stmt_isexplain method
Implementation
int stmt_isexplain(PtrStmt pStmt) {
if (libVersionNumber < 3028000) {
throw dbsql.DatabaseException('API sqlite3_stmt_isexplain is not available before 3.28.0');
}
return _h_sqlite3_stmt_isexplain!(pStmt);
}