-
br.net.woodstock.rockframework.core.jdbc.Client.executeUpdate()
-
br.net.woodstock.rockframework.core.jdbc.impl.CommonCallableClient.executeUpdate()
-
com.alibaba.wasp.jdbc.command.CommandInterface.executeUpdate()
Execute the statement
@return the update count
-
com.caucho.amber.AmberQuery.executeUpdate()
Executes the query as an update, returning the rows changed.
-
com.centraview.common.CVDal.executeUpdate()
Executes the SQL statement in this PreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.
@return int: Either (a) the row count for INSERT, UPDATE, orDELETE statements or (b) 0 for SQL statements that return nothing
-
com.dci.intellij.dbn.database.common.statement.StatementExecutionProcessor.executeUpdate()
-
com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeUpdate()
-
com.liferay.portal.kernel.dao.orm.SQLQuery.executeUpdate()
-
com.mysql.jdbc.PreparedStatement.executeUpdate()
Execute a SQL INSERT, UPDATE or DELETE statement. In addition, SQL statements that return nothing such as SQL DDL statements can be executed.
@return either the row count for INSERT, UPDATE or DELETE; or 0 for SQLstatements that return nothing.
@exception SQLException if a database access error occurs
-
com.mysql.jdbc.Statement.executeUpdate()
Execute a SQL INSERT, UPDATE or DELETE statement. In addition SQL statements that return nothing such as SQL DDL statements can be executed Any IDs generated for AUTO_INCREMENT fields can be retrieved by casting this Statement to org.gjt.mm.mysql.Statement and calling the getLastInsertID() method.
@param sql a SQL statement
@return either a row count, or 0 for SQL commands
@exception SQLException if a database access error occurs
-
com.qulx.common.ConnDB.executeUpdate()
-
com.sun.star.sdbc.XPreparedStatement.executeUpdate()
-
com.sun.star.sdbc.XStatement.executeUpdate()
-
de.danet.an.util.UniversalPrepStmt.executeUpdate()
Calls the executeUpdate
method on the delegee prepared statement. Throws a UnsupportedOperationException if no delegee is available.
@param string a String
value.
@return an int
value.
@throws SQLException if an error occurs.
@see java.sql.PreparedStatement#executeUpdate
-
de.mhus.lib.sql.DbStatement.executeUpdate()
Return the result of an update query. In the attributes InputStreams are allowed (blobs).
@param attributes
@return
@throws Exception
-
ejp.DatabaseManager.executeUpdate()
-
java.sql.CallableStatement.executeUpdate()
-
java.sql.PreparedStatement.executeUpdate()
Invoke the SQL command contained within the Prepared Statement. This must be INSERT, UPDATE, DELETE, or a command that returns nothing.
@return the count of rows for INSERT, UPDATE or DELETE statements, 0 forstatements that return nothing
@throws SQLException if a database error happens or if the SQL statement returns a ResultSet.
-
java.sql.Statement.executeUpdate()
Executes the supplied SQL statement. The statement may be an INSERT, UPDATE or DELETE statement or a statement which returns nothing.
@param sql an SQL statement to execute - an SQL INSERT, UPDATE, DELETE or a statement which returns nothing
@return the count of updated rows, or 0 for a statement that returnsnothing.
@throws SQLException if an error occurs accessing the database or if the statement produces a ResultSet
-
javax.persistence.Query.executeUpdate()
-
javax.persistence.TypedQuery.executeUpdate()
-
jodd.db.DbQuery.executeUpdate()
-
l2p.database.FiltredPreparedStatement.executeUpdate()
-
l2p.database.FiltredStatement.executeUpdate()
-
net.sf.xbus.technical.database.DBConnection.executeUpdate()
Executes an update, insert or delete statement.
@param statement SQL statement to update, insert or delete rows
@return number of rows affected
@throws XException if something goes wrong
-
oracle.jdbc.driver.OracleCallableStatement.executeUpdate()
-
org.adbcj.Connection.executeUpdate()
-
org.apache.hadoop.hbase.hbql.client.HPreparedStatement.executeUpdate()
-
org.apache.hadoop.hbase.hbql.client.HStatement.executeUpdate()
-
org.apache.metamodel.MockUpdateableDataContext.executeUpdate()
-
org.apache.metamodel.UpdateableDataContext.executeUpdate()
Submits an {@link UpdateScript} for execution on the {@link DataContext}. Since implementations of the {@link DataContext} vary quite a lot, thereis no golden rule as to how an update script will be executed. But the implementors should strive towards handling an {@link UpdateScript} as asingle transactional change to the data store.
@param update the update script to execute
-
org.apache.metamodel.jdbc.JdbcDataContext.executeUpdate()
-
org.apache.olio.workload.loader.framework.ThreadConnection.executeUpdate()
-
org.apache.oozie.service.JPAService.executeUpdate()
Execute an UPDATE query
@param namedQueryName the name of query to be executed
@param query query instance to be executed
@param em Entity Manager
@return Integer that query returns, which corresponds to the number of rows updated
@throws JPAExecutorException
-
org.apache.openjpa.persistence.OpenJPAQuery.executeUpdate()
-
org.apache.tapestry.contrib.jdbc.IStatement.executeUpdate()
Executes the statement as an update, returning the number of rows affected.
-
org.eobjects.metamodel.UpdateableDataContext.executeUpdate()
-
org.g4studio.core.orm.xibatis.sqlmap.engine.mapping.statement.MappedStatement.executeUpdate()
-
org.h2.command.Command.executeUpdate()
-
org.h2.command.CommandInterface.executeUpdate()
Execute the statement
@return the update count
-
org.h2.jaqu.Db.executeUpdate()
Run a SQL statement directly against the database.
@param sql the SQL statement
@return the update count
-
org.hibernate.Query.executeUpdate()
Execute the update or delete statement. The semantics are compliant with the ejb3 Query.executeUpdate() method.
@return The number of entities updated or deleted.
@throws HibernateException
-
org.hibernate.SQLQuery.executeUpdate()
-
org.lealone.command.Command.executeUpdate()
-
org.lealone.command.CommandInterface.executeUpdate()
Execute the statement
@return the update count
-
org.lealone.command.CommandRemote.executeUpdate()
-
org.lealone.command.FrontendBatchCommand.executeUpdate()
-
org.olat.core.commons.persistence.DBQuery.executeUpdate()
Execute the update or delete statement. The semantics are compliant with the ejb3 Query.executeUpdate() method.
@param nullOrFlushMode either pass null if you don't want to set the FlushMode - otherwise pass the FlushMode you want to set on the query for execution
@return the number of entities updated or deleted
-
realcix20.utils.DAO.executeUpdate()
-
se.unlogic.standardutils.dao.querys.UpdateQuery.executeUpdate()