|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for acquiring ad hoc query results as a stream.
Method Summary | |
weblogic.xml.stream.XMLInputStream |
executeQueryToStream()
Executes the ad hoc query, getting results back as an XMLInputStream. |
weblogic.xml.stream.XMLInputStream |
executeQueryToStream(RequestConfig config)
Executes the ad hoc query, getting results back as an XMLInputStream. |
Methods inherited from interface com.bea.dsp.dsmediator.client.PreparedExpression |
bindBinary, bindBinaryXML, bindBoolean, bindByte, bindDate, bindDateTime, bindDateTime, bindDateTime, bindDecimal, bindDouble, bindElement, bindElement, bindFloat, bindInt, bindLong, bindObject, bindShort, bindString, bindTime, bindURI, executeQuery, executeQuery |
Method Detail |
public weblogic.xml.stream.XMLInputStream executeQueryToStream() throws SDOMediatorException, weblogic.xml.stream.XMLStreamException
SDOMediatorException
weblogic.xml.stream.XMLStreamException
public weblogic.xml.stream.XMLInputStream executeQueryToStream(RequestConfig config) throws SDOMediatorException, weblogic.xml.stream.XMLStreamException
config
- A RequestConfig for controlling how the server
will invoke this function, and for allowing return of
out-of-band results such as server audit information. Note:
Filtering ad-hoc queries via FilterXQuery is meaningless, so
any FilterXQuery on this RequestConfig will be ignored.
SDOMediatorException
weblogic.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |