/aoo42x/main/odk/examples/DevelopersGuide/Database/ |
H A D | Sales.java | 129 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()
|
/aoo42x/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 226 void DataColumn::updateFloat(float x) throw( SQLException, RuntimeException ) in updateFloat() function in svxform::DataColumn 228 m_xColumnUpdate->updateFloat(x); in updateFloat()
|
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlResultSet.java | 335 public void updateFloat(int arg0, float arg1) throws SQLException { in updateFloat() method in PostgresqlResultSet 336 implRowUpdate.updateFloat(arg0, arg1); in updateFloat()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | datacolumn.cxx | 384 void ODataColumn::updateFloat(float x) throw( SQLException, RuntimeException ) in updateFloat() function in ODataColumn 389 m_xRowUpdate->updateFloat(m_nPos, x); in updateFloat()
|
H A D | WrappedResultSet.cxx | 220 _xParameter->updateFloat(nPos,_rValue); in updateColumn()
|
H A D | resultset.cxx | 737 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 D | BookmarkSet.cxx | 236 _xParameter->updateFloat(nPos,_rValue); in updateColumn()
|
H A D | datacolumn.hxx | 111 …virtual void SAL_CALL updateFloat( float x ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
|
H A D | resultset.hxx | 253 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLResultSet.java | 807 public void updateFloat(int columnIndex, float x) throws SQLException { in updateFloat() method in JavaSQLResultSet 809 jdbcResultSet.updateFloat(columnIndex, x); in updateFloat()
|
/aoo42x/main/offapi/com/sun/star/sdb/ |
H A D | XColumnUpdate.idl | 116 void updateFloat([in]float x) raises (com::sun::star::sdbc::SQLException);
|
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_resultset.hxx | 257 void SAL_CALL updateFloat(sal_Int32 column, float x) throw(SQLException, RuntimeException);
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XRowUpdate.idl | 130 void updateFloat([in]long columnIndex, [in]float x) raises (SQLException);
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 331 oObj.updateFloat(idx, newVal) ; in _updateFloat()
|
/aoo42x/main/svx/source/inc/ |
H A D | sdbdatacolumn.hxx | 119 …inline void updateFloat(float x) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::un…
|
/aoo42x/main/qadevOOo/objdsc/dbaccess/ |
H A D | com.sun.star.comp.dba.ORowSet.csv | 13 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateFloat()"
|
/aoo42x/main/connectivity/source/inc/java/sql/ |
H A D | ResultSet.hxx | 185 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
|
/aoo42x/main/connectivity/source/drivers/macab/ |
H A D | MacabResultSet.hxx | 193 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
|
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SResultSet.cxx | 618 void SAL_CALL OResultSet::updateFloat( sal_Int32 columnIndex, float x ) throw(SQLException, Runtime… in updateFloat() function in OResultSet
|
H A D | SResultSet.hxx | 182 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
|
/aoo42x/main/connectivity/source/inc/ado/ |
H A D | AResultSet.hxx | 204 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
|
/aoo42x/main/connectivity/workben/skeleton/ |
H A D | SResultSet.hxx | 217 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
|
/aoo42x/main/qadevOOo/objdsc/forms/ |
H A D | com.sun.star.comp.forms.ODatabaseForm.csv | 21 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateFloat()"
|
/aoo42x/main/connectivity/source/inc/file/ |
H A D | FResultSet.hxx | 278 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
|
/aoo42x/main/connectivity/source/inc/odbc/ |
H A D | OResultSet.hxx | 287 …virtual void SAL_CALL updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::star::sdbc::…
|