Navigation
API > API/Plugins > API/Plugins/SQLiteCore
Generic version of TPreparedStatement, specialized below.
| Name | TPreparedStatement |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
Syntax
template<typename StatementProvider, typename Columns, typename Bindings>
class TPreparedStatement