B C E F G I M N O P Q R S U W X

B

Boolean - Static variable in class oracle.xquery.XQueryResultSet.XQueryResultType
 

C

close() - Method in class oracle.xquery.SQLIterator
 
close() - Method in interface oracle.xquery.XMLDataSourceIterator
 
close() - Method in interface oracle.xquery.XQueryDataSource
 
createIndex(String) - Method in interface oracle.xquery.XQueryDataSource
 

E

eof() - Method in class oracle.xquery.SQLIterator
 
eof() - Method in interface oracle.xquery.XMLDataSourceIterator
 
execute() - Method in class oracle.xquery.PreparedXQuery
execute - Executes a function definition or a non-query statement
executeQuery(boolean) - Method in class oracle.xquery.PreparedXQuery
 

F

fetch() - Method in interface oracle.xquery.XQueryDataSource
 
Float - Static variable in class oracle.xquery.XQueryResultSet.XQueryResultType
 

G

getBaseUrl() - Method in class oracle.xquery.XQueryContext
Get the baseurl registered with the context
getBoolean() - Method in class oracle.xquery.XQueryResultSet
gets the boolean value for the last fetch
getDataSourceName() - Method in class oracle.xquery.SQLDataSource
 
getDataSourceName() - Method in interface oracle.xquery.XMLDataSource
 
getDatatype() - Method in class oracle.xquery.SQLIterator
 
getDatatype() - Method in interface oracle.xquery.XMLDataSourceIterator
 
getErrorCode() - Method in class oracle.xquery.XQException
 
getFloat() - Method in class oracle.xquery.XQueryResultSet
gets the float value for the last fetch
getInt() - Method in class oracle.xquery.SQLIterator
 
getInt() - Method in interface oracle.xquery.XMLDataSourceIterator
 
getInt() - Method in class oracle.xquery.XQueryResultSet
gets the int value for the last fetch
getIterator() - Method in class oracle.xquery.SQLDataSource
Get an iterator over SQLDataSource
getIterator() - Method in interface oracle.xquery.XMLDataSource
 
getMessage0(String) - Method in class oracle.xquery.XQMesg
Get error message with no arguments.
getMessage1(String, String) - Method in class oracle.xquery.XQMesg
Get error message with 1 argument.
getMessage2(String, String, String) - Method in class oracle.xquery.XQMesg
Get error message with 2 arguments.
getMessage3(String, String, String, String) - Method in class oracle.xquery.XQMesg
Get error message with 3 arguments.
getMessage4(String, String, String, String, String) - Method in class oracle.xquery.XQMesg
Get error message with 4 arguments.
getMessage5(String, String, String, String, String, String) - Method in class oracle.xquery.XQMesg
Get error message with 5 arguments.
getNode() - Method in class oracle.xquery.SQLIterator
Get the value from the last iteration which was an integer
getNode() - Method in interface oracle.xquery.XMLDataSourceIterator
 
getNode() - Method in class oracle.xquery.XQueryResultSet
get the node value for the last fetch
getParentException() - Method in class oracle.xquery.XQException
returns the original exception, if there was one; otherwise, it returns null
getResultType() - Method in class oracle.xquery.XQueryResultSet
 
getString() - Method in class oracle.xquery.XQueryResultSet
gets the string value for the last fetch
getXMLErrorString() - Method in class oracle.xquery.XQException
prints the XML error string with the given error tag name
getXMLSQLErrorString() - Method in class oracle.xquery.XQException
prints the SQL parameters as well in the error message
getXQueryStrFromXQX(String, PreparedXQuery) - Method in class oracle.xquery.XQueryContext
 
getXQXStr() - Method in class oracle.xquery.PreparedXQuery
getXQXStr - Returns the XQueryX representation of the query in PreparedXQuery

I

Int - Static variable in class oracle.xquery.XQueryResultSet.XQueryResultType
 

M

main(String[]) - Static method in class oracle.xquery.XQLPlus
 
main(String[]) - Static method in class oracle.xquery.XQueryContext
 

N

next() - Method in class oracle.xquery.SQLIterator
Get next element from the iterator;
next() - Method in interface oracle.xquery.XMLDataSourceIterator
 
next() - Method in class oracle.xquery.XQueryResultSet
fetch the next object
Node - Static variable in class oracle.xquery.XQueryResultSet.XQueryResultType
 
Null - Static variable in class oracle.xquery.XQueryResultSet.XQueryResultType
 

O

open() - Method in interface oracle.xquery.XQueryDataSource
 
openWithIndexAccess(String) - Method in interface oracle.xquery.XQueryDataSource
 

P

PreparedXQuery - class oracle.xquery.PreparedXQuery.
PreparedXQuery - This class provides the context for executing XQueries
prepareXQuery(Reader) - Method in class oracle.xquery.XQueryContext
Prepare a xquery for execution
prepareXQuery(String) - Method in class oracle.xquery.XQueryContext
Prepare a xquery for execution
prepareXQueryX(Reader) - Method in class oracle.xquery.XQueryContext
Prepare a xquery for execution (XQueryX)
prepareXQueryX(String) - Method in class oracle.xquery.XQueryContext
Prepare a xquery for execution (XQueryX)
printResult(PrintStream, XQMesg) - Method in class oracle.xquery.XQueryResultSet
 

