Class PrestoSqlExecutor

  • All Implemented Interfaces:
    SqlExecutor

    public class PrestoSqlExecutor
    extends java.lang.Object
    implements SqlExecutor
    • Constructor Summary

      Constructors 
      Constructor Description
      PrestoSqlExecutor​(io.prestosql.testing.QueryRunner queryRunner)  
      PrestoSqlExecutor​(io.prestosql.testing.QueryRunner queryRunner, io.prestosql.Session session)  
    • Method Summary

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

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

      • PrestoSqlExecutor

        public PrestoSqlExecutor​(io.prestosql.testing.QueryRunner queryRunner)
      • PrestoSqlExecutor

        public PrestoSqlExecutor​(io.prestosql.testing.QueryRunner queryRunner,
                                 io.prestosql.Session session)
    • Method Detail

      • execute

        public void execute​(java.lang.String sql)
        Specified by:
        execute in interface SqlExecutor