ForeignTableVTI
, ForwardingVTI
, SimpleJsonVTI
, StringColumnVTI
, VTITemplate
public interface AwareVTI
Interface describing a table function which can be given information about the context in which it runs.
Modifier and Type | Method | Description |
---|---|---|
VTIContext |
getContext() |
Get the table function context
|
void |
setContext(VTIContext context) |
Set the table function context
|
VTIContext getContext()
void setContext(VTIContext context)
Apache Derby 10.14 API Documentation - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.