Lines Matching refs:OSL_TRACE

79 	OSL_TRACE("OConnection::OConnection");  in OConnection()
88 OSL_TRACE("OConnection::~OConnection"); in ~OConnection()
101 OSL_TRACE("OConnection::release"); in release()
114 OSL_TRACE("OConnection::construct"); in construct()
227 OSL_TRACE("clientlib=%s", mysqlLib.c_str()); in construct()
230 OSL_TRACE("hostName=%s", host_str.c_str()); in construct()
231 OSL_TRACE("port=%i", int(nPort)); in construct()
232 OSL_TRACE("userName=%s", user_str.c_str()); in construct()
233 OSL_TRACE("password=%s", pass_str.c_str()); in construct()
234 OSL_TRACE("schema=%s", schema_str.c_str()); in construct()
245 OSL_TRACE(OUStringToOString(m_settings.schema, getConnectionEncoding()).getStr()); in construct()
271 OSL_TRACE("OConnection::createStatement"); in createStatement()
294 OSL_TRACE("OConnection::prepareStatement"); in prepareStatement()
318 OSL_TRACE("OConnection::prepareCall"); in prepareCall()
332 OSL_TRACE("OConnection::nativeSQL"); in nativeSQL()
352 OSL_TRACE("OConnection::setAutoCommit"); in setAutoCommit()
368 OSL_TRACE("OConnection::getAutoCommit"); in getAutoCommit()
390 OSL_TRACE("OConnection::commit"); in commit()
406 OSL_TRACE("OConnection::rollback"); in rollback()
422 OSL_TRACE("OConnection::isClosed"); in isClosed()
435 OSL_TRACE("OConnection::getMetaData"); in getMetaData()
458 OSL_TRACE("OConnection::setReadOnly"); in setReadOnly()
471 OSL_TRACE("OConnection::isReadOnly"); in isReadOnly()
485 OSL_TRACE("OConnection::setCatalog"); in setCatalog()
503 OSL_TRACE("OConnection::getCatalog"); in getCatalog()
522 OSL_TRACE("OConnection::setTransactionIsolation"); in setTransactionIsolation()
560 OSL_TRACE("OConnection::getTransactionIsolation"); in getTransactionIsolation()
585 OSL_TRACE("OConnection::getTypeMap"); in getTypeMap()
602 OSL_TRACE("OConnection::setTypeMap"); in setTypeMap()
616 OSL_TRACE("OConnection::close"); in close()
637 OSL_TRACE("OConnection::getWarnings"); in getWarnings()
648 OSL_TRACE("OConnection::clearWarnings"); in clearWarnings()
658 OSL_TRACE("OConnection::buildTypeInfo"); in buildTypeInfo()
666 OSL_TRACE("OConnection::disposing"); in disposing()
693 OSL_TRACE("OConnection::getMysqlVariable"); in getMysqlVariable()
723 OSL_TRACE("OConnection::getMysqlVersion"); in getMysqlVersion()