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