|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Represents a Query result.
| 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 result data. |
String |
getString()
Returns a String result. |
| Method Detail |
public org.w3c.dom.Document getDocument()
throws XQueryException
public String getString()
throws XQueryException
public long getLong()
throws XQueryException
public int getInt()
throws XQueryException
public boolean getBoolean()
throws XQueryException
public float getFloat()
throws XQueryException
public double getDouble()
throws XQueryException
public BigDecimal getBigDecimal()
throws XQueryException
public org.w3c.dom.Node getNode()
throws XQueryException
public org.w3c.dom.NodeList getNodeList()
throws XQueryException
public Object getObject()
throws XQueryException
public String getRawString()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||