MySQL_Connection::checkClosed ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::clearWarnings ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::close ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::commit ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::createStatement ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::escapeString ( sql::SQLString const& p1 )This method is from 'MySQL_Connection' class.
MySQL_Connection::getAutoCommit ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::getCatalog ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::getClientInfo ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::getClientOption ( sql::SQLString const& optionName, void* optionValue )This method is from 'MySQL_Connection' class.
MySQL_Connection::getDriver ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::getLastStatementInfo ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::getMetaData ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::getSchema ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::getSessionVariable ( sql::SQLString const& varname )This method is from 'MySQL_Connection' class.
MySQL_Connection::getTransactionIsolation ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::getWarnings ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::init ( std::map<sql::SQLString, sql::ConnectPropertyVal>& properties )This method is from 'MySQL_Connection' class.
MySQL_Connection::isClosed ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::isReadOnly ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::MySQL_Connection [in-charge] ( sql::Driver* _driver, struct NativeAPI::NativeConnectionWrapper& _proxy, sql::SQLString const& hostName, sql::SQLString const& userName, sql::SQLString const& password )This constructor is from 'MySQL_Connection' class.
MySQL_Connection::MySQL_Connection [in-charge] ( sql::Driver* _driver, struct NativeAPI::NativeConnectionWrapper& _proxy, std::map<sql::SQLString, sql::ConnectPropertyVal>& options )This constructor is from 'MySQL_Connection' class.
MySQL_Connection::nativeSQL ( sql::SQLString const& sql )This method is from 'MySQL_Connection' class.
MySQL_Connection::prepareStatement ( sql::SQLString const& sql )This method is from 'MySQL_Connection' class.
MySQL_Connection::prepareStatement ( sql::SQLString const& sql, int autoGeneratedKeys )This method is from 'MySQL_Connection' class.
MySQL_Connection::prepareStatement ( sql::SQLString const& sql, int* columnIndexes )This method is from 'MySQL_Connection' class.
MySQL_Connection::prepareStatement ( sql::SQLString const& sql, int resultSetType, int resultSetConcurrency )This method is from 'MySQL_Connection' class.
MySQL_Connection::prepareStatement ( sql::SQLString const& sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability )This method is from 'MySQL_Connection' class.
MySQL_Connection::prepareStatement ( sql::SQLString const& sql, sql::SQLString* columnNames )This method is from 'MySQL_Connection' class.
MySQL_Connection::releaseSavepoint ( sql::Savepoint* savepoint )This method is from 'MySQL_Connection' class.
MySQL_Connection::rollback ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::rollback ( sql::Savepoint* savepoint )This method is from 'MySQL_Connection' class.
MySQL_Connection::setAutoCommit ( bool autoCommit )This method is from 'MySQL_Connection' class.
MySQL_Connection::setCatalog ( sql::SQLString const& catalog )This method is from 'MySQL_Connection' class.
MySQL_Connection::setClientOption ( sql::SQLString const& optionName, void const* optionValue )This method is from 'MySQL_Connection' class.
MySQL_Connection::setHoldability ( int holdability )This method is from 'MySQL_Connection' class.
MySQL_Connection::setReadOnly ( bool readOnly )This method is from 'MySQL_Connection' class.
MySQL_Connection::setSavepoint ( )This method is from 'MySQL_Connection' class.
MySQL_Connection::setSavepoint ( sql::SQLString const& name )This method is from 'MySQL_Connection' class.
MySQL_Connection::setSchema ( sql::SQLString const& catalog )This method is from 'MySQL_Connection' class.
MySQL_Connection::setSessionVariable ( sql::SQLString const& varname, sql::SQLString const& value )This method is from 'MySQL_Connection' class.
MySQL_Connection::setTransactionIsolation ( sql::enum_transaction_isolation level )This method is from 'MySQL_Connection' class.
MySQL_Connection::~MySQL_Connection [in-charge] ( )This method is from 'MySQL_Connection' class.