Searched refs:KabCommonStatement (Results 1 – 6 of 6) sorted by relevance
68 KabCommonStatement::KabCommonStatement(KabConnection* _pConnection ) in KabCommonStatement() function in KabCommonStatement80 KabCommonStatement::~KabCommonStatement() in ~KabCommonStatement()84 void KabCommonStatement::disposing() in disposing()382 void SAL_CALL KabCommonStatement::cancel( ) throw(RuntimeException) in cancel()400 sal_Bool SAL_CALL KabCommonStatement::execute( in execute()411 Reference< XResultSet > SAL_CALL KabCommonStatement::executeQuery( in executeQuery()507 ::cppu::IPropertyArrayHelper & KabCommonStatement::getInfoHelper() in getInfoHelper()509 return *const_cast<KabCommonStatement*>(this)->getArrayHelper(); in getInfoHelper()512 sal_Bool KabCommonStatement::convertFastPropertyValue( in convertFastPropertyValue()562 void SAL_CALL KabCommonStatement::acquire() throw() in acquire()[all …]
52 class KabCommonStatement : public comphelper::OBaseMutex, class55 public comphelper::OPropertyArrayUsageHelper<KabCommonStatement>96 virtual ~KabCommonStatement();101 KabCommonStatement(KabConnection *_pConnection);154 KabCommonStatement, ::com::sun::star::lang::XServiceInfo > KabStatement_BASE;
139 KabCommonStatement::close(); in close()154 Reference< XResultSet> xRS = KabCommonStatement::executeQuery(m_sSqlStatement); in execute()181 Reference< XResultSet > rs = KabCommonStatement::executeQuery(m_sSqlStatement); in executeQuery()384 KabCommonStatement::setFastPropertyValue_NoBroadcast(nHandle,rValue); in setFastPropertyValue_NoBroadcast()
65 …::rtl::Reference< KabCommonStatement > m_xStatement; // the statement that has created this resu…97 KabResultSet(KabCommonStatement *pStmt);
40 typedef ::cppu::ImplInheritanceHelper4< KabCommonStatement,
52 KabResultSet::KabResultSet(KabCommonStatement* pStmt) in KabResultSet()
Completed in 28 milliseconds