Class DropTablesTool


  • public class DropTablesTool
    extends java.lang.Object
    Version:
    2.0
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dropAllTables()  
      static void log​(java.lang.String logstring)  
      static void log​(java.lang.String logstring, JspContext ctx)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • DropTablesTool

        public DropTablesTool​(Tenant tenant,
                              JspContext jspContext)
    • Method Detail

      • dropAllTables

        public void dropAllTables()
                           throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • log

        public static void log​(java.lang.String logstring,
                               JspContext ctx)
      • log

        public static void log​(java.lang.String logstring)
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception