Searched defs:executeBatch (Results 1 - 6 of 6) sorted by relevance

/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DStatementWrapper.java506 * executed as a batch by calling the method <code>executeBatch</code>.
514 * @see #executeBatch
542 * The elements in the array returned by the method <code>executeBatch</code>
584 public int[] executeBatch() throws SQLException { method in class:StatementWrapper
585 return jdbcStatement.executeBatch();
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/
H A Djdbc30.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/ConnectionEventListener.class ConnectionEventListener. ...
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/
H A Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/
H A DPersistenceStore.java66 public void executeBatch(PersistenceManager pm, UpdateObjectDesc request, boolean forceFlush); method in interface:PersistenceStore
H A DSQLStoreManager.java509 public void executeBatch(PersistenceManager pm, method in class:SQLStoreManager
531 // executeBatch on the PreparedStatement. 'doFlush' is true, if
602 affectedRows = s.executeBatch();
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/generator/
H A DDBStatement.java147 * Delegates the executeBatch call to the PreparedStatement wrapped by
150 public int[] executeBatch() method in class:DBStatement
158 return preparedStmt.executeBatch();

Completed in 25 milliseconds