Lines Matching refs:OResultSet

86 IMPLEMENT_SERVICE_INFO(OResultSet,"com.sun.star.sdbcx.drivers.file.ResultSet","com.sun.star.sdbc.Re…
89 OResultSet::OResultSet(OStatement_Base* pStmt,OSQLParseTreeIterator& _aSQLIterator) : OResultSet_BA… in DBG_NAME()
142 OResultSet::~OResultSet() in ~OResultSet()
150 void OResultSet::construct() in construct()
159 void OResultSet::disposing(void) in disposing()
184 void OResultSet::clear() in clear()
196 Any SAL_CALL OResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
203 Sequence< Type > SAL_CALL OResultSet::getTypes( ) throw(RuntimeException) in getTypes()
216 sal_Int32 SAL_CALL OResultSet::findColumn( const ::rtl::OUString& columnName ) throw(SQLException, … in findColumn()
233 const ORowSetValue& OResultSet::getValue(sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLE… in getValue()
247 void OResultSet::checkIndex(sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException) in checkIndex()
256 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OResultSet::getBinaryStream( sal_Int32 /*c… in getBinaryStream()
262 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OResultSet::getCharacterStream( sal_Int32 … in getCharacterStream()
269 sal_Bool SAL_CALL OResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getBoolean()
276 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte()
283 Sequence< sal_Int8 > SAL_CALL OResultSet::getBytes( sal_Int32 columnIndex ) throw(SQLException, Run… in getBytes()
290 ::com::sun::star::util::Date SAL_CALL OResultSet::getDate( sal_Int32 columnIndex ) throw(SQLExcepti… in getDate()
297 double SAL_CALL OResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble()
304 float SAL_CALL OResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
311 sal_Int32 SAL_CALL OResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt()
318 sal_Int32 SAL_CALL OResultSet::getRow( ) throw(SQLException, RuntimeException) in getRow()
330 sal_Int64 SAL_CALL OResultSet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getLong()
337 Reference< XResultSetMetaData > SAL_CALL OResultSet::getMetaData( ) throw(SQLException, RuntimeExc… in getMetaData()
349 Reference< XArray > SAL_CALL OResultSet::getArray( sal_Int32 /*columnIndex*/ ) throw(SQLException, … in getArray()
357 Reference< XClob > SAL_CALL OResultSet::getClob( sal_Int32 /*columnIndex*/ ) throw(SQLException, Ru… in getClob()
363 Reference< XBlob > SAL_CALL OResultSet::getBlob( sal_Int32 /*columnIndex*/ ) throw(SQLException, Ru… in getBlob()
370 Reference< XRef > SAL_CALL OResultSet::getRef( sal_Int32 /*columnIndex*/ ) throw(SQLException, Runt… in getRef()
377 Any SAL_CALL OResultSet::getObject( sal_Int32 columnIndex, const Reference< ::com::sun::star::conta… in getObject()
384 sal_Int16 SAL_CALL OResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcepti… in getShort()
390 ::rtl::OUString SAL_CALL OResultSet::getString( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getString()
396 ::com::sun::star::util::Time SAL_CALL OResultSet::getTime( sal_Int32 columnIndex ) throw(SQLExcepti… in getTime()
402 ::com::sun::star::util::DateTime SAL_CALL OResultSet::getTimestamp( sal_Int32 columnIndex ) throw(S… in getTimestamp()
409 sal_Bool SAL_CALL OResultSet::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast()
419 sal_Bool SAL_CALL OResultSet::isFirst( ) throw(SQLException, RuntimeException) in isFirst()
429 sal_Bool SAL_CALL OResultSet::isLast( ) throw(SQLException, RuntimeException) in isLast()
439 void SAL_CALL OResultSet::beforeFirst( ) throw(SQLException, RuntimeException) in beforeFirst()
450 void SAL_CALL OResultSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
463 void SAL_CALL OResultSet::close( ) throw(SQLException, RuntimeException) in close()
470 sal_Bool SAL_CALL OResultSet::first( ) throw(SQLException, RuntimeException) in first()
479 sal_Bool SAL_CALL OResultSet::last( ) throw(SQLException, RuntimeException) in last()
488 sal_Bool SAL_CALL OResultSet::absolute( sal_Int32 row ) throw(SQLException, RuntimeException) in absolute()
496 sal_Bool SAL_CALL OResultSet::relative( sal_Int32 row ) throw(SQLException, RuntimeException) in relative()
504 sal_Bool SAL_CALL OResultSet::previous( ) throw(SQLException, RuntimeException) in previous()
512 Reference< XInterface > SAL_CALL OResultSet::getStatement( ) throw(SQLException, RuntimeException) in getStatement()
523 sal_Bool SAL_CALL OResultSet::rowDeleted( ) throw(SQLException, RuntimeException) in rowDeleted()
533 sal_Bool SAL_CALL OResultSet::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted()
541 sal_Bool SAL_CALL OResultSet::rowUpdated( ) throw(SQLException, RuntimeException) in rowUpdated()
552 sal_Bool SAL_CALL OResultSet::isBeforeFirst( ) throw(SQLException, RuntimeException) in isBeforeFirst()
562 sal_Bool OResultSet::evaluate() in evaluate()
595 sal_Bool SAL_CALL OResultSet::next( ) throw(SQLException, RuntimeException) in next()
605 sal_Bool SAL_CALL OResultSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull()
615 void SAL_CALL OResultSet::cancel( ) throw(RuntimeException) in cancel()
620 void SAL_CALL OResultSet::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
625 Any SAL_CALL OResultSet::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
631 void SAL_CALL OResultSet::insertRow( ) throw(SQLException, RuntimeException) in insertRow()
656 void SAL_CALL OResultSet::updateRow( ) throw(SQLException, RuntimeException) in updateRow()
671 void SAL_CALL OResultSet::deleteRow() throw(SQLException, RuntimeException) in deleteRow()
695 void SAL_CALL OResultSet::cancelRowUpdates( ) throw(SQLException, RuntimeException) in cancelRowUpdates()
719 void SAL_CALL OResultSet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow()
739 void SAL_CALL OResultSet::moveToCurrentRow( ) throw(SQLException, RuntimeException) in moveToCurrentRow()
744 void OResultSet::updateValue(sal_Int32 columnIndex ,const ORowSetValue& x) throw(SQLException, Runt… in updateValue()
758 void SAL_CALL OResultSet::updateNull( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in updateNull()
766 void SAL_CALL OResultSet::updateBoolean( sal_Int32 columnIndex, sal_Bool x ) throw(SQLException, Ru… in updateBoolean()
772 void SAL_CALL OResultSet::updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(SQLException, Runti… in updateByte()
779 void SAL_CALL OResultSet::updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(SQLException, Run… in updateShort()
785 void SAL_CALL OResultSet::updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(SQLException, Runti… in updateInt()
791 void SAL_CALL OResultSet::updateLong( sal_Int32 /*columnIndex*/, sal_Int64 /*x*/ ) throw(SQLExcepti… in updateLong()
797 void SAL_CALL OResultSet::updateFloat( sal_Int32 columnIndex, float x ) throw(SQLException, Runtime… in updateFloat()
804 void SAL_CALL OResultSet::updateDouble( sal_Int32 columnIndex, double x ) throw(SQLException, Runti… in updateDouble()
810 void SAL_CALL OResultSet::updateString( sal_Int32 columnIndex, const ::rtl::OUString& x ) throw(SQL… in updateString()
816 void SAL_CALL OResultSet::updateBytes( sal_Int32 columnIndex, const Sequence< sal_Int8 >& x ) throw… in updateBytes()
822 void SAL_CALL OResultSet::updateDate( sal_Int32 columnIndex, const ::com::sun::star::util::Date& x … in updateDate()
829 void SAL_CALL OResultSet::updateTime( sal_Int32 columnIndex, const ::com::sun::star::util::Time& x … in updateTime()
836 void SAL_CALL OResultSet::updateTimestamp( sal_Int32 columnIndex, const ::com::sun::star::util::Dat… in updateTimestamp()
843 void SAL_CALL OResultSet::updateBinaryStream( sal_Int32 columnIndex, const Reference< ::com::sun::s… in updateBinaryStream()
857 void SAL_CALL OResultSet::updateCharacterStream( sal_Int32 columnIndex, const Reference< ::com::sun… in updateCharacterStream()
863 void SAL_CALL OResultSet::refreshRow( ) throw(SQLException, RuntimeException) in refreshRow()
870 void SAL_CALL OResultSet::updateObject( sal_Int32 columnIndex, const Any& x ) throw(SQLException, R… in updateObject()
878 void SAL_CALL OResultSet::updateNumericObject( sal_Int32 columnIndex, const Any& x, sal_Int32 /*sca… in updateNumericObject()
885 IPropertyArrayHelper* OResultSet::createArrayHelper( ) const in createArrayHelper()
893 IPropertyArrayHelper & OResultSet::getInfoHelper() in getInfoHelper()
896 return *const_cast<OResultSet*>(this)->getArrayHelper(); in getInfoHelper()
900 sal_Bool OResultSet::ExecuteRow(IResultSetHelper::Movement eFirstCursorPosition, in ExecuteRow()
1041 sal_Bool OResultSet::Move(IResultSetHelper::Movement eCursorPosition, sal_Int32 nOffset, sal_Bool b… in Move()
1259 void OResultSet::sortRows() in sortRows()
1369 sal_Bool OResultSet::OpenImpl() in OpenImpl()
1656 Sequence< sal_Int8 > OResultSet::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
1674 sal_Int64 OResultSet::getSomething( const Sequence< sal_Int8 > & rId ) throw (RuntimeException) in getSomething()
1682 void OResultSet::setBoundedColumns(const OValueRefRow& _rRow, in setBoundedColumns()
1801 void SAL_CALL OResultSet::acquire() throw() in acquire()
1806 void SAL_CALL OResultSet::release() throw() in release()
1811 Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OResultSet::getPropertySetInfo( ) … in getPropertySetInfo()
1817 void OResultSet::doTableSpecials(const OSQLTable& _xTable) in doTableSpecials()
1829 void OResultSet::clearInsertRow() in clearInsertRow()
1848 void OResultSet::initializeRow(OValueRefRow& _rRow,sal_Int32 _nColumnCount) in initializeRow()
1859 sal_Bool OResultSet::fillIndexValues(const Reference< XColumnsSupplier> &/*_xIndex*/) in fillIndexValues()
1865 sal_Bool OResultSet::move(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool… in move()
1871 sal_Int32 OResultSet::getDriverPos() const in getDriverPos()
1877 sal_Bool OResultSet::deletedVisible() const in deletedVisible()
1883 sal_Bool OResultSet::isRowDeleted() const in isRowDeleted()
1889 void SAL_CALL OResultSet::disposing( const EventObject& Source ) throw (RuntimeException) in disposing()