Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/FSQLiteDatabase > API/Plugins/SQLiteCore/FSQLiteDatabase/Execute
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 |
bool Execute
(
const TCHAR * InStatement
)
Remarks
Execute a statement that requires no result state.
For statements that require a result, or that you wish to reuse repeatedly (including using bindings), you should consider using FSQLitePreparedStatement. true if the execution was a success.