|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdalclient.QueryRecord
Query record class. Holds a table row or dataset descriptor containing a set of keyword=value pairs for the record. For a dataset, the keywords are the data model attributes for the dataset descriptor.
| Method Summary | |
QRAttribute |
getAttribute(java.lang.String key)
Get an attribute given the corresponding keyword name. |
int |
getAttributeCount()
Get the number of fields in the query response record. |
java.lang.String |
getDataset()
Fetch the dataset referenced by the access reference and store the returned object in a file, using an automatically generated filename. |
boolean |
getDataset(java.lang.String path)
Get the dataset pointed to by the AccessReference attribute and store the returned object in the specified filename. |
java.util.LinkedHashMap |
getMap()
Get the map itself. |
long |
readURL(java.lang.String url,
java.lang.String path)
ReadURL -- Copy the contents of a URL to the named output file as a binary stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int getAttributeCount()
public QRAttribute getAttribute(java.lang.String key)
key - The attribute namepublic java.util.LinkedHashMap getMap()
public java.lang.String getDataset()
throws java.lang.Exception
java.lang.Exception
public boolean getDataset(java.lang.String path)
throws java.lang.Exception
path - The output file pathname
java.lang.Exception
public long readURL(java.lang.String url,
java.lang.String path)
throws java.lang.Exception
url - The URL to be readpath - The output file pathname
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||