Package io.trino.testing.sql
Interface SqlExecutor
-
- All Known Implementing Classes:
JdbcSqlExecutor,TrinoSqlExecutor
public interface SqlExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(String sql)
-
-
-
Method Detail
-
execute
void execute(String sql)
-
-