/aoo4110/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 211 void DataColumn::updateShort(sal_Int16 x) throw( SQLException, RuntimeException ) in updateShort() function in svxform::DataColumn 213 m_xColumnUpdate->updateShort(x); in updateShort()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | WrappedResultSet.cxx | 205 _xParameter->updateShort(nPos,_rValue); in updateColumn() 209 _xParameter->updateShort(nPos,_rValue); in updateColumn()
|
H A D | BookmarkSet.cxx | 231 _xParameter->updateShort(nPos,_rValue); in updateColumn() 235 _xParameter->updateShort(nPos,_rValue); in updateColumn()
|
H A D | datacolumn.cxx | 357 void ODataColumn::updateShort(sal_Int16 x) throw( SQLException, RuntimeException ) in updateShort() function in ODataColumn 362 m_xRowUpdate->updateShort(m_nPos, x); in updateShort()
|
H A D | resultset.cxx | 704 void OResultSet::updateShort(sal_Int32 columnIndex, sal_Int16 x) throw( SQLException, RuntimeExcept… in updateShort() function in OResultSet 712 m_xDelegatorRowUpdate->updateShort(columnIndex, x); in updateShort()
|
H A D | datacolumn.hxx | 108 …virtual void SAL_CALL updateShort( sal_Int16 x ) throw(::com::sun::star::sdbc::SQLException, ::com…
|
H A D | resultset.hxx | 250 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
|
/aoo4110/main/mysqlc/source/ |
H A D | mysqlc_resultset.hxx | 251 void SAL_CALL updateShort(sal_Int32 column, sal_Int16 x) throw(SQLException, RuntimeException);
|
H A D | mysqlc_resultset.cxx | 1073 void SAL_CALL OResultSet::updateShort(sal_Int32 column, sal_Int16 /* x */) in updateShort() function in OResultSet
|
/aoo4110/main/offapi/com/sun/star/sdb/ |
H A D | XColumnUpdate.idl | 89 void updateShort([in]short x) raises (com::sun::star::sdbc::SQLException);
|
/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 244 oObj.updateShort(idx, newVal) ; in _updateShort()
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | XRowUpdate.idl | 97 void updateShort([in]long columnIndex, [in]short x) raises (SQLException);
|
/aoo4110/main/svx/source/inc/ |
H A D | sdbdatacolumn.hxx | 116 …inline void updateShort(sal_Int16 x) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star…
|
/aoo4110/main/qadevOOo/objdsc/dbaccess/ |
H A D | com.sun.star.comp.dba.ORowSet.csv | 10 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateShort()"
|
/aoo4110/main/connectivity/source/inc/java/sql/ |
H A D | ResultSet.hxx | 182 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
|
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SResultSet.hxx | 179 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
|
H A D | SResultSet.cxx | 597 void SAL_CALL OResultSet::updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(SQLException, Run… in updateShort() function in OResultSet
|
/aoo4110/main/connectivity/source/drivers/kab/ |
H A D | KResultSet.hxx | 188 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
|
H A D | KResultSet.cxx | 712 void SAL_CALL KabResultSet::updateShort(sal_Int32, sal_Int16) throw(SQLException, RuntimeException) in updateShort() function in KabResultSet
|
/aoo4110/main/connectivity/source/drivers/macab/ |
H A D | MacabResultSet.hxx | 190 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
|
/aoo4110/main/qadevOOo/objdsc/forms/ |
H A D | com.sun.star.comp.forms.ODatabaseForm.csv | 18 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateShort()"
|
/aoo4110/main/connectivity/source/inc/ado/ |
H A D | AResultSet.hxx | 201 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
|
/aoo4110/main/connectivity/workben/skeleton/ |
H A D | SResultSet.hxx | 214 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
|
/aoo4110/main/connectivity/source/inc/file/ |
H A D | FResultSet.hxx | 275 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
|
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | OResultSet.hxx | 284 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
|