|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.ipsixq.api.XQIQueryResult
public class XQIQueryResult
Implementation of a QueryResult.
Constructor Summary | |
---|---|
XQIQueryResult(org.w3c.dom.Document doc)
Deprecated. Constructor. |
Method Summary | |
---|---|
java.math.BigDecimal |
getBigDecimal()
Deprecated. Method getBigDecimal |
boolean |
getBoolean()
Deprecated. Method getBoolean |
org.w3c.dom.Document |
getDocument()
Deprecated. Gets the result document. |
double |
getDouble()
Deprecated. Method getDouble |
float |
getFloat()
Deprecated. Method getFloat |
int |
getInt()
Deprecated. Method getInt |
long |
getLong()
Deprecated. Method getLong |
org.w3c.dom.Node |
getNode()
Deprecated. Method getNode |
org.w3c.dom.NodeList |
getNodeList()
Deprecated. Method getNodeList |
java.lang.Object |
getObject()
Deprecated. Method getObject |
java.lang.String |
getRawString()
Deprecated. Gets the result as string. |
java.lang.String |
getString()
Deprecated. Method getString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XQIQueryResult(org.w3c.dom.Document doc)
doc
- the result XML document generated by XQIConnection.executeQueryMethod Detail |
---|
public java.lang.String getRawString()
getRawString
in interface QueryResult
public java.math.BigDecimal getBigDecimal() throws XQueryException
getBigDecimal
in interface QueryResult
XQueryException
public boolean getBoolean() throws XQueryException
getBoolean
in interface QueryResult
XQueryException
public org.w3c.dom.Document getDocument() throws XQueryException
getDocument
in interface QueryResult
XQueryException
public double getDouble() throws XQueryException
getDouble
in interface QueryResult
XQueryException
public float getFloat() throws XQueryException
getFloat
in interface QueryResult
XQueryException
public int getInt() throws XQueryException
getInt
in interface QueryResult
XQueryException
public long getLong() throws XQueryException
getLong
in interface QueryResult
XQueryException
public org.w3c.dom.Node getNode() throws XQueryException
getNode
in interface QueryResult
XQueryException
public org.w3c.dom.NodeList getNodeList() throws XQueryException
getNodeList
in interface QueryResult
XQueryException
public java.lang.Object getObject() throws XQueryException
getObject
in interface QueryResult
XQueryException
public java.lang.String getString() throws XQueryException
getString
in interface QueryResult
XQueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |