Home
last modified time | relevance | path

Searched refs:updateLong (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx221 void DataColumn::updateLong(sal_Int64 x) throw( SQLException, RuntimeException ) in updateLong() function in svxform::DataColumn
223 m_xColumnUpdate->updateLong(x); in updateLong()
/trunk/main/dbaccess/source/core/api/
H A DWrappedResultSet.cxx193 _xParameter->updateLong(nPos,_rValue); in updateColumn()
217 _xParameter->updateLong(nPos,_rValue); in updateColumn()
H A DBookmarkSet.cxx209 _xParameter->updateLong(nPos,_rValue); in updateColumn()
233 _xParameter->updateLong(nPos,_rValue); in updateColumn()
H A Ddatacolumn.cxx375 void ODataColumn::updateLong(sal_Int64 x) throw( SQLException, RuntimeException ) in updateLong() function in ODataColumn
380 m_xRowUpdate->updateLong(m_nPos, x); in updateLong()
H A Dresultset.cxx726 void OResultSet::updateLong(sal_Int32 columnIndex, sal_Int64 x) throw( SQLException, RuntimeExcepti… in updateLong() function in OResultSet
734 m_xDelegatorRowUpdate->updateLong(columnIndex, x); in updateLong()
H A Ddatacolumn.hxx110 …virtual void SAL_CALL updateLong( sal_Int64 x ) throw(::com::sun::star::sdbc::SQLException, ::com:…
H A Dresultset.hxx252 …virtual void SAL_CALL updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java343 public void updateLong(int arg0, long arg1) throws SQLException { in updateLong() method in PostgresqlResultSet
344 implRowUpdate.updateLong(arg0, arg1); in updateLong()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java798 public void updateLong(int columnIndex, long x) throws SQLException { in updateLong() method in JavaSQLResultSet
800 jdbcResultSet.updateLong(columnIndex, x); in updateLong()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java801 updatedObject.updateLong(columnIndex, AnyConverter.toUnsignedLong(value)); in updateObject()
804 updatedObject.updateLong(columnIndex, AnyConverter.toLong(value)); in updateObject()
/trunk/main/offapi/com/sun/star/sdb/
H A DXColumnUpdate.idl107 void updateLong([in]hyper x) raises (com::sun::star::sdbc::SQLException);
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.hxx255 void SAL_CALL updateLong(sal_Int32 column, sal_Int64 x) throw(SQLException, RuntimeException);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowUpdate.java302 oObj.updateLong(idx, newVal) ; in _updateLong()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl119 void updateLong([in]long columnIndex, [in]hyper x) raises (SQLException);
/trunk/main/svx/source/inc/
H A Dsdbdatacolumn.hxx118 …inline void updateLong(sal_Int64 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.csv12 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateLong()"
/trunk/main/connectivity/source/inc/java/sql/
H A DResultSet.hxx184 …virtual void SAL_CALL updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx611 void SAL_CALL OResultSet::updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(SQLException, Runt… in updateLong() function in OResultSet
H A DSResultSet.hxx181 …virtual void SAL_CALL updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.hxx192 …virtual void SAL_CALL updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.ODatabaseForm.csv20 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateLong()"
/trunk/main/connectivity/source/inc/ado/
H A DAResultSet.hxx203 …virtual void SAL_CALL updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx216 …virtual void SAL_CALL updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
/trunk/main/connectivity/source/inc/file/
H A DFResultSet.hxx277 …virtual void SAL_CALL updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
/trunk/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx286 …virtual void SAL_CALL updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(::com::sun::star::sdb…

Completed in 269 milliseconds

12