JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.trino.testing.sql
TemporaryRelation
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getName()
close()
Interface TemporaryRelation
All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
TestTable
,
TestView
public interface
TemporaryRelation
extends
AutoCloseable
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
close
()
String
getName
()
Method Details
getName
String
getName
()
close
void
close
()
Specified by:
close
in interface
AutoCloseable