#include <DbUrl.h>
§ CDbUrl()
§ ~CDbUrl()
§ AddOption() [1/6]
void CDbUrl::AddOption |
( |
const std::string & |
key, |
|
|
const char * |
value |
|
) |
| |
|
overridevirtual |
§ AddOption() [2/6]
void CDbUrl::AddOption |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
overridevirtual |
§ AddOption() [3/6]
void CDbUrl::AddOption |
( |
const std::string & |
key, |
|
|
int |
value |
|
) |
| |
|
overridevirtual |
§ AddOption() [4/6]
void CDbUrl::AddOption |
( |
const std::string & |
key, |
|
|
float |
value |
|
) |
| |
|
overridevirtual |
§ AddOption() [5/6]
void CDbUrl::AddOption |
( |
const std::string & |
key, |
|
|
double |
value |
|
) |
| |
|
overridevirtual |
§ AddOption() [6/6]
void CDbUrl::AddOption |
( |
const std::string & |
key, |
|
|
bool |
value |
|
) |
| |
|
overridevirtual |
§ AddOptions()
void CDbUrl::AddOptions |
( |
const std::string & |
options | ) |
|
|
overridevirtual |
§ AppendPath()
void CDbUrl::AppendPath |
( |
const std::string & |
subPath | ) |
|
§ FromString()
bool CDbUrl::FromString |
( |
const std::string & |
dbUrl | ) |
|
§ GetType()
const std::string& CDbUrl::GetType |
( |
| ) |
const |
|
inline |
§ IsValid()
bool CDbUrl::IsValid |
( |
| ) |
const |
|
inline |
§ parse()
virtual bool CDbUrl::parse |
( |
| ) |
|
|
protectedpure virtual |
§ RemoveOption()
void CDbUrl::RemoveOption |
( |
const std::string & |
key | ) |
|
|
overridevirtual |
§ Reset()
§ ToString()
std::string CDbUrl::ToString |
( |
| ) |
const |
§ validateOption()
bool CDbUrl::validateOption |
( |
const std::string & |
key, |
|
|
const CVariant & |
value |
|
) |
| |
|
protectedvirtual |
§ m_type
std::string CDbUrl::m_type |
|
protected |
§ m_url
The documentation for this class was generated from the following files: