Home
last modified time | relevance | path

Searched refs:updateInt (Results 1 – 25 of 45) sorted by relevance

12

/trunk/main/dbaccess/source/ui/misc/
H A DUpdateHelperImpl.hxx68 virtual void updateInt(sal_Int32 _nPos,const sal_Int32& _nValue) in updateInt() function in dbaui::ORowUpdateHelper
70 m_xRowUpdate->updateInt(_nPos, _nValue); in updateInt()
123 virtual void updateInt(sal_Int32 _nPos,const sal_Int32& _nValue) in updateInt() function in dbaui::OParameterUpdateHelper
H A DRtfReader.cxx221 m_pUpdateHelper->updateInt(1,m_nRowCount); in NextToken()
H A DHtmlReader.cxx258 m_pUpdateHelper->updateInt(1,m_nRowCount); in NextToken()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DSales.java161 updateRow.updateInt(1, 4); in insertRow()
162 updateRow.updateInt(2, 102); in insertRow()
163 updateRow.updateInt(3, 5); in insertRow()
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx216 void DataColumn::updateInt(sal_Int32 x) throw( SQLException, RuntimeException ) in updateInt() function in svxform::DataColumn
218 m_xColumnUpdate->updateInt(x); in updateInt()
/trunk/main/dbaccess/source/core/api/
H A DWrappedResultSet.cxx211 _xParameter->updateInt(nPos,_rValue); in updateColumn()
215 _xParameter->updateInt(nPos,_rValue); in updateColumn()
H A DBookmarkSet.cxx227 _xParameter->updateInt(nPos,_rValue); in updateColumn()
231 _xParameter->updateInt(nPos,_rValue); in updateColumn()
H A Ddatacolumn.cxx366 void ODataColumn::updateInt(sal_Int32 x) throw( SQLException, RuntimeException ) in updateInt() function in ODataColumn
371 m_xRowUpdate->updateInt(m_nPos, x); in updateInt()
H A Dresultset.cxx715 void OResultSet::updateInt(sal_Int32 columnIndex, sal_Int32 x) throw( SQLException, RuntimeExceptio… in updateInt() function in OResultSet
723 m_xDelegatorRowUpdate->updateInt(columnIndex, x); in updateInt()
H A Ddatacolumn.hxx109 …virtual void SAL_CALL updateInt( sal_Int32 x ) throw(::com::sun::star::sdbc::SQLException, ::com::…
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java339 public void updateInt(int arg0, int arg1) throws SQLException { in updateInt() method in PostgresqlResultSet
340 implRowUpdate.updateInt(arg0, arg1); in updateInt()
/trunk/main/dbaccess/source/ui/inc/
H A DIUpdateHelper.hxx37 virtual void updateInt(sal_Int32 _nPos,const sal_Int32& _nValue) = 0;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XResultSetUpdate.java236 rowU.updateInt(2,5); in _insertRow()
H A D_XRowUpdate.java273 oObj.updateInt(idx, newVal) ; in _updateInt()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java789 public void updateInt(int columnIndex, int x) throws SQLException { in updateInt() method in JavaSQLResultSet
791 jdbcResultSet.updateInt(columnIndex, x); in updateInt()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java442 updRow.updateInt(1, MAX_TABLE_ROWS + 2); in testRowSetEvents()
456 updRow.updateInt(1, MAX_TABLE_ROWS + 3); in testRowSetEvents()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java795 updatedObject.updateInt(columnIndex, AnyConverter.toUnsignedInt(value)); in updateObject()
798 updatedObject.updateInt(columnIndex, AnyConverter.toInt(value)); in updateObject()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DKeyGenerator.java163 xCol.updateInt( generatePrimaryKey( xForm, sFieldName ) ); in insertPrimaryKey()
/trunk/main/offapi/com/sun/star/sdb/
H A DXColumnUpdate.idl98 void updateInt([in]long x) raises (com::sun::star::sdbc::SQLException);
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.hxx253 void SAL_CALL updateInt(sal_Int32 column, sal_Int32 x) throw(SQLException, RuntimeException);
/trunk/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl108 void updateInt([in]long columnIndex, [in]long x) raises (SQLException);
/trunk/main/svx/source/inc/
H A Dsdbdatacolumn.hxx117 …inline void updateInt(sal_Int32 x) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::…
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv11 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateInt()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java576 rowUpdt.updateInt(TST_INT, ((Integer) values[i]).intValue()) ; in addRowToTestTable()
/trunk/main/connectivity/source/inc/java/sql/
H A DResultSet.hxx183 …virtual void SAL_CALL updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(::com::sun::star::sdbc…

Completed in 81 milliseconds

12