|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OXQFunctionContext
The runtime context provided to extensions of OXQFunctionEvaluator
. Users should not implement this interface.
OXQFunctionEvaluator
Method Summary | |
---|---|
XQConnection |
getConnection() Gets the connection. |
XQDynamicContext |
getDynamicContext() Gets a read-only view of the dynamic context. |
OXQFunctionMetaData |
getMetaData() Gets the metadata for the function being evaluated. |
XQStaticContext |
getStaticContext() Gets a read-only view of the static context. |
Method Detail |
---|
OXQFunctionMetaData getMetaData()
XQConnection getConnection()
javax.xml.xquery.XQConnection
extends javax.xml.xquery.XQDataFactory
so the connection is useful for constructing the return value of the function. This method is equivalent to OXQView.getDynamicContext(getDynamicContext()).getConnection()
XQDynamicContext getDynamicContext()
java.lang.UnsupportedOperationException
.XQStaticContext getStaticContext()
java.lang.UnsupportedOperationException
.
|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.