Searched refs:OEvoabResultSet (Results 1 – 4 of 4) sorted by relevance
73 ::rtl::OUString SAL_CALL OEvoabResultSet::getImplementationName( ) throw ( RuntimeException) \ in getImplementationName()78 …Sequence< ::rtl::OUString > SAL_CALL OEvoabResultSet::getSupportedServiceNames( ) throw( RuntimeE… in getSupportedServiceNames()85 sal_Bool SAL_CALL OEvoabResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw( R… in supportsService()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()581 Any SAL_CALL OEvoabResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()589 Sequence< Type > SAL_CALL OEvoabResultSet::getTypes( ) throw( RuntimeException) in getTypes()607 ::rtl::OUString SAL_CALL OEvoabResultSet::getString( sal_Int32 nColumnNum ) throw(SQLException, Run… in getString()[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()