Uses of Interface
io.trino.testing.sql.SqlExecutor
-
Packages that use SqlExecutor Package Description io.trino.testing.datatype io.trino.testing.sql -
-
Uses of SqlExecutor in io.trino.testing.datatype
Constructors in io.trino.testing.datatype with parameters of type SqlExecutor Constructor Description CreateAndInsertDataSetup(SqlExecutor sqlExecutor, String tableNamePrefix)CreateAndTrinoInsertDataSetup(SqlExecutor sqlExecutor, TrinoSqlExecutor trinoSqlExecutor, String tableNamePrefix)CreateAsSelectDataSetup(SqlExecutor sqlExecutor, String tableNamePrefix) -
Uses of SqlExecutor in io.trino.testing.sql
Classes in io.trino.testing.sql that implement SqlExecutor Modifier and Type Class Description classJdbcSqlExecutorclassTrinoSqlExecutorFields in io.trino.testing.sql declared as SqlExecutor Modifier and Type Field Description protected SqlExecutorTestTable. sqlExecutorMethods in io.trino.testing.sql with parameters of type SqlExecutor Modifier and Type Method Description static TestTableTestTable. fromColumns(SqlExecutor sqlExecutor, String namePrefix, Map<String,List<String>> columns)static TestTableTestTable. fromColumns(SqlExecutor sqlExecutor, String namePrefix, Map<String,List<String>> columns, String defaultValue)static TestTableTestTable. fromColumnValueProviders(SqlExecutor sqlExecutor, String namePrefix, int rowsCount, Map<String,Function<Integer,String>> columnsValueProviders)Constructors in io.trino.testing.sql with parameters of type SqlExecutor Constructor Description TestTable(SqlExecutor sqlExecutor, String namePrefix, String tableDefinition)TestTable(SqlExecutor sqlExecutor, String namePrefix, String tableDefinition, List<String> rowsToInsert)TestView(SqlExecutor sqlExecutor, String namePrefix, String viewBody)
-