Package org.apache.derby.vti
Class VTIContext
java.lang.Object
org.apache.derby.vti.VTIContext
Context parameter which is passed to an AwareVTI.
-
Field Details
-
_vtiSchema
-
_vtiTable
-
_statementText
-
-
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 -
vtiTable
Return the unqualified table function name -
statementText
Return the text of the statement which invoked the table function
-