Lines Matching refs:OCommonStatement
58 OCommonStatement::OCommonStatement(OConnection* _pConnection, sql::Statement *_cppStatement) in OCommonStatement() function in OCommonStatement
73 OCommonStatement::~OCommonStatement() in ~OCommonStatement()
81 void OCommonStatement::disposeResultSet() in disposeResultSet()
92 void OCommonStatement::disposing() in disposing()
112 Any SAL_CALL OCommonStatement::queryInterface(const Type & rType) in queryInterface()
125 Sequence< Type > SAL_CALL OCommonStatement::getTypes() in getTypes()
138 void SAL_CALL OCommonStatement::cancel() in cancel()
149 void SAL_CALL OCommonStatement::close() in close()
175 sal_Bool SAL_CALL OCommonStatement::execute(const OUString& sql) in execute()
194 Reference< XResultSet > SAL_CALL OCommonStatement::executeQuery(const OUString& sql) in executeQuery()
216 Reference< XConnection > SAL_CALL OCommonStatement::getConnection() in getConnection()
229 sal_Int32 SAL_CALL OCommonStatement::getUpdateCount() in getUpdateCount()
243 aRet = OCommonStatement::queryInterface(rType); in queryInterface()
276 sal_Int32 SAL_CALL OCommonStatement::executeUpdate(const OUString& sql) in executeUpdate()
295 Reference< XResultSet > SAL_CALL OCommonStatement::getResultSet() in getResultSet()
315 sal_Bool SAL_CALL OCommonStatement::getMoreResults() in getMoreResults()
329 Any SAL_CALL OCommonStatement::getWarnings() in getWarnings()
341 void SAL_CALL OCommonStatement::clearWarnings() in clearWarnings()
353 ::cppu::IPropertyArrayHelper* OCommonStatement::createArrayHelper( ) const in createArrayHelper()
378 ::cppu::IPropertyArrayHelper & OCommonStatement::getInfoHelper() in getInfoHelper()
381 return(*const_cast<OCommonStatement*>(this)->getArrayHelper()); in getInfoHelper()
387 sal_Bool OCommonStatement::convertFastPropertyValue( in convertFastPropertyValue()
400 void OCommonStatement::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const Any& /* rValue */) in setFastPropertyValue_NoBroadcast()
423 void OCommonStatement::getFastPropertyValue(Any& _rValue, sal_Int32 nHandle) const in getFastPropertyValue()
449 void SAL_CALL OCommonStatement::acquire() in acquire()
459 void SAL_CALL OCommonStatement::release() in release()
473 OCommonStatement::acquire(); in acquire()
483 OCommonStatement::release(); in release()
489 Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OCommonStatement::getPropertySetInf… in getPropertySetInfo()