public class BatchPreparedStatementUnit extends java.lang.Object implements BaseStatementUnit
| Constructor and Description |
|---|
BatchPreparedStatementUnit(DataNode aNode,
java.sql.PreparedStatement aStatement,
java.util.List<Column> aParameters) |
| Modifier and Type | Method and Description |
|---|---|
DataNode |
getNode() |
java.sql.PreparedStatement |
getStatement() |
void |
mapAddBatchCount(int aJdbcAddBatchTimes) |
java.lang.String |
toString() |
public DataNode getNode()
getNode in interface BaseStatementUnitpublic java.sql.PreparedStatement getStatement()
getStatement in interface BaseStatementUnitpublic void mapAddBatchCount(int aJdbcAddBatchTimes)
public java.lang.String toString()
toString in class java.lang.Object