#include <MySQLPreparedStatement.h>
Definition at line 33 of file MySQLPreparedStatement.h.
◆ MySQLPreparedStatement() [1/2]
MySQLPreparedStatement::MySQLPreparedStatement |
( |
MySQLStmt * |
stmt, |
|
|
std::string |
queryString |
|
) |
| |
Initialize variable parameters
"If set to 1, causes mysql_stmt_store_result() to update the metadata MYSQL_FIELD->max_length value."
Definition at line 40 of file MySQLPreparedStatement.cpp.
◆ ~MySQLPreparedStatement()
MySQLPreparedStatement::~MySQLPreparedStatement |
( |
| ) |
|
◆ MySQLPreparedStatement() [2/2]
◆ AssertValidIndex()
void MySQLPreparedStatement::AssertValidIndex |
( |
uint8 |
index | ) |
|
|
protected |
◆ BindParameters()
◆ ClearParameters()
void MySQLPreparedStatement::ClearParameters |
( |
| ) |
|
|
protected |
◆ GetBind()
MySQLBind * MySQLPreparedStatement::GetBind |
( |
| ) |
|
|
inlineprotected |
◆ GetParameterCount()
uint32 MySQLPreparedStatement::GetParameterCount |
( |
| ) |
const |
|
inline |
◆ getQueryString()
std::string MySQLPreparedStatement::getQueryString |
( |
| ) |
const |
|
protected |
◆ GetSTMT()
MySQLStmt * MySQLPreparedStatement::GetSTMT |
( |
| ) |
|
|
inlineprotected |
◆ operator=()
◆ SetParameter() [1/6]
void MySQLPreparedStatement::SetParameter |
( |
uint8 |
index, |
|
|
bool |
value |
|
) |
| |
|
protected |
◆ SetParameter() [2/6]
void MySQLPreparedStatement::SetParameter |
( |
uint8 |
index, |
|
|
std::nullptr_t |
|
|
) |
| |
|
protected |
◆ SetParameter() [3/6]
void MySQLPreparedStatement::SetParameter |
( |
uint8 |
index, |
|
|
std::string const & |
value |
|
) |
| |
|
protected |
◆ SetParameter() [4/6]
void MySQLPreparedStatement::SetParameter |
( |
uint8 |
index, |
|
|
std::vector< uint8 > const & |
value |
|
) |
| |
|
protected |
◆ SetParameter() [5/6]
◆ SetParameter() [6/6]
template<typename T >
void MySQLPreparedStatement::SetParameter |
( |
uint8 |
index, |
|
|
T |
value |
|
) |
| |
|
protected |
◆ MySQLConnection
◆ PreparedStatementBase
◆ m_bind
◆ m_Mstmt
◆ m_paramCount
uint32 MySQLPreparedStatement::m_paramCount |
|
private |
◆ m_paramsSet
std::vector<bool> MySQLPreparedStatement::m_paramsSet |
|
private |
◆ m_queryString
std::string const MySQLPreparedStatement::m_queryString |
|
private |
◆ m_stmt
The documentation for this class was generated from the following files: