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" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLiteDatabase.cpp |
FSQLitePreparedStatement PrepareStatement
(
const TCHAR * InStatement,
const ESQLitePreparedStatementFlags InFlags
)
Remarks
Prepare a statement for manual processing.
This is the same as using the FSQLitePreparedStatement constructor, but won't assert if the current database is invalid (not open). A prepared statement object (check IsValid on the result).