public interface IPreparedBatchStatement
| Modifier and Type | Method and Description |
|---|---|
void |
addBatch() |
void |
addValue(Object value,
DataType dataType) |
void |
clearBatch() |
void |
close() |
int |
executeBatch() |
void addValue(Object value, DataType dataType) throws TypeCastException, SQLException
TypeCastExceptionSQLExceptionvoid addBatch()
throws SQLException
SQLExceptionint executeBatch()
throws SQLException
SQLExceptionvoid clearBatch()
throws SQLException
SQLExceptionvoid close()
throws SQLException
SQLExceptionCopyright © 2002-2017. All Rights Reserved.