Lines Matching refs:KabResultSet

50 IMPLEMENT_SERVICE_INFO(KabResultSet, "com.sun.star.sdbc.drivers.KabResultSet", "com.sun.star.sdbc.R…
52 KabResultSet::KabResultSet(KabCommonStatement* pStmt) in KabResultSet() function in KabResultSet
63 KabResultSet::~KabResultSet() in ~KabResultSet()
67 void KabResultSet::allKabAddressees() in allKabAddressees()
75 void KabResultSet::someKabAddressees(const KabCondition *pCondition) in someKabAddressees()
91 void KabResultSet::sortKabAddressees(const KabOrder *pOrder) in sortKabAddressees()
114 void KabResultSet::disposing() in disposing()
124 Any SAL_CALL KabResultSet::queryInterface(const Type & rType) throw(RuntimeException) in queryInterface()
132 void SAL_CALL KabResultSet::acquire() throw() in acquire()
137 void SAL_CALL KabResultSet::release() throw() in release()
142 Sequence< Type > SAL_CALL KabResultSet::getTypes() throw(RuntimeException) in getTypes()
152 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL KabResultSet in getPropertySetInfo()
157 sal_Int32 SAL_CALL KabResultSet::findColumn(const ::rtl::OUString& columnName) throw(SQLException, … in findColumn()
184 ::rtl::OUString SAL_CALL KabResultSet::getString(sal_Int32 columnIndex) throw(SQLException, Runtime… in getString()
221 sal_Bool SAL_CALL KabResultSet::getBoolean(sal_Int32) throw(SQLException, RuntimeException) in getBoolean()
231 sal_Int8 SAL_CALL KabResultSet::getByte(sal_Int32) throw(SQLException, RuntimeException) in getByte()
242 sal_Int16 SAL_CALL KabResultSet::getShort(sal_Int32) throw(SQLException, RuntimeException) in getShort()
253 sal_Int32 SAL_CALL KabResultSet::getInt(sal_Int32) throw(SQLException, RuntimeException) in getInt()
264 sal_Int64 SAL_CALL KabResultSet::getLong(sal_Int32) throw(SQLException, RuntimeException) in getLong()
274 float SAL_CALL KabResultSet::getFloat(sal_Int32) throw(SQLException, RuntimeException) in getFloat()
285 double SAL_CALL KabResultSet::getDouble(sal_Int32) throw(SQLException, RuntimeException) in getDouble()
296 Sequence< sal_Int8 > SAL_CALL KabResultSet::getBytes(sal_Int32) throw(SQLException, RuntimeExceptio… in getBytes()
306 Date SAL_CALL KabResultSet::getDate(sal_Int32) throw(SQLException, RuntimeException) in getDate()
317 Time SAL_CALL KabResultSet::getTime(sal_Int32) throw(SQLException, RuntimeException) in getTime()
328 DateTime SAL_CALL KabResultSet::getTimestamp(sal_Int32 columnIndex) throw(SQLException, RuntimeExce… in getTimestamp()
368 Reference< XInputStream > SAL_CALL KabResultSet::getBinaryStream(sal_Int32) throw(SQLException, Run… in getBinaryStream()
378 Reference< XInputStream > SAL_CALL KabResultSet::getCharacterStream(sal_Int32) throw(SQLException, … in getCharacterStream()
388 Any SAL_CALL KabResultSet::getObject(sal_Int32, const Reference< ::com::sun::star::container::XName… in getObject()
398 Reference< XRef > SAL_CALL KabResultSet::getRef(sal_Int32) throw(SQLException, RuntimeException) in getRef()
408 Reference< XBlob > SAL_CALL KabResultSet::getBlob(sal_Int32) throw(SQLException, RuntimeException) in getBlob()
418 Reference< XClob > SAL_CALL KabResultSet::getClob(sal_Int32) throw(SQLException, RuntimeException) in getClob()
428 Reference< XArray > SAL_CALL KabResultSet::getArray(sal_Int32) throw(SQLException, RuntimeException) in getArray()
438 Reference< XResultSetMetaData > SAL_CALL KabResultSet::getMetaData() throw(SQLException, RuntimeExc… in getMetaData()
450 sal_Bool SAL_CALL KabResultSet::isBeforeFirst() throw(SQLException, RuntimeException) in isBeforeFirst()
461 sal_Bool SAL_CALL KabResultSet::isAfterLast() throw(SQLException, RuntimeException) in isAfterLast()
473 sal_Bool SAL_CALL KabResultSet::isFirst() throw(SQLException, RuntimeException) in isFirst()
484 sal_Bool SAL_CALL KabResultSet::isLast() throw(SQLException, RuntimeException) in isLast()
496 void SAL_CALL KabResultSet::beforeFirst() throw(SQLException, RuntimeException) in beforeFirst()
505 void SAL_CALL KabResultSet::afterLast() throw(SQLException, RuntimeException) in afterLast()
515 void SAL_CALL KabResultSet::close() throw(SQLException, RuntimeException) in close()
524 sal_Bool SAL_CALL KabResultSet::first() throw(SQLException, RuntimeException) in first()
537 sal_Bool SAL_CALL KabResultSet::last() throw(SQLException, RuntimeException) in last()
550 sal_Int32 SAL_CALL KabResultSet::getRow() throw(SQLException, RuntimeException) in getRow()
558 sal_Bool SAL_CALL KabResultSet::absolute(sal_Int32 row) throw(SQLException, RuntimeException) in absolute()
572 sal_Bool SAL_CALL KabResultSet::relative(sal_Int32 row) throw(SQLException, RuntimeException) in relative()
580 sal_Bool SAL_CALL KabResultSet::next() throw(SQLException, RuntimeException) in next()
588 sal_Bool SAL_CALL KabResultSet::previous() throw(SQLException, RuntimeException) in previous()
596 Reference< XInterface > SAL_CALL KabResultSet::getStatement() throw(SQLException, RuntimeException) in getStatement()
605 sal_Bool SAL_CALL KabResultSet::rowDeleted() throw(SQLException, RuntimeException) in rowDeleted()
613 sal_Bool SAL_CALL KabResultSet::rowInserted() throw(SQLException, RuntimeException) in rowInserted()
621 sal_Bool SAL_CALL KabResultSet::rowUpdated() throw(SQLException, RuntimeException) in rowUpdated()
629 sal_Bool SAL_CALL KabResultSet::wasNull() throw(SQLException, RuntimeException) in wasNull()
637 void SAL_CALL KabResultSet::cancel() throw(RuntimeException) in cancel()
643 void SAL_CALL KabResultSet::clearWarnings() throw(SQLException, RuntimeException) in clearWarnings()
647 Any SAL_CALL KabResultSet::getWarnings() throw(SQLException, RuntimeException) in getWarnings()
652 void SAL_CALL KabResultSet::insertRow() throw(SQLException, RuntimeException) in insertRow()
660 void SAL_CALL KabResultSet::updateRow() throw(SQLException, RuntimeException) in updateRow()
668 void SAL_CALL KabResultSet::deleteRow() throw(SQLException, RuntimeException) in deleteRow()
674 void SAL_CALL KabResultSet::cancelRowUpdates() throw(SQLException, RuntimeException) in cancelRowUpdates()
680 void SAL_CALL KabResultSet::moveToInsertRow() throw(SQLException, RuntimeException) in moveToInsertRow()
688 void SAL_CALL KabResultSet::moveToCurrentRow() throw(SQLException, RuntimeException) in moveToCurrentRow()
694 void SAL_CALL KabResultSet::updateNull(sal_Int32) throw(SQLException, RuntimeException) in updateNull()
700 void SAL_CALL KabResultSet::updateBoolean(sal_Int32, sal_Bool) throw(SQLException, RuntimeException) in updateBoolean()
706 void SAL_CALL KabResultSet::updateByte(sal_Int32, sal_Int8) throw(SQLException, RuntimeException) in updateByte()
712 void SAL_CALL KabResultSet::updateShort(sal_Int32, sal_Int16) throw(SQLException, RuntimeException) in updateShort()
718 void SAL_CALL KabResultSet::updateInt(sal_Int32, sal_Int32) throw(SQLException, RuntimeException) in updateInt()
724 void SAL_CALL KabResultSet::updateLong(sal_Int32, sal_Int64) throw(SQLException, RuntimeException) in updateLong()
730 void SAL_CALL KabResultSet::updateFloat(sal_Int32, float) throw(SQLException, RuntimeException) in updateFloat()
736 void SAL_CALL KabResultSet::updateDouble(sal_Int32, double) throw(SQLException, RuntimeException) in updateDouble()
742 void SAL_CALL KabResultSet::updateString(sal_Int32, const ::rtl::OUString&) throw(SQLException, Run… in updateString()
748 void SAL_CALL KabResultSet::updateBytes(sal_Int32, const Sequence< sal_Int8 >&) throw(SQLException,… in updateBytes()
754 void SAL_CALL KabResultSet::updateDate(sal_Int32, const Date&) throw(SQLException, RuntimeException) in updateDate()
760 void SAL_CALL KabResultSet::updateTime(sal_Int32, const Time&) throw(SQLException, RuntimeException) in updateTime()
766 void SAL_CALL KabResultSet::updateTimestamp(sal_Int32, const DateTime&) throw(SQLException, Runtime… in updateTimestamp()
772 void SAL_CALL KabResultSet::updateBinaryStream(sal_Int32, const Reference< XInputStream >&, sal_Int… in updateBinaryStream()
778 void SAL_CALL KabResultSet::updateCharacterStream(sal_Int32, const Reference< XInputStream >&, sal_… in updateCharacterStream()
784 void SAL_CALL KabResultSet::refreshRow() throw(SQLException, RuntimeException) in refreshRow()
790 void SAL_CALL KabResultSet::updateObject(sal_Int32, const Any&) throw(SQLException, RuntimeExceptio… in updateObject()
796 void SAL_CALL KabResultSet::updateNumericObject(sal_Int32, const Any&, sal_Int32) throw(SQLExceptio… in updateNumericObject()
803 Any SAL_CALL KabResultSet::getBookmark() throw( SQLException, RuntimeException) in getBookmark()
819 sal_Bool SAL_CALL KabResultSet::moveToBookmark(const Any& bookmark) throw( SQLException, RuntimeE… in moveToBookmark()
841 sal_Bool SAL_CALL KabResultSet::moveRelativeToBookmark(const Any& bookmark, sal_Int32 rows) throw(… in moveRelativeToBookmark()
862 sal_Int32 SAL_CALL KabResultSet::compareBookmarks(const Any& firstItem, const Any& secondItem) th… in compareBookmarks()
877 sal_Bool SAL_CALL KabResultSet::hasOrderedBookmarks() throw( SQLException, RuntimeException) in hasOrderedBookmarks()
882 sal_Int32 SAL_CALL KabResultSet::hashBookmark(const Any& bookmark) throw( SQLException, RuntimeEx… in hashBookmark()
893 Sequence< sal_Int32 > SAL_CALL KabResultSet::deleteRows(const Sequence< Any >&) throw( SQLExcepti… in deleteRows()
901 IPropertyArrayHelper* KabResultSet::createArrayHelper() const in createArrayHelper()
916 IPropertyArrayHelper & KabResultSet::getInfoHelper() in getInfoHelper()
918 return *static_cast<KabResultSet*>(this)->getArrayHelper(); in getInfoHelper()
921 sal_Bool KabResultSet::convertFastPropertyValue( in convertFastPropertyValue()
944 void KabResultSet::setFastPropertyValue_NoBroadcast( in setFastPropertyValue_NoBroadcast()
966 void KabResultSet::getFastPropertyValue( in getFastPropertyValue()