Home
last modified time | relevance | path

Searched refs:OEvoabResultSet (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx73 ::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::OEvoabResultSet
128 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 …]
H A DNResultSet.hxx63 class OEvoabResultSet :public comphelper::OBaseMutex class
66 ,public ::comphelper::OPropertyArrayUsageHelper<OEvoabResultSet>
101 virtual ~OEvoabResultSet();
105 OEvoabResultSet( OCommonStatement *pStmt, OEvoabConnection *pConnection );
H A DNStatement.hxx55 class OEvoabResultSet;
156 OEvoabResultSet *m_pResultSet;
H A DNStatement.cxx610 OEvoabResultSet* pResult = new OEvoabResultSet( this, m_pConnection ); in impl_executeQuery_throw()