Lines Matching refs:KabCommonStatement

68 KabCommonStatement::KabCommonStatement(KabConnection* _pConnection )   in KabCommonStatement()  function in KabCommonStatement
80 KabCommonStatement::~KabCommonStatement() in ~KabCommonStatement()
84 void KabCommonStatement::disposing() in disposing()
89 void KabCommonStatement::resetParameters() const throw(::com::sun::star::sdbc::SQLException) in resetParameters()
94 void KabCommonStatement::getNextParameter(::rtl::OUString &) const throw(::com::sun::star::sdbc::SQ… in getNextParameter()
99 KabCondition *KabCommonStatement::analyseWhereClause(const OSQLParseNode *pParseNode) const throw(S… in analyseWhereClause()
246 KabOrder *KabCommonStatement::analyseOrderByClause(const OSQLParseNode *pParseNode) const throw(SQL… in analyseOrderByClause()
294 sal_Bool KabCommonStatement::isTableKnown(KabResultSet *pResult) const in isTableKnown()
307 void KabCommonStatement::setKabFields(KabResultSet *pResult) const throw(SQLException) in setKabFields()
321 void KabCommonStatement::selectAddressees(KabResultSet *pResult) const throw(SQLException) in selectAddressees()
347 void KabCommonStatement::sortAddressees(KabResultSet *pResult) const throw(SQLException) in sortAddressees()
365 Any SAL_CALL KabCommonStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
373 Sequence< Type > SAL_CALL KabCommonStatement::getTypes( ) throw(RuntimeException) in getTypes()
382 void SAL_CALL KabCommonStatement::cancel( ) throw(RuntimeException) in cancel()
390 void SAL_CALL KabCommonStatement::close( ) throw(SQLException, RuntimeException) in close()
400 sal_Bool SAL_CALL KabCommonStatement::execute( in execute()
411 Reference< XResultSet > SAL_CALL KabCommonStatement::executeQuery( in executeQuery()
452 Reference< XConnection > SAL_CALL KabCommonStatement::getConnection( ) throw(SQLException, Runtime… in getConnection()
461 sal_Int32 SAL_CALL KabCommonStatement::executeUpdate( const ::rtl::OUString& ) throw(SQLException, … in executeUpdate()
470 Any SAL_CALL KabCommonStatement::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
478 void SAL_CALL KabCommonStatement::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
486 ::cppu::IPropertyArrayHelper* KabCommonStatement::createArrayHelper( ) const in createArrayHelper()
507 ::cppu::IPropertyArrayHelper & KabCommonStatement::getInfoHelper() in getInfoHelper()
509 return *const_cast<KabCommonStatement*>(this)->getArrayHelper(); in getInfoHelper()
512 sal_Bool KabCommonStatement::convertFastPropertyValue( in convertFastPropertyValue()
523 void KabCommonStatement::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any&) throw (Exce… in setFastPropertyValue_NoBroadcast()
543 void KabCommonStatement::getFastPropertyValue(Any&,sal_Int32 nHandle) const in getFastPropertyValue()
562 void SAL_CALL KabCommonStatement::acquire() throw() in acquire()
567 void SAL_CALL KabCommonStatement::release() throw() in release()
572 Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL KabCommonStatement::getPropertySetI… in getPropertySetInfo()