Class RelRunners


  • public class RelRunners
    extends java.lang.Object
    Implementations of RelRunner.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RelRunners()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.sql.PreparedStatement run​(RelNode rel)
      Runs a relational expression by creating a JDBC connection.
      • Methods inherited from class java.lang.Object

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

      • RelRunners

        private RelRunners()
    • Method Detail

      • run

        public static java.sql.PreparedStatement run​(RelNode rel)
        Runs a relational expression by creating a JDBC connection.