public interface IBatchStatement
| Modifier and Type | Method and Description |
|---|---|
void |
addBatch(java.lang.String sql) |
void |
clearBatch() |
void |
close() |
int |
executeBatch() |
void addBatch(java.lang.String sql)
throws java.sql.SQLException
java.sql.SQLExceptionint executeBatch()
throws java.sql.SQLException
java.sql.SQLExceptionvoid clearBatch()
throws java.sql.SQLException
java.sql.SQLExceptionvoid close()
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2002-2018. All Rights Reserved.