Class ExecBatchStatement

  • All Implemented Interfaces:
    Executable

    public abstract class ExecBatchStatement
    extends ExecStatement
    SQL executing batch statement that closes appropriate elements.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ExecBatchStatement​(java.lang.String sql)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean callExecute​(java.sql.PreparedStatement statement)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExecBatchStatement

        protected ExecBatchStatement​(java.lang.String sql)
    • Method Detail

      • callExecute

        protected boolean callExecute​(java.sql.PreparedStatement statement)
                               throws java.sql.SQLException
        Overrides:
        callExecute in class ExecStatement
        Throws:
        java.sql.SQLException