public class XmlArguments
extends java.lang.Object
XmlExternalFunction.execute(com.sleepycat.dbxml.XmlTransaction, com.sleepycat.dbxml.XmlManager, com.sleepycat.dbxml.XmlArguments)
method.| Constructor and Description |
|---|
XmlArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Releases the native resources associated with this object.
|
XmlResults |
getArgument(int index)
Gets the argument at the specified index.
|
long |
getNumberOfArgs()
Gets the number of arguments available in the object.
|
public void delete()
public XmlResults getArgument(int index) throws XmlException
index - The index for the desired argument, zero-based.XmlExceptionpublic long getNumberOfArgs()
throws XmlException
XmlExceptionCopyright (c) 2004,2014 Oracle. All rights reserved.