Q

qryState - Variable in class oracle.xquery.PreparedXQuery
 

R

registerDatasource(String, XMLDataSource) - Method in class oracle.xquery.XQueryContext
Register datasource
registerFunction(String) - Method in class oracle.xquery.XQueryContext
Register a function for later evaluation

S

satisfyIndex(String) - Method in interface oracle.xquery.XQueryDataSource
 
setBaseUrl(String) - Method in class oracle.xquery.XQueryContext
Set the baseurl for the context
setBoolean(String, boolean) - Method in class oracle.xquery.PreparedXQuery
setString - bind a boolean to a position
setConnectionDesc(String, Connection) - Method in class oracle.xquery.XQueryContext
Set connection descriptor in the case when multiple connections are required.
setDefaultConnection(Connection) - Method in class oracle.xquery.XQueryContext
Sets the default SQL connection
setErrorTag(String) - Method in class oracle.xquery.XQException
Sets the error tag name which is then used by getXMLErrorString and getXMLSQLErrorString, to generate xml error reports
setFloat(String, float) - Method in class oracle.xquery.PreparedXQuery
setFloat - bind a float to a position
setInt(String, int) - Method in class oracle.xquery.PreparedXQuery
setInt - bind a integer to a position
setNode(String, XMLNode) - Method in class oracle.xquery.PreparedXQuery
setNode - bind a Node to a position
setNull(String) - Method in class oracle.xquery.PreparedXQuery
setString - bind a value to NULL
setQueryTransform(XSLStylesheet) - Method in class oracle.xquery.XQueryContext
Set a XSL-T transform on the XQueryX before execution This can be used for enforcing security (VPD) on the query or for auditing purposes.
setString(String, String) - Method in class oracle.xquery.PreparedXQuery
setObject - bind a string to a position
SQLDataSource - class oracle.xquery.SQLDataSource.
 
SQLDataSource(Connection, String) - Constructor for class oracle.xquery.SQLDataSource
 
SQLIterator - class oracle.xquery.SQLIterator.
 
SQLIterator(SQLDataSource) - Constructor for class oracle.xquery.SQLIterator
 
start() - Method in class oracle.xquery.SQLIterator
 
start() - Method in interface oracle.xquery.XMLDataSourceIterator
 
String - Static variable in class oracle.xquery.XQueryResultSet.XQueryResultType
 

U

Unknown - Static variable in class oracle.xquery.XQueryResultSet.XQueryResultType
 

W

wasNull() - Method in class oracle.xquery.XQueryResultSet
 

X

XMLDataSource - interface oracle.xquery.XMLDataSource.
 
XMLDataSourceIterator - interface oracle.xquery.XMLDataSourceIterator.
 
XQException - exception oracle.xquery.XQException.
 
XQException() - Constructor for class oracle.xquery.XQException
 
XQException(Exception) - Constructor for class oracle.xquery.XQException
 
XQException(Exception, String) - Constructor for class oracle.xquery.XQException
 
XQException(String) - Constructor for class oracle.xquery.XQException
 
XQException(String, Exception) - Constructor for class oracle.xquery.XQException
 
XQException(String, Exception, String) - Constructor for class oracle.xquery.XQException
 
XQException(String, int) - Constructor for class oracle.xquery.XQException
 
XQException(String, int, String) - Constructor for class oracle.xquery.XQException
 
XQException(String, String) - Constructor for class oracle.xquery.XQException
 
XQLPlus - class oracle.xquery.XQLPlus.
 
XQLPlus() - Constructor for class oracle.xquery.XQLPlus
 
XQMesg - class oracle.xquery.XQMesg.
 
XQMesg() - Constructor for class oracle.xquery.XQMesg
Constructor inits the object with the default Locale.
XQMesg(Locale) - Constructor for class oracle.xquery.XQMesg
Constructor inits the XMLError object.
XQueryContext - class oracle.xquery.XQueryContext.
XQuerycontext - This class provides the context for executing XQueries
This class can be used to create a context from which queries can be run.
XQueryContext() - Constructor for class oracle.xquery.XQueryContext
Constructor for the XQueryContext
XQueryContext(Connection) - Constructor for class oracle.xquery.XQueryContext
Constructor for the XQueryContext
XQueryContext(Connection, String) - Constructor for class oracle.xquery.XQueryContext
Constructor for the XQueryContext
XQueryContext(String) - Constructor for class oracle.xquery.XQueryContext
Constructor for the XQueryContext
XQueryContext(XQMesg) - Constructor for class oracle.xquery.XQueryContext
Constructor for the XQueryContext
XQueryDataSource - interface oracle.xquery.XQueryDataSource.
 
XQueryResultSet - class oracle.xquery.XQueryResultSet.
PreparedXQuery - This class provides the context for executing XQueries
XQueryResultSet.XQueryResultType - class oracle.xquery.XQueryResultSet.XQueryResultType.
 
XQueryResultSet.XQueryResultType() - Constructor for class oracle.xquery.XQueryResultSet.XQueryResultType
 

B C E F G I M N O P Q R S U W X