Examples of reportData()


Examples of com.commander4j.db.JDBArchive.reportData()

          }
         
          logger.debug("Initiating data archiving....");
          JDBArchive c = new JDBArchive(getHostID(), getSessionID());           
          c.runSQLJobList();
          String archiveReportString = c.reportData();
          c=null;
          logger.debug("Data archiving complete....");
         
          logger.debug("Disconnecting from database.");
          Common.hostList.getHost(getHostID()).disconnectAll();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.