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
SQLException
int executeBatch() throws SQLException
SQLException
void clearBatch() throws SQLException
SQLException
void close() throws SQLException
SQLException
Copyright © 2002–2024. All rights reserved.