Class SelectEngine


  • public class SelectEngine
    extends java.lang.Object
    SelectEngine is able to execute a select query TODO replace all runtime exceptions with sql exceptions
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectEngine​(Select select)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Data execute()  
      • Methods inherited from class java.lang.Object

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

      • SelectEngine

        public SelectEngine​(Select select)
    • Method Detail

      • execute

        public Data execute()
                     throws java.sql.SQLException
        Throws:
        java.sql.SQLException