de.fraunhofer.ipsi.ipsixq.api
Class XQIQueryResult

java.lang.Object
  extended by de.fraunhofer.ipsi.ipsixq.api.XQIQueryResult
All Implemented Interfaces:
QueryResult

Deprecated.

public class XQIQueryResult
extends java.lang.Object
implements QueryResult

Implementation of a QueryResult.

Version:
1.1
Author:
Patrick.Lehti@ipsi.fhg.de

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

XQIQueryResult

public XQIQueryResult(org.w3c.dom.Document doc)
Deprecated. 
Constructor.

Parameters:
doc - the result XML document generated by XQIConnection.executeQuery
Method Detail

getRawString

public java.lang.String getRawString()
Deprecated. 
Gets the result as string.

Specified by:
getRawString in interface QueryResult
Returns:
a String

getBigDecimal

public java.math.BigDecimal getBigDecimal()
                                   throws XQueryException
Deprecated. 
Method getBigDecimal

Specified by:
getBigDecimal in interface QueryResult
Returns:
a BigDecimal
Throws:
XQueryException

getBoolean

public boolean getBoolean()
                   throws XQueryException
Deprecated. 
Method getBoolean

Specified by:
getBoolean in interface QueryResult
Returns:
a boolean
Throws:
XQueryException

getDocument

public org.w3c.dom.Document getDocument()
                                 throws XQueryException
Deprecated. 
Gets the result document.

Specified by:
getDocument in interface QueryResult
Returns:
a Document
Throws:
XQueryException

getDouble

public double getDouble()
                 throws XQueryException
Deprecated. 
Method getDouble

Specified by:
getDouble in interface QueryResult
Returns:
a double
Throws:
XQueryException

getFloat

public float getFloat()
               throws XQueryException
Deprecated. 
Method getFloat

Specified by:
getFloat in interface QueryResult
Returns:
a float
Throws:
XQueryException

getInt

public int getInt()
           throws XQueryException
Deprecated. 
Method getInt

Specified by:
getInt in interface QueryResult
Returns:
an int
Throws:
XQueryException

getLong

public long getLong()
             throws XQueryException
Deprecated. 
Method getLong

Specified by:
getLong in interface QueryResult
Returns:
a long
Throws:
XQueryException

getNode

public org.w3c.dom.Node getNode()
                         throws XQueryException
Deprecated. 
Method getNode

Specified by:
getNode in interface QueryResult
Returns:
a Node
Throws:
XQueryException

getNodeList

public org.w3c.dom.NodeList getNodeList()
                                 throws XQueryException
Deprecated. 
Method getNodeList

Specified by:
getNodeList in interface QueryResult
Returns:
a NodeList
Throws:
XQueryException

getObject

public java.lang.Object getObject()
                           throws XQueryException
Deprecated. 
Method getObject

Specified by:
getObject in interface QueryResult
Returns:
an Object
Throws:
XQueryException

getString

public java.lang.String getString()
                           throws XQueryException
Deprecated. 
Method getString

Specified by:
getString in interface QueryResult
Returns:
a String
Throws:
XQueryException