/trunk/main/dbaccess/qa/complex/dbaccess/ |
H A D | RowSet.java | 592 m_resultSetUpdate.deleteRow(); in deleteRandom() 665 m_resultSetUpdate.deleteRow(); in testDeleteBehavior() 676 m_resultSetUpdate.deleteRow(); in testDeleteBehavior() 690 m_resultSetUpdate.deleteRow(); in testDeleteBehavior() 754 m_resultSetUpdate.deleteRow(); in testCloneMovesPlusDeletions() 775 m_resultSetUpdate.deleteRow(); in testCloneMovesPlusDeletions() 783 m_resultSetUpdate.deleteRow(); in testCloneMovesPlusDeletions() 792 m_resultSetUpdate.deleteRow(); in testCloneMovesPlusDeletions()
|
/trunk/main/odk/examples/DevelopersGuide/Database/ |
H A D | Sales.java | 171 public void deleteRow() throws com.sun.star.uno.Exception in deleteRow() method in Sales 184 updateRs.deleteRow(); in deleteRow() 217 deleteRow(); in refreshRow()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | StaticSet.cxx | 336 deleteRow(*(m_aSet.begin() + comphelper::getINT32(*pBegin)),_xTable); in deleteRows() 361 void SAL_CALL OStaticSet::deleteRow(const ORowSetRow& _rDeleteRow ,const connectivity::OSQLTable& _… in deleteRow() function in OStaticSet 364 OCacheSet::deleteRow(_rDeleteRow,_xTable); in deleteRow()
|
H A D | WrappedResultSet.cxx | 139 void SAL_CALL WrappedResultSet::deleteRow(const ORowSetRow& /*_rDeleteRow*/ ,const connectivity::OS… in deleteRow() function in WrappedResultSet 142 m_xUpd->deleteRow(); in deleteRow()
|
H A D | BookmarkSet.cxx | 153 void SAL_CALL OBookmarkSet::deleteRow(const ORowSetRow& /*_rDeleteRow*/ ,const connectivity::OSQLTa… in deleteRow() function in OBookmarkSet 158 xUpd->deleteRow(); in deleteRow()
|
H A D | OptimisticSet.hxx | 87 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
|
H A D | BookmarkSet.hxx | 64 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
|
H A D | WrappedResultSet.hxx | 65 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
|
H A D | StaticSet.hxx | 82 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
|
H A D | resultset.cxx | 1139 void OResultSet::deleteRow(void) throw( SQLException, RuntimeException ) in deleteRow() function in OResultSet 1147 m_xDelegatorResultSetUpdate->deleteRow(); in deleteRow()
|
H A D | RowSetCache.hxx | 260 bool deleteRow();
|
H A D | RowSetCache.cxx | 1355 bool ORowSetCache::deleteRow( ) in deleteRow() function in ORowSetCache 1361 m_pCacheSet->deleteRow(*m_aMatrixIter,m_aUpdateTable); in deleteRow()
|
H A D | RowSet.cxx | 1011 void SAL_CALL ORowSet::deleteRow( ) throw(SQLException, RuntimeException) in deleteRow() function in dbaccess::ORowSet 1044 m_pCache->deleteRow(); in deleteRow() 2125 if ( !m_pCache->deleteRow() ) in deleteRows()
|
H A D | CacheSet.hxx | 141 …virtual void SAL_CALL deleteRow( const ORowSetRow& _rDeleteRow,const connectivity::OSQLTable& _xTa…
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlResultSet.java | 285 public void deleteRow() throws SQLException { in deleteRow() method in PostgresqlResultSet 286 implResultSetUpdate.deleteRow(); in deleteRow()
|
/trunk/main/offapi/com/sun/star/sdb/ |
H A D | RowSet.idl | 144 …<tr><td align="right"><em>deleteRow</em></td><td/><td align="center">X</td><td/><td/><td align="ce… 162 …<p>Via <member scope="com::sun::star::sdbc">XResultSetUpdate::deleteRow</member>, you can delete t… 191 <dt><member scope="com::sun::star::sdbc">XResultSetUpdate::deleteRow</member></dt> 237 …e::updateRow</member> and <member scope="com::sun::star::sdbc">XResultSetUpdate::deleteRow</member>
|
/trunk/main/chart2/source/inc/ |
H A D | InternalData.hxx | 64 void deleteRow( sal_Int32 nAtIndex );
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/ |
H A D | _XResultSetUpdate.java | 124 oObj.deleteRow() ; in _deleteRow()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLResultSet.java | 717 public void deleteRow() throws SQLException { in deleteRow() method in JavaSQLResultSet 719 jdbcResultSet.deleteRow(); in deleteRow()
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XResultSetUpdate.idl | 65 void deleteRow() raises (SQLException);
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_resultset.hxx | 236 void SAL_CALL deleteRow() throw(SQLException, RuntimeException);
|
/trunk/main/chart2/source/tools/ |
H A D | InternalDataProvider.cxx | 925 m_aInternalData.deleteRow( nAtIndex ); in deleteSequence() 1003 m_aInternalData.deleteRow( nAtIndex ); in deleteDataPointForAllSequences()
|
H A D | InternalData.cxx | 431 void InternalData::deleteRow( sal_Int32 nAtIndex ) in deleteRow() function in chart::InternalData
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/ |
H A D | com.sun.star.comp.dba.ORowSet.csv | 56 "ORowSet";"com::sun::star::sdbc::XResultSetUpdate#optional";"deleteRow()"
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | OResultSet.cxx | 939 void SAL_CALL OResultSet::deleteRow( ) throw(SQLException, RuntimeException) in deleteRow() function in OResultSet 1252 deleteRow(); in deleteRows()
|