java.lang.Object
org.apache.derby.vti.VTIContext
Context parameter which is passed to an AwareVTI.
- 
Constructor SummaryConstructorsConstructorDescriptionVTIContext(String vtiSchema, String vtiTable, String statementText) Construct from pieces.
- 
Method Summary
- 
Constructor Details- 
VTIContextConstruct from pieces. - Parameters:
- vtiSchema- Name of the schema holding the table function.
- vtiTable- Name of the table function.
- statementText- Text of the statement which is invoking the table function.
 
 
- 
- 
Method Details- 
vtiSchemaReturn the name of the schema holding the table function- Returns:
- the name of the schema holding this table function
 
- 
vtiTableReturn the unqualified table function name- Returns:
- the (unqualified) name of this table function
 
- 
statementTextReturn the text of the statement which invoked the table function- Returns:
- the text of the statement which invoked this table function
 
 
-