Home
last modified time | relevance | path

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

/AOO42X/main/connectivity/source/drivers/calc/
H A DCResultSet.cxx45 OCalcResultSet::OCalcResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIt… in OCalcResultSet() function in OCalcResultSet
52 ::rtl::OUString SAL_CALL OCalcResultSet::getImplementationName( ) throw ( RuntimeException) in getImplementationName()
57 Sequence< ::rtl::OUString > SAL_CALL OCalcResultSet::getSupportedServiceNames( ) throw( RuntimeExc… in getSupportedServiceNames()
65 sal_Bool SAL_CALL OCalcResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw( Ru… in supportsService()
76 Any SAL_CALL OCalcResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
82 Sequence< Type > SAL_CALL OCalcResultSet::getTypes( ) throw( RuntimeException) in getTypes()
89 Any SAL_CALL OCalcResultSet::getBookmark( ) throw( SQLException, RuntimeException) in getBookmark()
98 sal_Bool SAL_CALL OCalcResultSet::moveToBookmark( const Any& bookmark ) throw( SQLException, Runt… in moveToBookmark()
109 sal_Bool SAL_CALL OCalcResultSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) th… in moveRelativeToBookmark()
123 sal_Int32 SAL_CALL OCalcResultSet::compareBookmarks( const Any& lhs, const Any& rhs ) throw( SQLEx… in compareBookmarks()
[all …]
H A DCPreparedStatement.cxx35 return new OCalcResultSet(this,m_aSQLIterator); in createResultSet()
H A DCStatement.cxx35 return new OCalcResultSet(this,m_aSQLIterator); in createResultSet()
/AOO42X/main/connectivity/source/inc/calc/
H A DCResultSet.hxx35 class OCalcResultSet;
40 typedef ::comphelper::OPropertyArrayUsageHelper<OCalcResultSet> OCalcResultSet_BASE3;
43 class OCalcResultSet : public OCalcResultSet_BASE2, class
57OCalcResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator);