Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
VPrepareStringParamTest Struct Reference

Public Attributes

std::string format
 
std::string param
 
std::string expected
 

Detailed Description

Sqlite only: escaping a value is what these cover, and MySQL escapes through mysql_real_escape_string(), which needs the live connection a unit test has no way to hand it. Which conversions become q is backend independent - the pass is shared - so the format strings below still stand in for both.

Member Data Documentation

◆ expected

std::string VPrepareStringParamTest::expected

◆ format

std::string VPrepareStringParamTest::format

◆ param

std::string VPrepareStringParamTest::param

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