Class DB_Check


  • public class DB_Check
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DB_Check()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.StringBuffer createCheckString​(java.lang.String tableName, java.sql.ResultSet aCheck)  
      static void doChecks​(java.sql.Connection conn)  
      • Methods inherited from class java.lang.Object

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

      • DB_Check

        public DB_Check()
    • Method Detail

      • doChecks

        public static void doChecks​(java.sql.Connection conn)
                             throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • createCheckString

        private static java.lang.StringBuffer createCheckString​(java.lang.String tableName,
                                                                java.sql.ResultSet aCheck)
                                                         throws java.sql.SQLException
        Throws:
        java.sql.SQLException