public interface IBatchStatement
| Modifier and Type | Method and Description |
|---|---|
void |
addBatch(String sql) |
void |
clearBatch() |
void |
close() |
int |
executeBatch() |
void addBatch(String sql) throws SQLException
SQLExceptionint executeBatch()
throws SQLException
SQLExceptionvoid clearBatch()
throws SQLException
SQLExceptionvoid close()
throws SQLException
SQLExceptionCopyright © 2002–2025. All rights reserved.