public class BatchStatement extends AbstractBatchStatement
_statement| Modifier and Type | Method and Description |
|---|---|
void |
addBatch(java.lang.String sql) |
void |
clearBatch() |
int |
executeBatch() |
closepublic void addBatch(java.lang.String sql)
throws java.sql.SQLException
java.sql.SQLExceptionpublic int executeBatch()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void clearBatch()
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2002-2018. All Rights Reserved.