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