Lines Matching refs:OKeySet

146 DBG_NAME(OKeySet)  in DBG_NAME()  argument
148 OKeySet::OKeySet(const connectivity::OSQLTable& _xTable, in DBG_NAME()
169 DBG_CTOR(OKeySet,NULL); in DBG_NAME()
173 OKeySet::~OKeySet() in ~OKeySet()
189 DBG_DTOR(OKeySet,NULL); in ~OKeySet()
191 void OKeySet::initColumns() in initColumns()
200 void OKeySet::findTableColumnsMatching_throw( const Any& i_aTable, in findTableColumnsMatching_throw()
269 ::rtl::OUStringBuffer OKeySet::createKeyFilter() in createKeyFilter()
292 void OKeySet::construct(const Reference< XResultSet>& _xDriverSet,const ::rtl::OUString& i_sRowSetF… in construct()
356 void OKeySet::executeStatement(::rtl::OUStringBuffer& io_aFilter,const ::rtl::OUString& i_sRowSetFi… in executeStatement()
390 Any SAL_CALL OKeySet::getBookmark() throw(SQLException, RuntimeException) in getBookmark()
399 sal_Bool SAL_CALL OKeySet::moveToBookmark( const Any& bookmark ) throw(SQLException, RuntimeExcepti… in moveToBookmark()
407 sal_Bool SAL_CALL OKeySet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw(SQLE… in moveRelativeToBookmark()
420 sal_Int32 SAL_CALL OKeySet::compareBookmarks( const Any& _first, const Any& _second ) throw(SQLExce… in compareBookmarks()
430 sal_Bool SAL_CALL OKeySet::hasOrderedBookmarks( ) throw(SQLException, RuntimeException) in hasOrderedBookmarks()
436 sal_Int32 SAL_CALL OKeySet::hashBookmark( const Any& bookmark ) throw(SQLException, RuntimeExceptio… in hashBookmark()
443 Sequence< sal_Int32 > SAL_CALL OKeySet::deleteRows( const Sequence< Any >& rows ,const connectivity… in deleteRows()
531 void SAL_CALL OKeySet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,cons… in updateRow()
644 void OKeySet::executeUpdate(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const ::r… in executeUpdate()
710 void SAL_CALL OKeySet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa… in insertRow()
755 void OKeySet::executeInsert( const ORowSetRow& _rInsertRow,const ::rtl::OUString& i_sSQL,const ::rt… in executeInsert()
898 void OKeySet::tryRefetch(const ORowSetRow& _rInsertRow,bool bRefetch) in tryRefetch()
953 void OKeySet::copyRowValue(const ORowSetRow& _rInsertRow,ORowSetRow& _rKeyRow,sal_Int32 i_nBookmark) in copyRowValue()
993 void SAL_CALL OKeySet::deleteRow(const ORowSetRow& _rDeleteRow,const connectivity::OSQLTable& _xTab… in deleteRow()
1099 void SAL_CALL OKeySet::cancelRowUpdates( ) throw(SQLException, RuntimeException) in cancelRowUpdates()
1105 void SAL_CALL OKeySet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow()
1110 void SAL_CALL OKeySet::moveToCurrentRow( ) throw(SQLException, RuntimeException) in moveToCurrentRow()
1115 Reference<XNameAccess> OKeySet::getKeyColumns() const in getKeyColumns()
1156 sal_Bool SAL_CALL OKeySet::next( ) throw(SQLException, RuntimeException) in next()
1182 sal_Bool SAL_CALL OKeySet::isBeforeFirst( ) throw(SQLException, RuntimeException) in isBeforeFirst()
1188 sal_Bool SAL_CALL OKeySet::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast()
1194 sal_Bool SAL_CALL OKeySet::isFirst( ) throw(SQLException, RuntimeException) in isFirst()
1202 sal_Bool SAL_CALL OKeySet::isLast( ) throw(SQLException, RuntimeException) in isLast()
1213 void SAL_CALL OKeySet::beforeFirst( ) throw(SQLException, RuntimeException) in beforeFirst()
1222 void SAL_CALL OKeySet::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
1232 sal_Bool SAL_CALL OKeySet::first( ) throw(SQLException, RuntimeException) in first()
1245 sal_Bool SAL_CALL OKeySet::last( ) throw(SQLException, RuntimeException) in last()
1250 sal_Bool OKeySet::last_checked( sal_Bool i_bFetchRow) in last_checked()
1263 sal_Int32 SAL_CALL OKeySet::getRow( ) throw(SQLException, RuntimeException) in getRow()
1272 sal_Bool SAL_CALL OKeySet::absolute( sal_Int32 row ) throw(SQLException, RuntimeException) in absolute()
1276 sal_Bool OKeySet::absolute_checked( sal_Int32 row,sal_Bool i_bFetchRow ) in absolute_checked()
1320 sal_Bool SAL_CALL OKeySet::relative( sal_Int32 rows ) throw(SQLException, RuntimeException) in relative()
1331 sal_Bool OKeySet::previous_checked( sal_Bool i_bFetchRow ) in previous_checked()
1344 sal_Bool SAL_CALL OKeySet::previous( ) throw(SQLException, RuntimeException) in previous()
1350 void SAL_CALL OKeySet::refreshRow() throw(SQLException, RuntimeException) in refreshRow()
1418 sal_Bool OKeySet::fetchRow() in fetchRow()
1452 void OKeySet::fillAllRows() in fillAllRows()
1462 sal_Bool SAL_CALL OKeySet::wasNull( ) throw(SQLException, RuntimeException) in wasNull()
1468 ::rtl::OUString SAL_CALL OKeySet::getString( sal_Int32 columnIndex ) throw(SQLException, RuntimeExc… in getString()
1475 sal_Bool SAL_CALL OKeySet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getBoolean()
1482 sal_Int8 SAL_CALL OKeySet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte()
1489 sal_Int16 SAL_CALL OKeySet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getShort()
1496 sal_Int32 SAL_CALL OKeySet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt()
1503 sal_Int64 SAL_CALL OKeySet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getLong()
1510 float SAL_CALL OKeySet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
1517 double SAL_CALL OKeySet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble()
1524 Sequence< sal_Int8 > SAL_CALL OKeySet::getBytes( sal_Int32 columnIndex ) throw(SQLException, Runtim… in getBytes()
1531 ::com::sun::star::util::Date SAL_CALL OKeySet::getDate( sal_Int32 columnIndex ) throw(SQLException,… in getDate()
1538 ::com::sun::star::util::Time SAL_CALL OKeySet::getTime( sal_Int32 columnIndex ) throw(SQLException,… in getTime()
1545 ::com::sun::star::util::DateTime SAL_CALL OKeySet::getTimestamp( sal_Int32 columnIndex ) throw(SQLE… in getTimestamp()
1552 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OKeySet::getBinaryStream( sal_Int32 column… in getBinaryStream()
1559 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OKeySet::getCharacterStream( sal_Int32 col… in getCharacterStream()
1566 Any SAL_CALL OKeySet::getObject( sal_Int32 columnIndex, const Reference< ::com::sun::star::containe… in getObject()
1573 Reference< XRef > SAL_CALL OKeySet::getRef( sal_Int32 columnIndex ) throw(SQLException, RuntimeExce… in getRef()
1580 Reference< XBlob > SAL_CALL OKeySet::getBlob( sal_Int32 columnIndex ) throw(SQLException, RuntimeEx… in getBlob()
1587 Reference< XClob > SAL_CALL OKeySet::getClob( sal_Int32 columnIndex ) throw(SQLException, RuntimeEx… in getClob()
1594 Reference< XArray > SAL_CALL OKeySet::getArray( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getArray()
1601 sal_Bool SAL_CALL OKeySet::rowUpdated( ) throw(SQLException, RuntimeException) in rowUpdated()
1607 sal_Bool SAL_CALL OKeySet::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted()
1613 sal_Bool SAL_CALL OKeySet::rowDeleted( ) throw(SQLException, RuntimeException) in rowDeleted()
1621 ::rtl::OUString OKeySet::getComposedTableName(const ::rtl::OUString& _sCatalog, in getComposedTableName()
1721 void OKeySet::impl_convertValue_throw(const ORowSetRow& _rInsertRow,const SelectColumnDescription& … in impl_convertValue_throw()