Lines Matching refs:OCommonStatement

58 OCommonStatement::OCommonStatement(OEvoabConnection* _pConnection)  in OCommonStatement()  function in connectivity::evoab::OCommonStatement
100 OCommonStatement::~OCommonStatement() in ~OCommonStatement()
104 void OCommonStatement::disposeResultSet() in disposeResultSet()
113 void OCommonStatement::disposing() in disposing()
127 Any SAL_CALL OCommonStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
135 Sequence< Type > SAL_CALL OCommonStatement::getTypes( ) throw(RuntimeException) in getTypes()
153 void SAL_CALL OCommonStatement::close( ) throw(SQLException, RuntimeException) in close()
164 void OCommonStatement::reset() throw (SQLException) in reset()
176 void OCommonStatement::clearMyResultSet () throw (SQLException) in clearMyResultSet()
193 OCommonStatement::createTrue() in createTrue()
199 OCommonStatement::createTest( const ::rtl::OUString &aColumnName, in createTest()
212 ::rtl::OUString OCommonStatement::impl_getColumnRefColumnName_throw( const OSQLParseNode& _rColumnR… in impl_getColumnRefColumnName_throw()
246 void OCommonStatement::orderByAnalysis( const OSQLParseNode* _pOrderByClause, SortDescriptor& _out_… in orderByAnalysis()
287 EBookQuery *OCommonStatement::whereAnalysis( const OSQLParseNode* parseTree ) in whereAnalysis()
450 rtl::OUString OCommonStatement::getTableName() in getTableName()
483 void OCommonStatement::parseSql( const rtl::OUString& sql, QueryData& _out_rQueryData ) in parseSql()
543 Any SAL_CALL OCommonStatement::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
553 void SAL_CALL OCommonStatement::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
560 ::cppu::IPropertyArrayHelper* OCommonStatement::createArrayHelper( ) const in createArrayHelper()
567 ::cppu::IPropertyArrayHelper & OCommonStatement::getInfoHelper() in getInfoHelper()
569 return *const_cast< OCommonStatement* >( this )->getArrayHelper(); in getInfoHelper()
573 void SAL_CALL OCommonStatement::acquire() throw() in acquire()
578 void SAL_CALL OCommonStatement::release() throw() in release()
584 QueryData OCommonStatement::impl_getEBookQuery_throw( const ::rtl::OUString& _rSql ) in impl_getEBookQuery_throw()
607 Reference< XResultSet > OCommonStatement::impl_executeQuery_throw( const QueryData& _rQueryData ) in impl_executeQuery_throw()
620 Reference< XResultSet > OCommonStatement::impl_executeQuery_throw( const ::rtl::OUString& _rSql ) in impl_executeQuery_throw()
633 Reference< XPropertySetInfo > SAL_CALL OCommonStatement::getPropertySetInfo( ) throw(RuntimeExcept… in getPropertySetInfo()
645 IMPLEMENT_FORWARD_XINTERFACE2( OStatement, OCommonStatement, OStatement_IBase ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
648 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OStatement, OCommonStatement, OStatement_IBase ) in IMPLEMENT_FORWARD_XINTERFACE2()