Lines Matching refs:ResultSet
235 ResultSet::ResultSet( in ResultSet() function in ucbhelper::ResultSet
249 ResultSet::ResultSet( in ResultSet() function in ucbhelper::ResultSet
261 ResultSet::~ResultSet() in ~ResultSet()
272 XINTERFACE_IMPL_9( ResultSet,
289 XTYPEPROVIDER_IMPL_9( ResultSet,
306 XSERVICEINFO_NOFACTORY_IMPL_1( ResultSet,
317 void SAL_CALL ResultSet::dispose() in dispose()
342 void SAL_CALL ResultSet::addEventListener( in addEventListener()
357 void SAL_CALL ResultSet::removeEventListener( in removeEventListener()
374 uno::Reference< sdbc::XResultSetMetaData > SAL_CALL ResultSet::getMetaData() in getMetaData()
393 sal_Bool SAL_CALL ResultSet::next() in next()
422 sal_Bool SAL_CALL ResultSet::isBeforeFirst() in isBeforeFirst()
444 sal_Bool SAL_CALL ResultSet::isAfterLast() in isAfterLast()
453 sal_Bool SAL_CALL ResultSet::isFirst() in isFirst()
468 sal_Bool SAL_CALL ResultSet::isLast() in isLast()
490 void SAL_CALL ResultSet::beforeFirst() in beforeFirst()
501 void SAL_CALL ResultSet::afterLast() in afterLast()
511 sal_Bool SAL_CALL ResultSet::first() in first()
530 sal_Bool SAL_CALL ResultSet::last() in last()
549 sal_Int32 SAL_CALL ResultSet::getRow() in getRow()
564 sal_Bool SAL_CALL ResultSet::absolute( sal_Int32 row ) in absolute()
637 sal_Bool SAL_CALL ResultSet::relative( sal_Int32 rows ) in relative()
707 sal_Bool SAL_CALL ResultSet::previous() in previous()
737 void SAL_CALL ResultSet::refreshRow() in refreshRow()
750 sal_Bool SAL_CALL ResultSet::rowUpdated() in rowUpdated()
759 sal_Bool SAL_CALL ResultSet::rowInserted() in rowInserted()
768 sal_Bool SAL_CALL ResultSet::rowDeleted() in rowDeleted()
777 uno::Reference< uno::XInterface > SAL_CALL ResultSet::getStatement() in getStatement()
795 sal_Bool SAL_CALL ResultSet::wasNull() in wasNull()
820 rtl::OUString SAL_CALL ResultSet::getString( sal_Int32 columnIndex ) in getString()
843 sal_Bool SAL_CALL ResultSet::getBoolean( sal_Int32 columnIndex ) in getBoolean()
866 sal_Int8 SAL_CALL ResultSet::getByte( sal_Int32 columnIndex ) in getByte()
889 sal_Int16 SAL_CALL ResultSet::getShort( sal_Int32 columnIndex ) in getShort()
912 sal_Int32 SAL_CALL ResultSet::getInt( sal_Int32 columnIndex ) in getInt()
935 sal_Int64 SAL_CALL ResultSet::getLong( sal_Int32 columnIndex ) in getLong()
958 float SAL_CALL ResultSet::getFloat( sal_Int32 columnIndex ) in getFloat()
981 double SAL_CALL ResultSet::getDouble( sal_Int32 columnIndex ) in getDouble()
1005 ResultSet::getBytes( sal_Int32 columnIndex ) in getBytes()
1028 util::Date SAL_CALL ResultSet::getDate( sal_Int32 columnIndex ) in getDate()
1051 util::Time SAL_CALL ResultSet::getTime( sal_Int32 columnIndex ) in getTime()
1075 ResultSet::getTimestamp( sal_Int32 columnIndex ) in getTimestamp()
1099 ResultSet::getBinaryStream( sal_Int32 columnIndex ) in getBinaryStream()
1123 ResultSet::getCharacterStream( sal_Int32 columnIndex ) in getCharacterStream()
1146 uno::Any SAL_CALL ResultSet::getObject( in getObject()
1172 ResultSet::getRef( sal_Int32 columnIndex ) in getRef()
1196 ResultSet::getBlob( sal_Int32 columnIndex ) in getBlob()
1220 ResultSet::getClob( sal_Int32 columnIndex ) in getClob()
1244 ResultSet::getArray( sal_Int32 columnIndex ) in getArray()
1272 void SAL_CALL ResultSet::close() in close()
1286 rtl::OUString SAL_CALL ResultSet::queryContentIdentifierString() in queryContentIdentifierString()
1299 ResultSet::queryContentIdentifier() in queryContentIdentifier()
1312 ResultSet::queryContent() in queryContent()
1329 ResultSet::getPropertySetInfo() in getPropertySetInfo()
1344 void SAL_CALL ResultSet::setPropertyValue( const rtl::OUString& aPropertyName, in setPropertyValue()
1375 uno::Any SAL_CALL ResultSet::getPropertyValue( in getPropertyValue()
1406 void SAL_CALL ResultSet::addPropertyChangeListener( in addPropertyChangeListener()
1434 void SAL_CALL ResultSet::removePropertyChangeListener( in removePropertyChangeListener()
1458 void SAL_CALL ResultSet::addVetoableChangeListener( in addVetoableChangeListener()
1470 void SAL_CALL ResultSet::removeVetoableChangeListener( in removeVetoableChangeListener()
1486 void ResultSet::propertyChanged( const beans::PropertyChangeEvent& rEvt ) in propertyChanged()
1524 void ResultSet::rowCountChanged( sal_uInt32 nOld, sal_uInt32 nNew ) in rowCountChanged()
1542 void ResultSet::rowCountFinal() in rowCountFinal()
1558 const uno::Sequence< beans::Property >& ResultSet::getProperties() in getProperties()
1565 ResultSet::getEnvironment() in getEnvironment()