java.lang.Object
org.apache.derby.vti.VTIContext
Context parameter which is passed to an AwareVTI.
-
Constructor Summary
ConstructorDescriptionVTIContext
(String vtiSchema, String vtiTable, String statementText) Construct from pieces. -
Method Summary
-
Constructor Details
-
VTIContext
Construct 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
-
vtiSchema
Return the name of the schema holding the table function- Returns:
- the name of the schema holding this table function
-
vtiTable
Return the unqualified table function name- Returns:
- the (unqualified) name of this table function
-
statementText
Return the text of the statement which invoked the table function- Returns:
- the text of the statement which invoked this table function
-