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 StringstatementText()Return the text of the statement which invoked the table functionStringvtiSchema()Return the name of the schema holding the table functionStringvtiTable()Return the unqualified table function name
-