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