KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DATABASE_CONNECTION Member List

This is the complete list of members for DATABASE_CONNECTION, including all inherited members.

CacheTableInfo(const std::string &aTable, const std::set< std::string > &aColumns)DATABASE_CONNECTION
columnsFor(const std::string &aTable)DATABASE_CONNECTIONprivate
Connect()DATABASE_CONNECTION
DATABASE_CONNECTION(const std::string &aDataSourceName, const std::string &aUsername, const std::string &aPassword, int aTimeoutSeconds=DEFAULT_TIMEOUT, bool aConnectNow=true)DATABASE_CONNECTION
DATABASE_CONNECTION(const std::string &aConnectionString, int aTimeoutSeconds=DEFAULT_TIMEOUT, bool aConnectNow=true)DATABASE_CONNECTION
DB_CACHE_TYPE typedefDATABASE_CONNECTIONprivate
DEFAULT_TIMEOUTDATABASE_CONNECTIONstatic
Disconnect()DATABASE_CONNECTION
GetLastError() constDATABASE_CONNECTIONinline
getQuoteChar()DATABASE_CONNECTIONprivate
init()DATABASE_CONNECTIONprivate
IsConnected() constDATABASE_CONNECTION
m_cacheDATABASE_CONNECTIONprivate
m_columnCacheDATABASE_CONNECTIONprivate
m_connDATABASE_CONNECTIONprivate
m_connectionStringDATABASE_CONNECTIONprivate
m_dsnDATABASE_CONNECTIONprivate
m_lastErrorDATABASE_CONNECTIONprivate
m_passDATABASE_CONNECTIONprivate
m_quoteCharDATABASE_CONNECTIONprivate
m_tablesDATABASE_CONNECTIONprivate
m_timeoutDATABASE_CONNECTIONprivate
m_userDATABASE_CONNECTIONprivate
ROW typedefDATABASE_CONNECTION
SelectAll(const std::string &aTable, const std::string &aKey, std::vector< ROW > &aResults)DATABASE_CONNECTION
SelectOne(const std::string &aTable, const std::pair< std::string, std::string > &aWhere, ROW &aResult)DATABASE_CONNECTION
SetCacheParams(int aMaxSize, int aMaxAge)DATABASE_CONNECTION
~DATABASE_CONNECTION()DATABASE_CONNECTION