/aoo42x/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 | 221 _xParameter->updateShort(nPos,_rValue); in updateColumn() 225 _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…
|
/aoo42x/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()
|
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlResultSet.java | 359 public void updateShort(int arg0, short arg1) throws SQLException { in updateShort() method in PostgresqlResultSet 360 implRowUpdate.updateShort(arg0, arg1); in updateShort()
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLResultSet.java | 780 public void updateShort(int columnIndex, short x) throws SQLException { in updateShort() method in JavaSQLResultSet 782 jdbcResultSet.updateShort(columnIndex, x); in updateShort()
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DbTools.java | 786 updatedObject.updateShort(columnIndex, AnyConverter.toUnsignedShort(value)); in updateObject() 789 updatedObject.updateShort(columnIndex, AnyConverter.toShort(value)); in updateObject()
|
/aoo42x/main/offapi/com/sun/star/sdb/ |
H A D | XColumnUpdate.idl | 89 void updateShort([in]short x) raises (com::sun::star::sdbc::SQLException);
|
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_resultset.hxx | 251 void SAL_CALL updateShort(sal_Int32 column, sal_Int16 x) throw(SQLException, RuntimeException);
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XRowUpdate.idl | 97 void updateShort([in]long columnIndex, [in]short x) raises (SQLException);
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 244 oObj.updateShort(idx, newVal) ; in _updateShort()
|
/aoo42x/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…
|
/aoo42x/main/qadevOOo/objdsc/dbaccess/ |
H A D | com.sun.star.comp.dba.ORowSet.csv | 10 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateShort()"
|
/aoo42x/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…
|
/aoo42x/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…
|
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
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
|
H A D | SResultSet.hxx | 179 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
|
/aoo42x/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…
|
/aoo42x/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…
|
/aoo42x/main/qadevOOo/objdsc/forms/ |
H A D | com.sun.star.comp.forms.ODatabaseForm.csv | 18 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateShort()"
|
/aoo42x/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…
|
/aoo42x/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…
|