Home
last modified time | relevance | path

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

/trunk/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()
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()
128 sal_Bool SAL_CALL OCalcResultSet::hasOrderedBookmarks( ) throw( SQLException, RuntimeException) in hasOrderedBookmarks()
152 sal_Bool OCalcResultSet::fillIndexValues(const Reference< XColumnsSupplier> &/*_xIndex*/) in fillIndexValues()
158 ::cppu::IPropertyArrayHelper & OCalcResultSet::getInfoHelper() in getInfoHelper()
163 ::cppu::IPropertyArrayHelper* OCalcResultSet::createArrayHelper() const in createArrayHelper()
171 void SAL_CALL OCalcResultSet::acquire() throw() in acquire()
[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()
/trunk/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
57 OCalcResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator);

Completed in 24 milliseconds