Interface BatchedStatement

All Superinterfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper

public interface BatchedStatement extends PreparedStatement
Since:
4.5
Author:
Eike Stepper
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
  • Method Details

    • getBatchSize

      int getBatchSize()
    • getBatchCount

      int getBatchCount()
    • getTotalResult

      int getTotalResult()