Lines Matching refs:m_aMutex

61 OStatement_Base::OStatement_Base(OConnection* _pConnection ) :	OStatement_BASE(m_aMutex)  in OStatement_Base()
98 ::osl::MutexGuard aGuard(m_aMutex); in disposing()
142 ::osl::MutexGuard aGuard( m_aMutex ); in cancel()
153 ::osl::MutexGuard aGuard( m_aMutex ); in close()
169 ::osl::MutexGuard aGuard( m_aMutex ); in reset()
185 ::osl::MutexGuard aGuard( m_aMutex ); in clearMyResultSet()
201 ::osl::MutexGuard aGuard( m_aMutex ); in getRowCount()
215 ::osl::MutexGuard aGuard( m_aMutex ); in getPrecision()
240 ::osl::MutexGuard aGuard( m_aMutex ); in setWarning()
261 ::osl::MutexGuard aGuard( m_aMutex ); in execute()
291 ::osl::MutexGuard aGuard( m_aMutex ); in executeQuery()
328 ::osl::MutexGuard aGuard( m_aMutex ); in getConnection()
345 ::osl::MutexGuard aGuard( m_aMutex ); in addBatch()
354 ::osl::MutexGuard aGuard( m_aMutex ); in executeBatch()
400 ::osl::MutexGuard aGuard( m_aMutex ); in executeUpdate()
427 ::osl::MutexGuard aGuard( m_aMutex ); in getResultSet()
437 ::osl::MutexGuard aGuard( m_aMutex ); in getUpdateCount()
450 ::osl::MutexGuard aGuard( m_aMutex ); in getMoreResults()
484 ::osl::MutexGuard aGuard( m_aMutex ); in getWarnings()
495 ::osl::MutexGuard aGuard( m_aMutex ); in clearWarnings()
575 ::osl::MutexGuard aGuard( m_aMutex ); in setQueryTimeOut()
584 ::osl::MutexGuard aGuard( m_aMutex ); in setMaxRows()
592 ::osl::MutexGuard aGuard( m_aMutex ); in setResultSetConcurrency()
608 ::osl::MutexGuard aGuard( m_aMutex ); in setResultSetType()
628 ::osl::MutexGuard aGuard( m_aMutex ); in setFetchDirection()
635 ::osl::MutexGuard aGuard( m_aMutex ); in setFetchSize()
645 ::osl::MutexGuard aGuard( m_aMutex ); in setMaxFieldSize()
652 ::osl::MutexGuard aGuard( m_aMutex ); in setCursorName()