|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--MQObject
|
+--MQRecordSet
Class for retrieving record attribute information.
See:
| Field Summary | |
<private> Boolean |
m_BOF
Value to represent beginning of file indicator |
<private> int |
m_curRec
Value to represent current record |
<private> Boolean |
m_EOF
Value to represent end of file indicator |
<private> MQStringCollection |
m_Fields
Value to represent the field names of the columns |
<private> int |
m_recCnt
Value to represent total record count |
<private> MQStrColCollection |
m_Records
Value to represent the record set retrieved for the user |
| Fields inherited from class MQObject |
m_xmlDoc, m_xpath
|
| Constructor Summary | |
MQRecordSet
()
Constructs a new MQRecordSet object. |
|
| Method Summary | |
String
|
getClassName()
Returns the text name of this class. |
String
|
getField(<String> strFieldName)
Get the field value by field name |
MQStringCollection
|
getFieldNames()
Get the list of available field names |
int
|
getObjectVersion()
Returns the version of this class. |
Boolean
|
isBOF()
Set to true when the cursor is before the beginning of the record set |
Boolean
|
isEOF()
Set to true when the cursor is passed the end of the record set |
void
|
loadXml(<String> strXml)
Assigns the xml that relates to this object. |
void
|
moveFirst()
Sets the cursor to the first record in the record set. |
void
|
moveLast()
Sets the cursor to the last record in the record set. |
void
|
moveNext()
Sets the cursor to the next record in the record set. |
String
|
saveXml()
Build an xml string that represents this object. |
| Methods inherited from class MQObject |
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
|
| Field Detail |
<private> Boolean m_BOF
<private> int m_curRec
<private> Boolean m_EOF
<private> MQStringCollection m_Fields
<private> int m_recCnt
<private> MQStrColCollection m_Records
| Constructor Detail |
MQRecordSet()
| Method Detail |
String getClassName()
String getField(<String> strFieldName)
strFieldName - the field name
MQStringCollection getFieldNames()
int getObjectVersion()
Boolean isBOF()
Boolean isEOF()
void loadXml(<String> strXml)
strXml - the xml to be assigned.
void moveFirst()
void moveLast()
void moveNext()
String saveXml()
|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||