/trunk/main/odk/examples/DevelopersGuide/Database/ |
H A D | SalesMan.java | 60 stmt.executeUpdate( createTableSalesman ); in createSalesManTable() 68 stmt.executeUpdate( createTableSalesman ); in dropSalesManTable() 75 stmt.executeUpdate("INSERT INTO SALESMAN " + in insertDataIntoSalesMan() 78 stmt.executeUpdate("INSERT INTO SALESMAN " + in insertDataIntoSalesMan() 81 stmt.executeUpdate("INSERT INTO SALESMAN " + in insertDataIntoSalesMan() 84 stmt.executeUpdate("INSERT INTO SALESMAN " + in insertDataIntoSalesMan() 87 stmt.executeUpdate("INSERT INTO SALESMAN " + in insertDataIntoSalesMan() 100 updateStreet.executeUpdate(); in updateSalesMan() 104 updateStreet.executeUpdate(); in updateSalesMan() 107 updateStreet.executeUpdate(); in updateSalesMan() [all …]
|
H A D | Sales.java | 59 stmt.executeUpdate( createTableSales ); in createSalesTable() 67 stmt.executeUpdate( createTableSalesman ); in dropSalesTable() 74 stmt.executeUpdate("INSERT INTO SALES " + in insertDataIntoSales() 76 stmt.executeUpdate("INSERT INTO SALES " + in insertDataIntoSales() 78 stmt.executeUpdate("INSERT INTO SALES " + in insertDataIntoSales() 89 stmt.executeUpdate(updateString); in updateSales()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/ |
H A D | TableWindowAccessibility.java | 203 statement.executeUpdate("drop table if exists " + tbl_name1); in createTestEnvironment() 204 statement.executeUpdate("drop table if exists " + tbl_name2); in createTestEnvironment() 205 statement.executeUpdate("create table " + tbl_name1 + " (" + in createTestEnvironment() 207 statement.executeUpdate("create table " + tbl_name2 + " (" + in createTestEnvironment() 215 statement.executeUpdate("drop table if exists " + tbl_name1); in createTestEnvironment() 216 statement.executeUpdate("drop table if exists " + tbl_name2); in createTestEnvironment() 217 statement.executeUpdate("create table " + tbl_name1 + " (" + in createTestEnvironment() 219 statement.executeUpdate("create table " + tbl_name2 + " (" + in createTestEnvironment()
|
H A D | JoinViewAccessibility.java | 215 statement.executeUpdate ("drop table if exists " + tbl_name1); in createTestEnvironment() 216 statement.executeUpdate ("drop table if exists " + tbl_name2); in createTestEnvironment() 217 statement.executeUpdate ("create table " + tbl_name1 + " (" + in createTestEnvironment() 219 statement.executeUpdate ("create table " + tbl_name2 + " (" + in createTestEnvironment() 229 statement.executeUpdate ("drop table if exists " + tbl_name1); in createTestEnvironment() 230 statement.executeUpdate ("drop table if exists " + tbl_name2); in createTestEnvironment() 231 statement.executeUpdate ("create table " + tbl_name1 + " (" + in createTestEnvironment() 233 statement.executeUpdate ("create table " + tbl_name2 + " (" + in createTestEnvironment()
|
H A D | ConnectionLineAccessibility.java | 223 statement.executeUpdate("drop table if exists " + tbl_name1); in createTestEnvironment() 224 statement.executeUpdate("drop table if exists " + tbl_name2); in createTestEnvironment() 225 statement.executeUpdate("create table " + tbl_name1 + " (" + in createTestEnvironment() 227 statement.executeUpdate("create table " + tbl_name2 + " (" + in createTestEnvironment() 238 statement.executeUpdate("drop table if exists " + tbl_name1); in createTestEnvironment() 239 statement.executeUpdate("drop table if exists " + tbl_name2); in createTestEnvironment() 240 statement.executeUpdate("create table " + tbl_name1 + " (" + in createTestEnvironment() 242 statement.executeUpdate("create table " + tbl_name2 + " (" + in createTestEnvironment()
|
/trunk/main/connectivity/qa/connectivity/tools/sdb/ |
H A D | Connection.java | 71 public int executeUpdate( final String _sql ) throws SQLException in executeUpdate() method in Connection 74 return statement.executeUpdate( _sql ); in executeUpdate()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.cxx | 201 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate() in executeUpdate() function in OPreparedStatement 210 affectedRows = ((sql::PreparedStatement *)cppStatement)->executeUpdate(); in executeUpdate() 258 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate(const OUString& sql) in executeUpdate() function in OPreparedStatement 261 return OCommonStatement::executeUpdate( sql ); in executeUpdate()
|
H A D | mysqlc_preparedstatement.hxx | 94 sal_Int32 SAL_CALL executeUpdate() throw(SQLException, RuntimeException); 101 sal_Int32 SAL_CALL executeUpdate(const OUString& sql)
|
H A D | mysqlc_statement.cxx | 288 sal_Int32 SAL_CALL OCommonStatement::executeUpdate(const OUString& sql) in executeUpdate() function in OCommonStatement 298 …affectedRows = cppStatement->executeUpdate(OUStringToOString(sSqlStatement, m_pConnection->getConn… in executeUpdate()
|
H A D | mysqlc_connection.cxx | 257 stmt->executeUpdate("SET session sql_mode='ANSI_QUOTES'"); in construct() 258 stmt->executeUpdate("SET NAMES utf8"); in construct()
|
H A D | mysqlc_statement.hxx | 133 sal_Int32 SAL_CALL executeUpdate(const OUString& sql)
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLStatement.java | 129 public synchronized int executeUpdate(String sql) throws SQLException { in executeUpdate() method in JavaSQLStatement 135 return jdbcStatement.executeUpdate(sql); in executeUpdate()
|
H A D | JavaSQLPreparedStatement.java | 124 public synchronized int executeUpdate() throws SQLException { in executeUpdate() method in JavaSQLPreparedStatement 128 return ((java.sql.PreparedStatement)jdbcStatement).executeUpdate(); in executeUpdate()
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlStatement.java | 86 public int executeUpdate(String arg0) throws SQLException { in executeUpdate() method in PostgresqlStatement 87 return impl.executeUpdate(arg0); in executeUpdate()
|
H A D | PostgresqlPreparedStatement.java | 103 public int executeUpdate() throws SQLException { in executeUpdate() method in PostgresqlPreparedStatement 104 return impl.executeUpdate(); in executeUpdate()
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XPreparedStatement.idl | 74 long executeUpdate() raises (SQLException); 83 form of statements handled by executeQuery and executeUpdate.
|
/trunk/main/dbaccess/source/core/api/ |
H A D | KeySet.cxx | 510 sal_Bool bOk = xPrep->executeUpdate() > 0; in deleteRows() 641 executeUpdate(_rInsertRow ,_rOrginalRow,aSql.makeStringAndClear(),sEmpty,aIndexColumnPositions); in updateRow() 644 void OKeySet::executeUpdate(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const ::r… in executeUpdate() function in OKeySet 697 const sal_Int32 nRowsUpdated = xPrep->executeUpdate(); in executeUpdate() 782 m_bInserted = xPrep->executeUpdate() > 0; in executeInsert() 1087 m_bDeleted = xPrep->executeUpdate() > 0; in deleteRow()
|
H A D | CacheSet.cxx | 241 m_bInserted = xPrep->executeUpdate() > 0; in insertRow() 393 m_bUpdated = xPrep->executeUpdate() > 0; in updateRow() 452 m_bDeleted = xPrep->executeUpdate() > 0; in deleteRow()
|
H A D | preparedstatement.cxx | 235 sal_Int32 OPreparedStatement::executeUpdate() throw( SQLException, RuntimeException ) in executeUpdate() function in OPreparedStatement 242 return Reference< XPreparedStatement >( m_xAggregateAsSet, UNO_QUERY_THROW )->executeUpdate(); in executeUpdate()
|
H A D | statement.cxx | 562 sal_Int32 OStatement::executeUpdate( const rtl::OUString& _rSQL ) throw( SQLException, RuntimeExcep… in executeUpdate() function in OStatement 571 return m_xAggregateStatement->executeUpdate( sSQL ); in executeUpdate()
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | PreparedStatement.hxx | 68 …virtual sal_Int32 SAL_CALL executeUpdate( ) throw(::com::sun::star::sdbc::SQLException, ::com::su… 104 using java_sql_Statement_Base::executeUpdate;
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | OPreparedStatement.hxx | 123 …virtual sal_Int32 SAL_CALL executeUpdate( ) throw(::com::sun::star::sdbc::SQLException, ::com::su… 161 using OStatement_Base::executeUpdate;
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | DBTools.java | 753 statement.executeUpdate(query); in insertContentMySQLTable() 817 statement.executeUpdate("drop table if exists " + tbl_name); in dropMySQLTable()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | UpdateHelperImpl.hxx | 139 m_xPrepared->executeUpdate(); in insertRow()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/ |
H A D | DBHelper.java | 86 oStmt.executeUpdate(m_sSQL); in run()
|