Package io.trino.metadata
Class TableExecuteHandle
- java.lang.Object
-
- io.trino.metadata.TableExecuteHandle
-
public final class TableExecuteHandle extends Object
TableExecuteHandle wraps connectors ConnectorTableExecuteHandle which identifies instance of executing specific table procedure o specific table. See {#linkConnectorTableExecuteHandle} for more details.
-
-
Constructor Summary
Constructors Constructor Description TableExecuteHandle(CatalogName catalogName, ConnectorTransactionHandle transactionHandle, ConnectorTableExecuteHandle connectorHandle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)CatalogNamegetCatalogName()ConnectorTableExecuteHandlegetConnectorHandle()ConnectorTransactionHandlegetTransactionHandle()inthashCode()StringtoString()TableExecuteHandlewithConnectorHandle(ConnectorTableExecuteHandle connectorHandle)
-
-
-
Constructor Detail
-
TableExecuteHandle
public TableExecuteHandle(CatalogName catalogName, ConnectorTransactionHandle transactionHandle, ConnectorTableExecuteHandle connectorHandle)
-
-
Method Detail
-
getCatalogName
public CatalogName getCatalogName()
-
getTransactionHandle
public ConnectorTransactionHandle getTransactionHandle()
-
getConnectorHandle
public ConnectorTableExecuteHandle getConnectorHandle()
-
withConnectorHandle
public TableExecuteHandle withConnectorHandle(ConnectorTableExecuteHandle connectorHandle)
-
-