Package io.trino.testing.sql
Class TestView
- java.lang.Object
-
- io.trino.testing.sql.TestView
-
- All Implemented Interfaces:
AutoCloseable
public class TestView extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description TestView(SqlExecutor sqlExecutor, String namePrefix, String viewBody)
-
-
-
Constructor Detail
-
TestView
public TestView(SqlExecutor sqlExecutor, String namePrefix, String viewBody)
-
-
Method Detail
-
getName
public String getName()
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-