Package org.apache.derby.vti
Interface AwareVTI
-
- All Known Implementing Classes:
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VTIContext
getContext()
Get the table function contextvoid
setContext(VTIContext context)
Set the table function context
-
-
-
Method Detail
-
getContext
VTIContext getContext()
Get the table function context
-
setContext
void setContext(VTIContext context)
Set the table function context
-
-