public class OraclePstmtBatch extends Object implements PstmtBatch
I guess some people don't need to follow the jdbc specification.
| Constructor and Description |
|---|
OraclePstmtBatch(PstmtDelegate pstmtDelegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBatch(PreparedStatement pstmt)
Simply calls standard pstmt.addBatch().
|
int |
executeBatch(PreparedStatement pstmt,
int expectedRows,
String sql,
boolean occCheck) |
void |
setBatchSize(PreparedStatement pstmt,
int batchSize) |
public OraclePstmtBatch(PstmtDelegate pstmtDelegate)
public void setBatchSize(PreparedStatement pstmt, int batchSize)
setBatchSize in interface PstmtBatchpublic void addBatch(PreparedStatement pstmt) throws SQLException
addBatch in interface PstmtBatchSQLExceptionpublic int executeBatch(PreparedStatement pstmt, int expectedRows, String sql, boolean occCheck) throws SQLException
executeBatch in interface PstmtBatchSQLExceptionCopyright © 2014. All Rights Reserved.