Lines Matching refs:OResultSet

57 OUString SAL_CALL OResultSet::getImplementationName()  in getImplementationName()
67 Sequence< OUString > SAL_CALL OResultSet::getSupportedServiceNames() in getSupportedServiceNames()
80 sal_Bool SAL_CALL OResultSet::supportsService(const OUString& _rServiceName) in supportsService()
95 OResultSet::OResultSet(OCommonStatement * pStmt, sql::ResultSet * result, rtl_TextEncoding _encodin… in OResultSet() function in OResultSet
116 OResultSet::~OResultSet() in ~OResultSet()
124 void OResultSet::disposing() in disposing()
138 Any SAL_CALL OResultSet::queryInterface(const Type & rType) in queryInterface()
152 Sequence< Type > SAL_CALL OResultSet::getTypes() in getTypes()
166 sal_Int32 SAL_CALL OResultSet::findColumn(const OUString& columnName) in findColumn()
191 Reference< XInputStream > SAL_CALL OResultSet::getBinaryStream(sal_Int32 column) in getBinaryStream()
206 Reference< XInputStream > SAL_CALL OResultSet::getCharacterStream(sal_Int32 column) in getCharacterStream()
221 sal_Bool SAL_CALL OResultSet::getBoolean(sal_Int32 column) in getBoolean()
252 sal_Int8 SAL_CALL OResultSet::getByte(sal_Int32 column) in getByte()
271 Sequence< sal_Int8 > SAL_CALL OResultSet::getBytes(sal_Int32 column) in getBytes()
291 Date SAL_CALL OResultSet::getDate(sal_Int32 column) in getDate()
330 double SAL_CALL OResultSet::getDouble(sal_Int32 column) in getDouble()
349 float SAL_CALL OResultSet::getFloat(sal_Int32 column) in getFloat()
368 sal_Int32 SAL_CALL OResultSet::getInt(sal_Int32 column) in getInt()
387 sal_Int32 SAL_CALL OResultSet::getRow() in getRow()
405 sal_Int64 SAL_CALL OResultSet::getLong(sal_Int32 column) in getLong()
424 Reference< XResultSetMetaData > SAL_CALL OResultSet::getMetaData() in getMetaData()
445 Reference< XArray > SAL_CALL OResultSet::getArray(sal_Int32 column) in getArray()
460 Reference< XClob > SAL_CALL OResultSet::getClob(sal_Int32 column) in getClob()
475 Reference< XBlob > SAL_CALL OResultSet::getBlob(sal_Int32 column) in getBlob()
490 Reference< XRef > SAL_CALL OResultSet::getRef(sal_Int32 column) in getRef()
505 Any SAL_CALL OResultSet::getObject(sal_Int32 column, const Reference< XNameAccess >& /* typeMap */) in getObject()
522 sal_Int16 SAL_CALL OResultSet::getShort(sal_Int32 column) in getShort()
540 OUString SAL_CALL OResultSet::getString(sal_Int32 column) in getString()
565 Time SAL_CALL OResultSet::getTime(sal_Int32 column) in getTime()
602 DateTime SAL_CALL OResultSet::getTimestamp(sal_Int32 column) in getTimestamp()
626 sal_Bool SAL_CALL OResultSet::isBeforeFirst() in isBeforeFirst()
644 sal_Bool SAL_CALL OResultSet::isAfterLast() in isAfterLast()
662 sal_Bool SAL_CALL OResultSet::isFirst() in isFirst()
680 sal_Bool SAL_CALL OResultSet::isLast() in isLast()
698 void SAL_CALL OResultSet::beforeFirst() in beforeFirst()
715 void SAL_CALL OResultSet::afterLast() in afterLast()
732 void SAL_CALL OResultSet::close() throw(SQLException, RuntimeException) in close()
750 sal_Bool SAL_CALL OResultSet::first() throw(SQLException, RuntimeException) in first()
767 sal_Bool SAL_CALL OResultSet::last() in last()
785 sal_Bool SAL_CALL OResultSet::absolute(sal_Int32 row) in absolute()
803 sal_Bool SAL_CALL OResultSet::relative(sal_Int32 row) in relative()
821 sal_Bool SAL_CALL OResultSet::previous() in previous()
839 Reference< XInterface > SAL_CALL OResultSet::getStatement() in getStatement()
852 sal_Bool SAL_CALL OResultSet::rowDeleted() in rowDeleted()
865 sal_Bool SAL_CALL OResultSet::rowInserted() in rowInserted()
878 sal_Bool SAL_CALL OResultSet::rowUpdated() in rowUpdated()
891 sal_Bool SAL_CALL OResultSet::next() in next()
909 sal_Bool SAL_CALL OResultSet::wasNull() in wasNull()
927 void SAL_CALL OResultSet::cancel() in cancel()
938 void SAL_CALL OResultSet::clearWarnings() in clearWarnings()
947 Any SAL_CALL OResultSet::getWarnings() in getWarnings()
958 void SAL_CALL OResultSet::insertRow() in insertRow()
971 void SAL_CALL OResultSet::updateRow() in updateRow()
985 void SAL_CALL OResultSet::deleteRow() in deleteRow()
997 void SAL_CALL OResultSet::cancelRowUpdates() in cancelRowUpdates()
1009 void SAL_CALL OResultSet::moveToInsertRow() in moveToInsertRow()
1023 void SAL_CALL OResultSet::moveToCurrentRow() in moveToCurrentRow()
1034 void SAL_CALL OResultSet::updateNull(sal_Int32 column) in updateNull()
1047 void SAL_CALL OResultSet::updateBoolean(sal_Int32 column, sal_Bool /* x */) in updateBoolean()
1060 void SAL_CALL OResultSet::updateByte(sal_Int32 column, sal_Int8 /* x */) in updateByte()
1073 void SAL_CALL OResultSet::updateShort(sal_Int32 column, sal_Int16 /* x */) in updateShort()
1086 void SAL_CALL OResultSet::updateInt(sal_Int32 column, sal_Int32 /* x */) in updateInt()
1099 void SAL_CALL OResultSet::updateLong(sal_Int32 column, sal_Int64 /* x */) in updateLong()
1112 void SAL_CALL OResultSet::updateFloat(sal_Int32 column, float /* x */) in updateFloat()
1125 void SAL_CALL OResultSet::updateDouble(sal_Int32 column, double /* x */) in updateDouble()
1138 void SAL_CALL OResultSet::updateString(sal_Int32 column, const OUString& /* x */) in updateString()
1151 void SAL_CALL OResultSet::updateBytes(sal_Int32 column, const Sequence< sal_Int8 >& /* x */) in updateBytes()
1164 void SAL_CALL OResultSet::updateDate(sal_Int32 column, const Date& /* x */) in updateDate()
1177 void SAL_CALL OResultSet::updateTime(sal_Int32 column, const Time& /* x */) in updateTime()
1190 void SAL_CALL OResultSet::updateTimestamp(sal_Int32 column, const DateTime& /* x */) in updateTimestamp()
1203 void SAL_CALL OResultSet::updateBinaryStream(sal_Int32 column, const Reference< XInputStream >& /* … in updateBinaryStream()
1217 void SAL_CALL OResultSet::updateCharacterStream(sal_Int32 column, const Reference< XInputStream >& … in updateCharacterStream()
1231 void SAL_CALL OResultSet::refreshRow() in refreshRow()
1243 void SAL_CALL OResultSet::updateObject(sal_Int32 column, const Any& /* x */) in updateObject()
1256 void SAL_CALL OResultSet::updateNumericObject(sal_Int32 column, const Any& /* x */, sal_Int32 /* sc… in updateNumericObject()
1270 Any SAL_CALL OResultSet::getBookmark() in getBookmark()
1287 sal_Bool SAL_CALL OResultSet::moveToBookmark(const Any& /* bookmark */) in moveToBookmark()
1300 sal_Bool SAL_CALL OResultSet::moveRelativeToBookmark(const Any& /* bookmark */, sal_Int32 /* rows *… in moveRelativeToBookmark()
1314 sal_Int32 SAL_CALL OResultSet::compareBookmarks(const Any& /* n1 */, const Any& /* n2 */) in compareBookmarks()
1329 sal_Bool SAL_CALL OResultSet::hasOrderedBookmarks() in hasOrderedBookmarks()
1339 sal_Int32 SAL_CALL OResultSet::hashBookmark(const Any& /* bookmark */) in hashBookmark()
1351 Sequence< sal_Int32 > SAL_CALL OResultSet::deleteRows(const Sequence< Any >& /* rows */) in deleteRows()
1366 IPropertyArrayHelper * OResultSet::createArrayHelper() const in createArrayHelper()
1384 IPropertyArrayHelper & OResultSet::getInfoHelper() in getInfoHelper()
1387 return (*const_cast<OResultSet*>(this)->getArrayHelper()); in getInfoHelper()
1393 sal_Bool OResultSet::convertFastPropertyValue(Any & /* rConvertedValue */, in convertFastPropertyValue()
1417 void OResultSet::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const Any& /* rValue */) in setFastPropertyValue_NoBroadcast()
1439 void OResultSet::getFastPropertyValue(Any& _rValue, sal_Int32 nHandle) const in getFastPropertyValue()
1469 void SAL_CALL OResultSet::acquire() in acquire()
1479 void SAL_CALL OResultSet::release() in release()
1489 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OResultSet::… in getPropertySetInfo()
1498 void OResultSet::checkColumnIndex(sal_Int32 index) in checkColumnIndex()