Class VTIContext
java.lang.Object
org.apache.derby.vti.VTIContext
Context parameter which is passed to an AwareVTI.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVTIContext(String vtiSchema, String vtiTable, String statementText) Construct from pieces. -
Method Summary
-
Field Details
-
_vtiSchema
////////////////////////////////////////////////////////////// -
_vtiTable
-
_statementText
-
-
Constructor Details
-
VTIContext
-
-
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
-