![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cSQLBase.h>
Public Member Functions | |
cSQLConnectionString () noexcept | |
cSQLConnectionString (const FILECHAR_t *pszConnectionString) | |
void | SetParse (const FILECHAR_t *pszConnectionString) |
![]() | |
cStringF | get_ArgsStr () const noexcept |
ITERATE_t | get_ArgsQty () const noexcept |
cStringF | GetArgsEnum (ITERATE_t i) const |
command line arg. More... | |
void | InitArgsF (const FILECHAR_t *pszCommandArgs, const FILECHAR_t *pszSep=nullptr) |
void | InitArgs2 (int argc, APP_ARGS_t argv) |
ITERATE_t | FindCommandArg (const FILECHAR_t *pszCommandArg, bool bRegex=true, bool bIgnoreCase=true) const |
ITERATE_t _cdecl | FindCommandArgs (bool bIgnoreCase, const FILECHAR_t *pszCommandArgFind,...) const |
bool | HasCommandArg (const FILECHAR_t *pszCommandArg, bool bRegex=true, bool bIgnoreCase=true) const |
Static Public Attributes | |
static const FILECHAR_t * | k_DataSource = _FN("Data Source=") |
"Data Source=" More... | |
Additional Inherited Members | |
![]() | |
static bool | IsArgSwitch (wchar_t ch) noexcept |
![]() | |
cArrayString< FILECHAR_t > | m_asArgs |
Array of parsed m_sArguments. [0]=appname.exe, [1]=first arg. NOT nullptr terminated like APP_ARGS_t. Honors quoted text. More... | |
parsed connection string. can have stuff like, password, username, timeout, etc.
|
inlinenoexcept |
|
inline |
|
inline |
|
static |
"Data Source="