Lines Matching refs:MacabCommonStatement

71 MacabCommonStatement::MacabCommonStatement(MacabConnection* _pConnection )   in MacabCommonStatement()  function in MacabCommonStatement
83 MacabCommonStatement::~MacabCommonStatement() in ~MacabCommonStatement()
87 void MacabCommonStatement::disposing() in disposing()
92 void MacabCommonStatement::resetParameters() const throw(::com::sun::star::sdbc::SQLException) in resetParameters()
97 void MacabCommonStatement::getNextParameter(::rtl::OUString &) const throw(::com::sun::star::sdbc::… in getNextParameter()
102 MacabCondition *MacabCommonStatement::analyseWhereClause(const OSQLParseNode *pParseNode) const thr… in analyseWhereClause()
247 MacabOrder *MacabCommonStatement::analyseOrderByClause(const OSQLParseNode *pParseNode) const throw… in analyseOrderByClause()
295 ::rtl::OUString MacabCommonStatement::getTableName() const in getTableName()
309 void MacabCommonStatement::setMacabFields(MacabResultSet *pResult) const throw(SQLException) in setMacabFields()
327 void MacabCommonStatement::selectRecords(MacabResultSet *pResult) const throw(SQLException) in selectRecords()
355 void MacabCommonStatement::sortRecords(MacabResultSet *pResult) const throw(SQLException) in sortRecords()
373 Any SAL_CALL MacabCommonStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
381 Sequence< Type > SAL_CALL MacabCommonStatement::getTypes( ) throw(RuntimeException) in getTypes()
390 void SAL_CALL MacabCommonStatement::cancel( ) throw(RuntimeException) in cancel()
398 void SAL_CALL MacabCommonStatement::close( ) throw(SQLException, RuntimeException) in close()
408 sal_Bool SAL_CALL MacabCommonStatement::execute( in execute()
419 Reference< XResultSet > SAL_CALL MacabCommonStatement::executeQuery( in executeQuery()
479 Reference< XConnection > SAL_CALL MacabCommonStatement::getConnection( ) throw(SQLException, Runti… in getConnection()
488 sal_Int32 SAL_CALL MacabCommonStatement::executeUpdate( const ::rtl::OUString& ) throw(SQLException… in executeUpdate()
497 Any SAL_CALL MacabCommonStatement::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
505 void SAL_CALL MacabCommonStatement::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
513 ::cppu::IPropertyArrayHelper* MacabCommonStatement::createArrayHelper( ) const in createArrayHelper()
534 ::cppu::IPropertyArrayHelper & MacabCommonStatement::getInfoHelper() in getInfoHelper()
536 return *const_cast<MacabCommonStatement*>(this)->getArrayHelper(); in getInfoHelper()
539 sal_Bool MacabCommonStatement::convertFastPropertyValue( in convertFastPropertyValue()
550 void MacabCommonStatement::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any&) throw (Ex… in setFastPropertyValue_NoBroadcast()
570 void MacabCommonStatement::getFastPropertyValue(Any&,sal_Int32 nHandle) const in getFastPropertyValue()
589 void SAL_CALL MacabCommonStatement::acquire() throw() in acquire()
594 void SAL_CALL MacabCommonStatement::release() throw() in release()
599 Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL MacabCommonStatement::getPropertySe… in getPropertySetInfo()