Package io.trino.testing.sql
Class TrinoSqlExecutor
- java.lang.Object
-
- io.trino.testing.sql.TrinoSqlExecutor
-
- All Implemented Interfaces:
SqlExecutor
public class TrinoSqlExecutor extends Object implements SqlExecutor
-
-
Constructor Summary
Constructors Constructor Description TrinoSqlExecutor(QueryRunner queryRunner)TrinoSqlExecutor(QueryRunner queryRunner, Session session)
-
-
-
Constructor Detail
-
TrinoSqlExecutor
public TrinoSqlExecutor(QueryRunner queryRunner)
-
TrinoSqlExecutor
public TrinoSqlExecutor(QueryRunner queryRunner, Session session)
-
-
Method Detail
-
execute
public void execute(String sql)
- Specified by:
executein interfaceSqlExecutor
-
-