|
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 OXQFunctionMetaData
Function metadata used when resolving
an external function. This is made available to the entity resolver
as a locator extension (see OXQEntityLocator.getExtension()
) when the entity kind is EXTERNAL_FUNCTION
. External function
implementations may also access the function metadata using method OXQFunctionContext.getMetaData()
.
OXQEntityLocator.getExtension()
, OXQEntityKind.EXTERNAL_FUNCTION
Method Summary | |
---|---|
javax.xml.namespace.QName |
getName() Gets the function name. |
OXQOptions |
getOptions() The XQuery option declarations preceding the XQuery function declaration. |
XQSequenceType[] |
getParameterTypes() Gets the types of the function parameters. |
XQSequenceType |
getReturnType() Gets the return type of the function. |
Method Detail |
---|
javax.xml.namespace.QName getName()
XQSequenceType[] getParameterTypes()
XQSequenceType getReturnType()
OXQOptions getOptions()
|
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.