Lines Matching refs:m_pConnection
64 , m_pConnection(_pConnection) in OCommonStatement()
78 m_pConnection->acquire(); in OCommonStatement()
119 if (m_pConnection) in disposing()
120 m_pConnection->release(); in disposing()
121 m_pConnection = NULL; in disposing()
240 m_pConnection->throwGenericSQLException( STR_QUERY_TOO_COMPLEX, *this ); in impl_getColumnRefColumnName_throw()
272 m_pConnection->throwGenericSQLException( STR_SORT_BY_COL_ONLY, *this ); in orderByAnalysis()
343 m_pConnection->throwGenericSQLException( STR_QUERY_TOO_COMPLEX, *this ); in whereAnalysis()
350 m_pConnection->throwGenericSQLException( STR_OPERATOR_TOO_COMPLEX, *this ); in whereAnalysis()
384 m_pConnection->throwGenericSQLException(STR_QUERY_INVALID_LIKE_COLUMN,*this); in whereAnalysis()
398 m_pConnection->throwGenericSQLException(STR_QUERY_INVALID_LIKE_STRING,*this); in whereAnalysis()
423 m_pConnection->throwGenericSQLException(STR_QUERY_NOT_LIKE_TOO_COMPLEX,*this); in whereAnalysis()
432 m_pConnection->throwGenericSQLException(STR_QUERY_LIKE_WILDCARD,*this); in whereAnalysis()
444 m_pConnection->throwGenericSQLException(STR_QUERY_LIKE_WILDCARD_MANY,*this); in whereAnalysis()
596 m_pConnection->throwGenericSQLException( STR_QUERY_TOO_COMPLEX, *this ); in impl_getEBookQuery_throw()
601 m_pConnection->throwGenericSQLException( STR_QUERY_TOO_COMPLEX, *this ); in impl_getEBookQuery_throw()
610 OEvoabResultSet* pResult = new OEvoabResultSet( this, m_pConnection ); in impl_executeQuery_throw()