Class SetupQueryRunner


  • public class SetupQueryRunner
    extends java.lang.Object
    Poor man's Statement & ResultSet, used for initial queries while we're still initializing the system.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Tuple run​(QueryExecutor executor, java.lang.String queryString, boolean wantResults)  
      • Methods inherited from class java.lang.Object

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

      • SetupQueryRunner

        public SetupQueryRunner()
    • Method Detail

      • run

        public static Tuple run​(QueryExecutor executor,
                                java.lang.String queryString,
                                boolean wantResults)
                         throws java.sql.SQLException
        Throws:
        java.sql.SQLException