Lines Matching refs:m_pConnection
71 ,m_pConnection(_pConnection) in DBG_NAME()
89 m_pConnection->acquire(); in DBG_NAME()
147 if (m_pConnection) in disposing()
149 m_pConnection->release(); in disposing()
150 m_pConnection = NULL; in disposing()
339 return (Reference< XConnection >)m_pConnection; in getConnection()
385 return new OSQLAnalyzer(m_pConnection); in createAnalyzer()
476 m_pConnection->throwGenericSQLException(STR_QUERY_NO_TABLE,*this); in construct()
480 m_pConnection->throwGenericSQLException(STR_QUERY_MORE_TABLES,*this); in construct()
484 m_pConnection->throwGenericSQLException(STR_QUERY_NO_COLUMN,*this); in construct()
491 m_pConnection->throwGenericSQLException(STR_QUERY_TOO_COMPLEX,*this); in construct()