|
cesium-native 0.53.0
|
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. | |
Helper functions for working with SQLite.
Definition at line 48 of file SqliteHelper.h.
|
static |
Create a prepared statement.
| pConnection | The SQLite connection in which to create the prepared statement. |
| sql | The SQL text for the statement. |