Lines Matching refs:OResultSet

63 ::rtl::OUString SAL_CALL OResultSet::getImplementationName(  ) throw ( RuntimeException)  in getImplementationName()
68 …Sequence< ::rtl::OUString > SAL_CALL OResultSet::getSupportedServiceNames( ) throw( RuntimeExcept… in getSupportedServiceNames()
76 sal_Bool SAL_CALL OResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw( Runtim… in supportsService()
88 OResultSet::OResultSet(SQLHANDLE _pStatementHandle ,OStatement_Base* pStmt) : OResultSet_BASE(m_aMu… in OResultSet() function in OResultSet
159 OResultSet::~OResultSet() in ~OResultSet()
165 void OResultSet::construct() in construct()
172 void OResultSet::disposing(void) in disposing()
188 SQLRETURN OResultSet::unbind(sal_Bool _bUnbindHandle) in unbind()
260 TVoidPtr OResultSet::allocBindColumn(sal_Int32 _nType,sal_Int32 _nColumnIndex) in allocBindColumn()
322 void OResultSet::allocBuffer() in allocBuffer()
340 void OResultSet::releaseBuffer() in releaseBuffer()
347 Any SAL_CALL OResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
353 Sequence< Type > SAL_CALL OResultSet::getTypes( ) throw( RuntimeException) in getTypes()
363 sal_Int32 SAL_CALL OResultSet::findColumn( const ::rtl::OUString& columnName ) throw(SQLException, … in findColumn()
381 Reference< XInputStream > SAL_CALL OResultSet::getBinaryStream( sal_Int32 /*columnIndex*/ ) throw(S… in getBinaryStream()
391 Reference< XInputStream > SAL_CALL OResultSet::getCharacterStream( sal_Int32 /*columnIndex*/ ) thro… in getCharacterStream()
401 const ORowSetValue& OResultSet::getValue(sal_Int32 _nColumnIndex,SQLSMALLINT _nType,void* _pValue,S… in getValue()
419 sal_Bool SAL_CALL OResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getBoolean()
427 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte()
435 Sequence< sal_Int8 > SAL_CALL OResultSet::getBytes( sal_Int32 columnIndex ) throw(SQLException, Run… in getBytes()
486 Date SAL_CALL OResultSet::getDate( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDate()
501 double SAL_CALL OResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble()
509 float SAL_CALL OResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
517 sal_Int32 SAL_CALL OResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt()
525 sal_Int32 SAL_CALL OResultSet::getRow( ) throw(SQLException, RuntimeException) in getRow()
534 sal_Int64 SAL_CALL OResultSet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getLong()
550 Reference< XResultSetMetaData > SAL_CALL OResultSet::getMetaData( ) throw(SQLException, RuntimeExc… in getMetaData()
562 Reference< XArray > SAL_CALL OResultSet::getArray( sal_Int32 /*columnIndex*/ ) throw(SQLException, … in getArray()
570 Reference< XClob > SAL_CALL OResultSet::getClob( sal_Int32 /*columnIndex*/ ) throw(SQLException, Ru… in getClob()
576 Reference< XBlob > SAL_CALL OResultSet::getBlob( sal_Int32 /*columnIndex*/ ) throw(SQLException, Ru… in getBlob()
583 Reference< XRef > SAL_CALL OResultSet::getRef( sal_Int32 /*columnIndex*/ ) throw(SQLException, Runt… in getRef()
590 Any SAL_CALL OResultSet::getObject( sal_Int32 columnIndex, const Reference< ::com::sun::star::conta… in getObject()
601 sal_Int16 SAL_CALL OResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcepti… in getShort()
610 ::rtl::OUString SAL_CALL OResultSet::getString( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getString()
628 Time SAL_CALL OResultSet::getTime( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getTime()
640 DateTime SAL_CALL OResultSet::getTimestamp( sal_Int32 columnIndex ) throw(SQLException, RuntimeExce… in getTimestamp()
655 sal_Bool SAL_CALL OResultSet::isBeforeFirst( ) throw(SQLException, RuntimeException) in isBeforeFirst()
662 sal_Bool SAL_CALL OResultSet::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast()
670 sal_Bool SAL_CALL OResultSet::isFirst( ) throw(SQLException, RuntimeException) in isFirst()
678 sal_Bool SAL_CALL OResultSet::isLast( ) throw(SQLException, RuntimeException) in isLast()
687 void SAL_CALL OResultSet::beforeFirst( ) throw(SQLException, RuntimeException) in beforeFirst()
699 void SAL_CALL OResultSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
711 void SAL_CALL OResultSet::close( ) throw(SQLException, RuntimeException) in close()
722 sal_Bool SAL_CALL OResultSet::first( ) throw(SQLException, RuntimeException) in first()
729 sal_Bool SAL_CALL OResultSet::last( ) throw(SQLException, RuntimeException) in last()
735 sal_Bool SAL_CALL OResultSet::absolute( sal_Int32 row ) throw(SQLException, RuntimeException) in absolute()
741 sal_Bool SAL_CALL OResultSet::relative( sal_Int32 row ) throw(SQLException, RuntimeException) in relative()
747 sal_Bool SAL_CALL OResultSet::previous( ) throw(SQLException, RuntimeException) in previous()
753 Reference< XInterface > SAL_CALL OResultSet::getStatement( ) throw(SQLException, RuntimeException) in getStatement()
761 sal_Bool SAL_CALL OResultSet::rowDeleted() throw(SQLException, RuntimeException) in rowDeleted()
773 sal_Bool SAL_CALL OResultSet::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted()
785 sal_Bool SAL_CALL OResultSet::rowUpdated( ) throw(SQLException, RuntimeException) in rowUpdated()
796 sal_Bool SAL_CALL OResultSet::next( ) throw(SQLException, RuntimeException) in next()
803 sal_Bool SAL_CALL OResultSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull()
814 void SAL_CALL OResultSet::cancel( ) throw(RuntimeException) in cancel()
823 void SAL_CALL OResultSet::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
827 Any SAL_CALL OResultSet::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
832 void SAL_CALL OResultSet::insertRow( ) throw(SQLException, RuntimeException) in insertRow()
910 void SAL_CALL OResultSet::updateRow( ) throw(SQLException, RuntimeException) in updateRow()
939 void SAL_CALL OResultSet::deleteRow( ) throw(SQLException, RuntimeException) in deleteRow()
966 void SAL_CALL OResultSet::cancelRowUpdates( ) throw(SQLException, RuntimeException) in cancelRowUpdates()
971 void SAL_CALL OResultSet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow()
986 void SAL_CALL OResultSet::moveToCurrentRow( ) throw(SQLException, RuntimeException) in moveToCurrentRow()
991 void OResultSet::updateValue(sal_Int32 columnIndex,SQLSMALLINT _nType,void* _pValue) throw(SQLExcep… in updateValue()
1013 void SAL_CALL OResultSet::updateNull( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in updateNull()
1024 void SAL_CALL OResultSet::updateBoolean( sal_Int32 columnIndex, sal_Bool x ) throw(SQLException, Ru… in updateBoolean()
1029 void SAL_CALL OResultSet::updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(SQLException, Runti… in updateByte()
1035 void SAL_CALL OResultSet::updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(SQLException, Run… in updateShort()
1040 void SAL_CALL OResultSet::updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(SQLException, Runti… in updateInt()
1045 void SAL_CALL OResultSet::updateLong( sal_Int32 /*columnIndex*/, sal_Int64 /*x*/ ) throw(SQLExcepti… in updateLong()
1050 void SAL_CALL OResultSet::updateFloat( sal_Int32 columnIndex, float x ) throw(SQLException, Runtime… in updateFloat()
1056 void SAL_CALL OResultSet::updateDouble( sal_Int32 columnIndex, double x ) throw(SQLException, Runti… in updateDouble()
1061 void SAL_CALL OResultSet::updateString( sal_Int32 columnIndex, const ::rtl::OUString& x ) throw(SQL… in updateString()
1070 void SAL_CALL OResultSet::updateBytes( sal_Int32 columnIndex, const Sequence< sal_Int8 >& x ) throw… in updateBytes()
1079 void SAL_CALL OResultSet::updateDate( sal_Int32 columnIndex, const Date& x ) throw(SQLException, Ru… in updateDate()
1086 void SAL_CALL OResultSet::updateTime( sal_Int32 columnIndex, const Time& x ) throw(SQLException, Ru… in updateTime()
1093 void SAL_CALL OResultSet::updateTimestamp( sal_Int32 columnIndex, const DateTime& x ) throw(SQLExce… in updateTimestamp()
1100 void SAL_CALL OResultSet::updateBinaryStream( sal_Int32 columnIndex, const Reference< XInputStream … in updateBinaryStream()
1110 void SAL_CALL OResultSet::updateCharacterStream( sal_Int32 columnIndex, const Reference< XInputStre… in updateCharacterStream()
1115 void SAL_CALL OResultSet::refreshRow( ) throw(SQLException, RuntimeException) in refreshRow()
1127 void SAL_CALL OResultSet::updateObject( sal_Int32 columnIndex, const Any& x ) throw(SQLException, R… in updateObject()
1134 void SAL_CALL OResultSet::updateNumericObject( sal_Int32 columnIndex, const Any& x, sal_Int32 /*sca… in updateNumericObject()
1141 Any SAL_CALL OResultSet::getBookmark( ) throw( SQLException, RuntimeException) in getBookmark()
1171 sal_Bool SAL_CALL OResultSet::moveToBookmark( const Any& bookmark ) throw( SQLException, RuntimeE… in moveToBookmark()
1200 sal_Bool SAL_CALL OResultSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw(… in moveRelativeToBookmark()
1217 sal_Int32 SAL_CALL OResultSet::compareBookmarks( const Any& lhs, const Any& rhs ) throw( SQLExcept… in compareBookmarks()
1226 sal_Bool SAL_CALL OResultSet::hasOrderedBookmarks( ) throw( SQLException, RuntimeException) in hasOrderedBookmarks()
1231 sal_Int32 SAL_CALL OResultSet::hashBookmark( const Any& /*bookmark*/ ) throw( SQLException, Runti… in hashBookmark()
1238 Sequence< sal_Int32 > SAL_CALL OResultSet::deleteRows( const Sequence< Any >& rows ) throw( SQLEx… in deleteRows()
1264 sal_Int32 OResultSet::getResultSetConcurrency() const in getResultSetConcurrency()
1277 sal_Int32 OResultSet::getResultSetType() const in getResultSetType()
1301 sal_Int32 OResultSet::getFetchDirection() const in getFetchDirection()
1306 sal_Int32 OResultSet::getFetchSize() const in getFetchSize()
1313 ::rtl::OUString OResultSet::getCursorName() const in getCursorName()
1321 sal_Bool OResultSet::isBookmarkable() const in isBookmarkable()
1362 void OResultSet::setFetchDirection(sal_Int32 _par0) in setFetchDirection()
1371 void OResultSet::setFetchSize(sal_Int32 _par0) in setFetchSize()
1384 IPropertyArrayHelper* OResultSet::createArrayHelper( ) const in createArrayHelper()
1399 IPropertyArrayHelper & OResultSet::getInfoHelper() in getInfoHelper()
1401 return *const_cast<OResultSet*>(this)->getArrayHelper(); in getInfoHelper()
1404 sal_Bool OResultSet::convertFastPropertyValue( in convertFastPropertyValue()
1428 void OResultSet::setFastPropertyValue_NoBroadcast( in setFastPropertyValue_NoBroadcast()
1452 void OResultSet::getFastPropertyValue( in getFastPropertyValue()
1480 void OResultSet::fillRow(sal_Int32 _nToColumn) in fillRow()
1562 void SAL_CALL OResultSet::acquire() throw() in acquire()
1567 void SAL_CALL OResultSet::release() throw() in release()
1572 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OResultSet::… in getPropertySetInfo()
1577 sal_Bool OResultSet::move(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool… in move()
1675 sal_Int32 OResultSet::getDriverPos() const in getDriverPos()
1684 sal_Bool OResultSet::deletedVisible() const in deletedVisible()
1689 sal_Bool OResultSet::isRowDeleted() const in isRowDeleted()
1694 sal_Bool OResultSet::moveImpl(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_… in moveImpl()
1703 void OResultSet::fillNeededData(SQLRETURN _nRet) in fillNeededData()
1753 SWORD OResultSet::impl_getColumnType_nothrow(sal_Int32 columnIndex) in impl_getColumnType_nothrow()