Searched refs:CachedRowSet (Results 1 – 4 of 4) sorted by relevance
91 CachedRowSet::CachedRowSet( const ::comphelper::ComponentContext& _rContext ) in CachedRowSet() function in frm::CachedRowSet97 CachedRowSet::~CachedRowSet() in ~CachedRowSet()103 void CachedRowSet::setCommand( const ::rtl::OUString& _rCommand ) in setCommand()113 void CachedRowSet::setCommandFromQuery( const ::rtl::OUString& _rQueryName ) in setCommandFromQuery()129 void CachedRowSet::setEscapeProcessing ( const sal_Bool _bEscapeProcessing ) in setEscapeProcessing()139 void CachedRowSet::setConnection( const Reference< XConnection >& _rxConnection ) in setConnection()149 Reference< XResultSet > CachedRowSet::execute() in execute()178 bool CachedRowSet::isDirty() const in isDirty()184 void CachedRowSet::dispose() in dispose()
48 class CachedRowSet class51 CachedRowSet( const ::comphelper::ComponentContext& _rContext );52 ~CachedRowSet();
60 CachedRowSet m_aListRowSet; // the row set to fill the list
70 …CachedRowSet m_aListRowSet; // the row set to fill the list
Completed in 31 milliseconds