Home
last modified time | relevance | path

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

12

/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx211 void DataColumn::updateShort(sal_Int16 x) throw( SQLException, RuntimeException ) in updateShort() function in svxform::DataColumn
213 m_xColumnUpdate->updateShort(x); in updateShort()
/trunk/main/dbaccess/source/core/api/
H A DWrappedResultSet.cxx205 _xParameter->updateShort(nPos,_rValue); in updateColumn()
209 _xParameter->updateShort(nPos,_rValue); in updateColumn()
H A DBookmarkSet.cxx221 _xParameter->updateShort(nPos,_rValue); in updateColumn()
225 _xParameter->updateShort(nPos,_rValue); in updateColumn()
H A Ddatacolumn.cxx357 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 Dresultset.cxx704 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 Ddatacolumn.hxx108 …virtual void SAL_CALL updateShort( sal_Int16 x ) throw(::com::sun::star::sdbc::SQLException, ::com…
H A Dresultset.hxx250 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java359 public void updateShort(int arg0, short arg1) throws SQLException { in updateShort() method in PostgresqlResultSet
360 implRowUpdate.updateShort(arg0, arg1); in updateShort()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java780 public void updateShort(int columnIndex, short x) throws SQLException { in updateShort() method in JavaSQLResultSet
782 jdbcResultSet.updateShort(columnIndex, x); in updateShort()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java786 updatedObject.updateShort(columnIndex, AnyConverter.toUnsignedShort(value)); in updateObject()
789 updatedObject.updateShort(columnIndex, AnyConverter.toShort(value)); in updateObject()
/trunk/main/offapi/com/sun/star/sdb/
H A DXColumnUpdate.idl89 void updateShort([in]short x) raises (com::sun::star::sdbc::SQLException);
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.hxx251 void SAL_CALL updateShort(sal_Int32 column, sal_Int16 x) throw(SQLException, RuntimeException);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowUpdate.java244 oObj.updateShort(idx, newVal) ; in _updateShort()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl97 void updateShort([in]long columnIndex, [in]short x) raises (SQLException);
/trunk/main/svx/source/inc/
H A Dsdbdatacolumn.hxx116 …inline void updateShort(sal_Int16 x) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star…
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv10 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateShort()"
/trunk/main/connectivity/source/inc/java/sql/
H A DResultSet.hxx182 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx597 void SAL_CALL OResultSet::updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(SQLException, Run… in updateShort() function in OResultSet
H A DSResultSet.hxx179 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.hxx190 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.ODatabaseForm.csv18 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateShort()"
/trunk/main/connectivity/source/inc/ado/
H A DAResultSet.hxx201 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx214 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
/trunk/main/connectivity/source/inc/file/
H A DFResultSet.hxx275 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…
/trunk/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx284 …virtual void SAL_CALL updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::sun::star::sd…

Completed in 124 milliseconds

12