/aoo41x/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 206 void DataColumn::updateByte(sal_Int8 x) throw( SQLException, RuntimeException ) in updateByte() function in svxform::DataColumn 208 m_xColumnUpdate->updateByte(x); in updateByte()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | datacolumn.cxx | 348 void ODataColumn::updateByte(sal_Int8 x) throw( SQLException, RuntimeException ) in updateByte() function in ODataColumn 353 m_xRowUpdate->updateByte(m_nPos, x); in updateByte()
|
H A D | WrappedResultSet.cxx | 203 _xParameter->updateByte(nPos,_rValue); in updateColumn()
|
H A D | BookmarkSet.cxx | 229 _xParameter->updateByte(nPos,_rValue); in updateColumn()
|
H A D | resultset.cxx | 693 void OResultSet::updateByte(sal_Int32 columnIndex, sal_Int8 x) throw( SQLException, RuntimeExceptio… in updateByte() function in OResultSet 701 m_xDelegatorRowUpdate->updateByte(columnIndex, x); in updateByte()
|
H A D | datacolumn.hxx | 107 …virtual void SAL_CALL updateByte( sal_Int8 x ) throw(::com::sun::star::sdbc::SQLException, ::com::…
|
H A D | resultset.hxx | 249 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_resultset.hxx | 249 void SAL_CALL updateByte(sal_Int32 column, sal_Int8 x) throw(SQLException, RuntimeException);
|
H A D | mysqlc_resultset.cxx | 1060 void SAL_CALL OResultSet::updateByte(sal_Int32 column, sal_Int8 /* x */) in updateByte() function in OResultSet
|
/aoo41x/main/offapi/com/sun/star/sdb/ |
H A D | XColumnUpdate.idl | 80 void updateByte([in]byte x) raises (com::sun::star::sdbc::SQLException);
|
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 215 oObj.updateByte(idx, newVal) ; in _updateByte()
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XRowUpdate.idl | 86 void updateByte([in]long columnIndex, [in]byte x) raises (SQLException);
|
/aoo41x/main/svx/source/inc/ |
H A D | sdbdatacolumn.hxx | 115 …inline void updateByte(sal_Int8 x) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::…
|
/aoo41x/main/qadevOOo/objdsc/dbaccess/ |
H A D | com.sun.star.comp.dba.ORowSet.csv | 9 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateByte()"
|
/aoo41x/main/connectivity/source/inc/java/sql/ |
H A D | ResultSet.hxx | 181 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SResultSet.hxx | 178 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
H A D | SResultSet.cxx | 589 void SAL_CALL OResultSet::updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(SQLException, Runti… in updateByte() function in OResultSet
|
/aoo41x/main/connectivity/source/drivers/kab/ |
H A D | KResultSet.hxx | 187 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
H A D | KResultSet.cxx | 706 void SAL_CALL KabResultSet::updateByte(sal_Int32, sal_Int8) throw(SQLException, RuntimeException) in updateByte() function in KabResultSet
|
/aoo41x/main/connectivity/source/drivers/macab/ |
H A D | MacabResultSet.hxx | 189 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
/aoo41x/main/qadevOOo/objdsc/forms/ |
H A D | com.sun.star.comp.forms.ODatabaseForm.csv | 17 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateByte()"
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | AResultSet.hxx | 200 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
/aoo41x/main/connectivity/workben/skeleton/ |
H A D | SResultSet.hxx | 213 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
/aoo41x/main/connectivity/source/inc/file/ |
H A D | FResultSet.hxx | 274 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
/aoo41x/main/connectivity/source/inc/odbc/ |
H A D | OResultSet.hxx | 283 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|