ContainedRoles
, ErrorLogReader
, ErrorMessages
, ForeignTableVTI
, ForwardingVTI
, GetProcedureColumns
, Import
, ImportAbstract
, LockTable
, SpaceTable
, StatementCache
, StatementDuration
, StringColumnVTI
, TransactionTable
, VTITemplate
, XmlVTI
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 V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.