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()
126 Sequence< Type > SAL_CALL OCommonStatement::getTypes() in getTypes()
140 void SAL_CALL OCommonStatement::cancel() in cancel()
152 void SAL_CALL OCommonStatement::close() in close()
180 sal_Bool SAL_CALL OCommonStatement::execute(const OUString& sql) in execute()
200 Reference< XResultSet > SAL_CALL OCommonStatement::executeQuery(const OUString& sql) in executeQuery()
223 Reference< XConnection > SAL_CALL OCommonStatement::getConnection() in getConnection()
237 sal_Int32 SAL_CALL OCommonStatement::getUpdateCount() in getUpdateCount()
253 aRet = OCommonStatement::queryInterface(rType); in queryInterface()
288 sal_Int32 SAL_CALL OCommonStatement::executeUpdate(const OUString& sql) in executeUpdate()
308 Reference< XResultSet > SAL_CALL OCommonStatement::getResultSet() in getResultSet()
329 sal_Bool SAL_CALL OCommonStatement::getMoreResults() in getMoreResults()
344 Any SAL_CALL OCommonStatement::getWarnings() in getWarnings()
357 void SAL_CALL OCommonStatement::clearWarnings() in clearWarnings()
370 ::cppu::IPropertyArrayHelper* OCommonStatement::createArrayHelper( ) const in createArrayHelper()
395 ::cppu::IPropertyArrayHelper & OCommonStatement::getInfoHelper() in getInfoHelper()
398 return(*const_cast<OCommonStatement*>(this)->getArrayHelper()); in getInfoHelper()
404 sal_Bool OCommonStatement::convertFastPropertyValue( in convertFastPropertyValue()
418 void OCommonStatement::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const Any& /* rValue */) in setFastPropertyValue_NoBroadcast()
442 void OCommonStatement::getFastPropertyValue(Any& _rValue, sal_Int32 nHandle) const in getFastPropertyValue()
468 void SAL_CALL OCommonStatement::acquire() in acquire()
478 void SAL_CALL OCommonStatement::release() in release()
492 OCommonStatement::acquire(); in acquire()
502 OCommonStatement::release(); in release()
508 Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OCommonStatement::getPropertySetInf… in getPropertySetInfo()