Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/FSQLiteDatabase > API/Plugins/SQLiteCore/FSQLiteDatabase/PrepareStatement
References
| Module | SQLiteCore |
| Header | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLiteDatabase.h |
| Include | #include "SQLiteDatabase.h" |
template<typename T>
T PrepareStatement
(
const ESQLitePreparedStatementFlags InFlags
)
Remarks
Prepare a statement defined by SQLITE_PREPARED_STATEMENT for manual processing.
This is the same as using the T constructor, but won't assert if the current database is invalid (not open). A prepared statement object (check IsValid on the result).