Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::SQLite::SqlParam< T > Struct Template Reference

Represents a single query parameter, where T is the type of the field. More...

#include <SQLiteQuery.h>

Public Member Functions

 SqlParam (const char *parameterName)
 

Public Attributes

const char * m_parameterName
 

Detailed Description

template<typename T>
struct AzToolsFramework::SQLite::SqlParam< T >

Represents a single query parameter, where T is the type of the field.


The documentation for this struct was generated from the following file: