Home
last modified time | relevance | path

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

12

/aoo41x/main/odk/examples/DevelopersGuide/Database/
H A DSales.java129 updateRow.updateFloat(2, (float)0.69); in retrieveSalesData2()
136 updateRow.updateFloat(2, (float)0.99); in retrieveSalesData2()
138 updateRow.updateFloat(2, (float)0.79); in retrieveSalesData2()
166 updateRow.updateFloat(6, 150); in insertRow()
206 updateRow.updateFloat(2, 150); in refreshRow()
/aoo41x/main/svx/source/form/
H A Dsdbdatacolumn.cxx226 void DataColumn::updateFloat(float x) throw( SQLException, RuntimeException ) in updateFloat() function in svxform::DataColumn
228 m_xColumnUpdate->updateFloat(x); in updateFloat()
/aoo41x/main/dbaccess/source/core/api/
H A Ddatacolumn.cxx384 void ODataColumn::updateFloat(float x) throw( SQLException, RuntimeException ) in updateFloat() function in ODataColumn
389 m_xRowUpdate->updateFloat(m_nPos, x); in updateFloat()
H A DWrappedResultSet.cxx220 _xParameter->updateFloat(nPos,_rValue); in updateColumn()
H A DBookmarkSet.cxx246 _xParameter->updateFloat(nPos,_rValue); in updateColumn()
H A Dresultset.cxx737 void OResultSet::updateFloat(sal_Int32 columnIndex, float x) throw( SQLException, RuntimeException ) in updateFloat() function in OResultSet
745 m_xDelegatorRowUpdate->updateFloat(columnIndex, x); in updateFloat()
H A Ddatacolumn.hxx111 …virtual void SAL_CALL updateFloat( float x ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
H A Dresultset.hxx253 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
/aoo41x/main/mysqlc/source/
H A Dmysqlc_resultset.hxx257 void SAL_CALL updateFloat(sal_Int32 column, float x) throw(SQLException, RuntimeException);
/aoo41x/main/offapi/com/sun/star/sdb/
H A DXColumnUpdate.idl116 void updateFloat([in]float x) raises (com::sun::star::sdbc::SQLException);
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XRowUpdate.java331 oObj.updateFloat(idx, newVal) ; in _updateFloat()
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl130 void updateFloat([in]long columnIndex, [in]float x) raises (SQLException);
/aoo41x/main/svx/source/inc/
H A Dsdbdatacolumn.hxx119 …inline void updateFloat(float x) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::un…
/aoo41x/main/qadevOOo/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv13 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateFloat()"
/aoo41x/main/connectivity/source/inc/java/sql/
H A DResultSet.hxx185 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.hxx182 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
H A DSResultSet.cxx618 void SAL_CALL OResultSet::updateFloat( sal_Int32 columnIndex, float x ) throw(SQLException, Runtime… in updateFloat() function in OResultSet
/aoo41x/main/connectivity/source/drivers/kab/
H A DKResultSet.hxx191 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
H A DKResultSet.cxx730 void SAL_CALL KabResultSet::updateFloat(sal_Int32, float) throw(SQLException, RuntimeException) in updateFloat() function in KabResultSet
/aoo41x/main/connectivity/source/drivers/macab/
H A DMacabResultSet.hxx193 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
/aoo41x/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.forms.ODatabaseForm.csv21 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateFloat()"
/aoo41x/main/connectivity/source/inc/ado/
H A DAResultSet.hxx204 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
/aoo41x/main/connectivity/workben/skeleton/
H A DSResultSet.hxx217 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
/aoo41x/main/connectivity/source/inc/file/
H A DFResultSet.hxx278 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
/aoo41x/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx287 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…

Completed in 96 milliseconds

12