#include <DbUrl.h>
◆ CDbUrl()
◆ ~CDbUrl()
◆ AddOption() [1/6]
void CDbUrl::AddOption |
( |
const std::string & | key, |
|
|
bool | value ) |
|
overridevirtual |
◆ AddOption() [2/6]
void CDbUrl::AddOption |
( |
const std::string & | key, |
|
|
const char * | value ) |
|
overridevirtual |
◆ AddOption() [3/6]
void CDbUrl::AddOption |
( |
const std::string & | key, |
|
|
const std::string & | value ) |
|
overridevirtual |
◆ AddOption() [4/6]
void CDbUrl::AddOption |
( |
const std::string & | key, |
|
|
double | value ) |
|
overridevirtual |
◆ AddOption() [5/6]
void CDbUrl::AddOption |
( |
const std::string & | key, |
|
|
float | value ) |
|
overridevirtual |
◆ AddOption() [6/6]
void CDbUrl::AddOption |
( |
const std::string & | key, |
|
|
int | 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 | ) |
|
◆ GetOption()
bool CUrlOptions::GetOption |
( |
const std::string & | key, |
|
|
CVariant & | value ) const |
◆ GetOptions()
const UrlOptions & CUrlOptions::GetOptions |
( |
| ) |
const |
|
inline |
◆ GetOptionsString()
std::string CUrlOptions::GetOptionsString |
( |
bool | withLeadingSeparator = false | ) |
const |
◆ GetType()
const std::string & CDbUrl::GetType |
( |
| ) |
const |
|
inline |
◆ HasOption()
bool CUrlOptions::HasOption |
( |
const std::string & | key | ) |
const |
◆ 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: