cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumAsync::SqliteHelper Struct Reference

Helper functions for working with SQLite. More...

#include <CesiumAsync/SqliteHelper.h>

Static Public Member Functions

static SqliteStatementPtr prepareStatement (const SqliteConnectionPtr &pConnection, const std::string &sql)
 Create a prepared statement.
 

Detailed Description

Helper functions for working with SQLite.

Definition at line 48 of file SqliteHelper.h.

Member Function Documentation

◆ prepareStatement()

static SqliteStatementPtr CesiumAsync::SqliteHelper::prepareStatement ( const SqliteConnectionPtr & pConnection,
const std::string & sql )
static

Create a prepared statement.

Parameters
pConnectionThe SQLite connection in which to create the prepared statement.
sqlThe SQL text for the statement.
Returns
The created prepared statement.

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