Class AbstractJdbcTestCase.SetupSection

  • Enclosing class:
    AbstractJdbcTestCase

    public static class AbstractJdbcTestCase.SetupSection
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SetupSection()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void script​(java.sql.Connection connection)  
      • Methods inherited from class java.lang.Object

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

      • SetupSection

        public SetupSection()
    • Method Detail

      • script

        public void script​(java.sql.Connection connection)
                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException