Package org.apache.derby.vti
Class VTIContext
- java.lang.Object
-
- org.apache.derby.vti.VTIContext
-
public class VTIContext extends Object
Context parameter which is passed to an AwareVTI.
-
-
Constructor Summary
Constructors Constructor Description VTIContext(String vtiSchema, String vtiTable, String statementText)
Construct from pieces.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
statementText()
Return the text of the statement which invoked the table functionString
vtiSchema()
Return the name of the schema holding the table functionString
vtiTable()
Return the unqualified table function name
-