Home
last modified time | relevance | path

Searched refs:m_pAnalyzer (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/source/drivers/file/
H A Dfcomp.cxx57 : m_pAnalyzer(pAnalyzer) in DBG_NAME()
109m_pAnalyzer->getConnection()->throwGenericSQLException(STR_QUERY_COMPLEX_COUNT,NULL); in start()
255 m_pAnalyzer->getConnection()->throwGenericSQLException(STR_QUERY_TOO_COMPLEX,NULL); in execute_COMPARE()
305 m_pAnalyzer->getConnection()->throwGenericSQLException(STR_QUERY_TOO_COMPLEX,NULL); in execute_LIKE()
313m_pAnalyzer->getConnection()->throwGenericSQLException(STR_QUERY_INVALID_LIKE_STRING,NULL); in execute_LIKE()
318m_pAnalyzer->getConnection()->throwGenericSQLException(STR_QUERY_INVALID_LIKE_STRING,NULL); in execute_LIKE()
349 m_pAnalyzer->getConnection()->throwGenericSQLException(STR_QUERY_INVALID_BETWEEN,NULL); in execute_BETWEEN()
457 …const ::rtl::OUString sError( m_pAnalyzer->getConnection()->getResources().getResourceStringWithSu… in execute_Operand()
468 …pOperand = m_pAnalyzer->createOperandAttr(Reference< XColumnLocate>(m_orgColumns,UNO_QUERY)->findC… in execute_Operand()
472 …const ::rtl::OUString sError( m_pAnalyzer->getConnection()->getResources().getResourceStringWithSu… in execute_Operand()
[all …]
/trunk/main/connectivity/source/inc/file/
H A Dfcomp.hxx49 OSQLAnalyzer* m_pAnalyzer; member in connectivity::file::OPredicateCompiler