Home
last modified time | relevance | path

Searched defs:executeUpdate (Results 1 – 24 of 24) sorted by relevance

/trunk/main/connectivity/qa/connectivity/tools/sdb/
H A DConnection.java71 public int executeUpdate( final String _sql ) throws SQLException in executeUpdate() method in Connection
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatement.java129 public synchronized int executeUpdate(String sql) throws SQLException { in executeUpdate() method in JavaSQLStatement
H A DJavaSQLPreparedStatement.java124 public synchronized int executeUpdate() throws SQLException { in executeUpdate() method in JavaSQLPreparedStatement
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlStatement.java86 public int executeUpdate(String arg0) throws SQLException { in executeUpdate() method in PostgresqlStatement
H A DPostgresqlPreparedStatement.java103 public int executeUpdate() throws SQLException { in executeUpdate() method in PostgresqlPreparedStatement
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.cxx199 sal_Int32 SAL_CALL OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException,… in executeUpdate() function in OStatement_Base
H A DSPreparedStatement.cxx125 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate( ) throw(SQLException, RuntimeException) in executeUpdate() function in OPreparedStatement
/trunk/main/mysqlc/source/
H A Dmysqlc_statement.cxx288 sal_Int32 SAL_CALL OCommonStatement::executeUpdate(const OUString& sql) in executeUpdate() function in OCommonStatement
H A Dmysqlc_preparedstatement.cxx201 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate() in executeUpdate() function in OPreparedStatement
258 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate(const OUString& sql) in executeUpdate() function in OPreparedStatement
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx145 sal_Int32 SAL_CALL OEvoabPreparedStatement::executeUpdate( ) throw(SQLException, RuntimeException) in executeUpdate() function in OEvoabPreparedStatement
H A DNStatement.cxx670 sal_Int32 SAL_CALL OStatement::executeUpdate( const ::rtl::OUString& /*sql*/ ) throw(SQLException, … in executeUpdate() function in connectivity::evoab::OStatement
/trunk/main/connectivity/source/drivers/macab/
H A DMacabStatement.cxx488 sal_Int32 SAL_CALL MacabCommonStatement::executeUpdate( const ::rtl::OUString& ) throw(SQLException… in executeUpdate() function in MacabCommonStatement
H A DMacabPreparedStatement.cxx172 sal_Int32 SAL_CALL MacabPreparedStatement::executeUpdate() throw(SQLException, RuntimeException) in executeUpdate() function in MacabPreparedStatement
/trunk/main/connectivity/source/drivers/file/
H A DFStatement.cxx342 sal_Int32 SAL_CALL OStatement::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException, Runt… in executeUpdate() function in connectivity::file::OStatement
H A DFPreparedStatement.cxx190 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate( ) throw(SQLException, RuntimeException) in executeUpdate() function in OPreparedStatement
/trunk/main/dbaccess/source/core/api/
H A Dstatement.cxx562 sal_Int32 OStatement::executeUpdate( const rtl::OUString& _rSQL ) throw( SQLException, RuntimeExcep… in executeUpdate() function in OStatement
H A Dpreparedstatement.cxx235 sal_Int32 OPreparedStatement::executeUpdate() throw( SQLException, RuntimeException ) in executeUpdate() function in OPreparedStatement
H A DKeySet.cxx644 void OKeySet::executeUpdate(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const ::r… in executeUpdate() function in OKeySet
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx398 sal_Int32 SAL_CALL OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException,… in executeUpdate() function in OStatement_Base
H A DAPreparedStatement.cxx193 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate( ) throw(SQLException, RuntimeException) in executeUpdate() function in OPreparedStatement
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx539 sal_Int32 SAL_CALL OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException,… in executeUpdate() function in OStatement_Base
H A DOPreparedStatement.cxx241 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate( ) throw(SQLException, RuntimeException) in executeUpdate() function in OPreparedStatement
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx345 sal_Int32 SAL_CALL java_sql_Statement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLEx… in executeUpdate() function in java_sql_Statement_Base
H A DPreparedStatement.cxx110 sal_Int32 SAL_CALL java_sql_PreparedStatement::executeUpdate( ) throw(::com::sun::star::sdbc::SQLE… in executeUpdate() function in java_sql_PreparedStatement

Completed in 109 milliseconds