Searched refs:OEvoabResultSet (Results 1 – 4 of 4) sorted by relevance
97 OEvoabResultSet::OEvoabResultSet( OCommonStatement* pStmt, OEvoabConnection *pConnection ) in OEvoabResultSet() function in connectivity::evoab::OEvoabResultSet128 OEvoabResultSet::~OEvoabResultSet() in ~OEvoabResultSet()511 void OEvoabResultSet::construct( const QueryData& _rData ) in construct()570 void OEvoabResultSet::disposing(void) in disposing()934 void SAL_CALL OEvoabResultSet::cancel( ) throw(RuntimeException) in cancel()943 void SAL_CALL OEvoabResultSet::close( ) throw(SQLException, RuntimeException) in close()987 ::cppu::IPropertyArrayHelper* OEvoabResultSet::createArrayHelper( ) const in createArrayHelper()994 ::cppu::IPropertyArrayHelper & OEvoabResultSet::getInfoHelper() in getInfoHelper()996 return *const_cast<OEvoabResultSet*>(this)->getArrayHelper(); in getInfoHelper()999 void SAL_CALL OEvoabResultSet::acquire() throw() in acquire()[all …]
63 class OEvoabResultSet :public comphelper::OBaseMutex class66 ,public ::comphelper::OPropertyArrayUsageHelper<OEvoabResultSet>101 virtual ~OEvoabResultSet();105 OEvoabResultSet( OCommonStatement *pStmt, OEvoabConnection *pConnection );
55 class OEvoabResultSet;156 OEvoabResultSet *m_pResultSet;
610 OEvoabResultSet* pResult = new OEvoabResultSet( this, m_pConnection ); in impl_executeQuery_throw()
Completed in 23 milliseconds