Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/flat/
H A DEResultSet.cxx46 OFlatResultSet::OFlatResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIt… in OFlatResultSet() function in OFlatResultSet
53 ::rtl::OUString SAL_CALL OFlatResultSet::getImplementationName( ) throw ( RuntimeException) in getImplementationName()
58 Sequence< ::rtl::OUString > SAL_CALL OFlatResultSet::getSupportedServiceNames( ) throw( RuntimeExc… in getSupportedServiceNames()
77 Any SAL_CALL OFlatResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
87 Sequence< Type > SAL_CALL OFlatResultSet::getTypes( ) throw( RuntimeException) in getTypes()
110 Any SAL_CALL OFlatResultSet::getBookmark( ) throw( SQLException, RuntimeException) in getBookmark()
148 sal_Bool SAL_CALL OFlatResultSet::hasOrderedBookmarks( ) throw( SQLException, RuntimeException) in hasOrderedBookmarks()
158 IPropertyArrayHelper* OFlatResultSet::createArrayHelper( ) const in createArrayHelper()
165 IPropertyArrayHelper & OFlatResultSet::getInfoHelper() in getInfoHelper()
170 void SAL_CALL OFlatResultSet::acquire() throw() in acquire()
[all …]
H A DEStatement.cxx35 return new OFlatResultSet(this,m_aSQLIterator); in createResultSet()
H A DEPreparedStatement.cxx38 return new OFlatResultSet(this,m_aSQLIterator); in createResultSet()
/trunk/main/connectivity/source/inc/flat/
H A DEResultSet.hxx35 class OFlatResultSet;
39 typedef ::comphelper::OPropertyArrayUsageHelper<OFlatResultSet> OFlatResultSet_BASE3;
42 class OFlatResultSet : public OFlatResultSet_BASE2, class
55 OFlatResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator);

Completed in 18 milliseconds