|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.softwareag.xtools.quip.xqueryAPI.QuiPQueryResult
Represents a Query result.
| Constructor Summary | |
QuiPQueryResult(String data)
Constructor. |
|
| Method Summary | |
BigDecimal |
getBigDecimal()
Returns a BigDecimal result. |
boolean |
getBoolean()
Returns a boolean result. |
org.w3c.dom.Document |
getDocument()
Returns a Document result. |
double |
getDouble()
Returns a double result. |
float |
getFloat()
Returns a float result. |
int |
getInt()
Returns an int result. |
long |
getLong()
Returns a long result. |
org.w3c.dom.Node |
getNode()
Returns a Node result. |
org.w3c.dom.NodeList |
getNodeList()
Returns a NodeList result. |
Object |
getObject()
Returns a Object result. |
String |
getRawString()
Returns the raw data. |
String |
getString()
Returns a String result. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QuiPQueryResult(String data)
doc - a result document.| Method Detail |
public org.w3c.dom.Document getDocument()
throws XQueryException
getDocument in interface QueryResult
public String getString()
throws XQueryException
getString in interface QueryResult
public long getLong()
throws XQueryException
getLong in interface QueryResult
public int getInt()
throws XQueryException
getInt in interface QueryResult
public boolean getBoolean()
throws XQueryException
getBoolean in interface QueryResult
public float getFloat()
throws XQueryException
getFloat in interface QueryResult
public double getDouble()
throws XQueryException
getDouble in interface QueryResult
public BigDecimal getBigDecimal()
throws XQueryException
getBigDecimal in interface QueryResult
public org.w3c.dom.Node getNode()
throws XQueryException
getNode in interface QueryResult
public org.w3c.dom.NodeList getNodeList()
throws XQueryException
getNodeList in interface QueryResult
public Object getObject()
throws XQueryException
getObject in interface QueryResultpublic String getRawString()
getRawString in interface QueryResult
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||