public interface INbExecuteBatch extends Closeable
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addBatch() |
void |
commit() |
void |
finish() |
PreparedStatement |
getPreparedStatement() |
INbTransaction |
getTx() |
INbTransaction |
getTx(NbQuerierConfiguration configuration) |
void |
setPreparedStatement(PreparedStatement preparedStatement) |
void |
setTx(INbTransaction tx) |
void commit()
throws SQLException
SQLExceptionINbTransaction getTx()
INbTransaction getTx(NbQuerierConfiguration configuration)
void setTx(INbTransaction tx)
void addBatch()
throws SQLException
SQLExceptionvoid finish()
PreparedStatement getPreparedStatement()
void setPreparedStatement(PreparedStatement preparedStatement) throws SQLException
SQLExceptionCopyright © 2023. All rights reserved.