Navigation
API > API/Plugins > API/Plugins/SQLiteCore
References
| Module | SQLiteCore |
| Header | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include | #include "SQLitePreparedStatement.h" |
Syntax
template<typename... Bindings>
struct TBindings
Remarks
Type-safe packing of multiple binding types. For use with SQLITE_PREPARED_STATEMENT_BINDINGS.