|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbunit.database.statement.AbstractPreparedBatchStatement
public abstract class AbstractPreparedBatchStatement
Field Summary | |
---|---|
protected java.sql.PreparedStatement |
_statement
|
Method Summary | |
---|---|
void |
close()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.dbunit.database.statement.IPreparedBatchStatement |
---|
addBatch, addValue, clearBatch, executeBatch |
Field Detail |
---|
protected final java.sql.PreparedStatement _statement
Method Detail |
---|
public void close() throws java.sql.SQLException
close
in interface IPreparedBatchStatement
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |