Uses of Interface
io.prestosql.testing.sql.SqlExecutor
-
Packages that use SqlExecutor Package Description io.prestosql.testing.datatype io.prestosql.testing.sql -
-
Uses of SqlExecutor in io.prestosql.testing.datatype
Constructors in io.prestosql.testing.datatype with parameters of type SqlExecutor Constructor Description CreateAndInsertDataSetup(SqlExecutor sqlExecutor, java.lang.String tableNamePrefix)CreateAndPrestoInsertDataSetup(SqlExecutor sqlExecutor, PrestoSqlExecutor prestoSqlExecutor, java.lang.String tableNamePrefix)CreateAsSelectDataSetup(SqlExecutor sqlExecutor, java.lang.String tableNamePrefix) -
Uses of SqlExecutor in io.prestosql.testing.sql
Classes in io.prestosql.testing.sql that implement SqlExecutor Modifier and Type Class Description classJdbcSqlExecutorclassPrestoSqlExecutorConstructors in io.prestosql.testing.sql with parameters of type SqlExecutor Constructor Description TestTable(SqlExecutor sqlExecutor, java.lang.String namePrefix, java.lang.String tableDefinition)TestTable(SqlExecutor sqlExecutor, java.lang.String namePrefix, java.lang.String tableDefinition, java.util.List<java.lang.String> rowsToInsert)
-