public class VTIContext
extends java.lang.Object
Context parameter which is passed to an AwareVTI.
Constructor and Description |
---|
VTIContext(java.lang.String vtiSchema,
java.lang.String vtiTable,
java.lang.String statementText)
Construct from pieces.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
statementText()
Return the text of the statement which invoked the table function
|
java.lang.String |
vtiSchema()
Return the name of the schema holding the table function
|
java.lang.String |
vtiTable()
Return the unqualified table function name
|
public VTIContext(java.lang.String vtiSchema, java.lang.String vtiTable, java.lang.String statementText)
Construct from pieces.
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.public java.lang.String vtiSchema()
public java.lang.String vtiTable()
public java.lang.String statementText()
Apache Derby 10.13 API Documentation - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.