Home
last modified time | relevance | path

Searched refs:KabCommonStatement (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/connectivity/source/drivers/kab/
H A DKStatement.cxx68 KabCommonStatement::KabCommonStatement(KabConnection* _pConnection ) in KabCommonStatement() function in KabCommonStatement
80 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 …]
H A DKStatement.hxx52 class KabCommonStatement : public comphelper::OBaseMutex, class
55 public comphelper::OPropertyArrayUsageHelper<KabCommonStatement>
96 virtual ~KabCommonStatement();
101 KabCommonStatement(KabConnection *_pConnection);
154 KabCommonStatement, ::com::sun::star::lang::XServiceInfo > KabStatement_BASE;
H A DKPreparedStatement.cxx139 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()
H A DKResultSet.hxx65 …::rtl::Reference< KabCommonStatement > m_xStatement; // the statement that has created this resu…
97 KabResultSet(KabCommonStatement *pStmt);
H A DKPreparedStatement.hxx40 typedef ::cppu::ImplInheritanceHelper4< KabCommonStatement,
H A DKResultSet.cxx52 KabResultSet::KabResultSet(KabCommonStatement* pStmt) in KabResultSet()

Completed in 34 milliseconds