| Package | com.mapquest |
| Class | public class RecordSet |
| Inheritance | RecordSet MQObject |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new RecordSet object.
| RecordSet | ||
|
getClassName():String
Returns the text name of this class.
| RecordSet | ||
|
getField(strFieldName:String):String
Get the field value by field name
| RecordSet | ||
|
Get the list of available field names
| RecordSet | ||
|
getObjectVersion():Number
Returns the version of this class.
| RecordSet | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
|
isBOF():Boolean
Set to true when the cursor is before the beginning of the record set
| RecordSet | ||
|
isEOF():Boolean
Set to true when the cursor is passed the end of the record set
| RecordSet | ||
|
loadXml(xmlPrm:XML):void
Assigns the xml that relates to this object.
| RecordSet | ||
|
moveFirst():void
Sets the cursor to the first record in the record set.
| RecordSet | ||
|
moveLast():void
Sets the cursor to the last record in the record set.
| RecordSet | ||
|
moveNext():void
Sets the cursor to the next record in the record set.
| RecordSet | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
![]() |
saveXml():XML
New XML Handler
| MQObject | |
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| RecordSet | () | constructor |
public function RecordSet()Constructs a new RecordSet object.
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getField | () | method |
public function getField(strFieldName:String):StringGet the field value by field name
ParametersstrFieldName:String — strFieldName the field name
|
String |
| getFieldNames | () | method |
public function getFieldNames():StringCollectionGet the list of available field names
ReturnsStringCollection —
the list of field names
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| isBOF | () | method |
public function isBOF():BooleanSet to true when the cursor is before the beginning of the record set
ReturnsBoolean — beginning record set flag
|
| isEOF | () | method |
public function isEOF():BooleanSet to true when the cursor is passed the end of the record set
ReturnsBoolean — end record set flag
|
| loadXml | () | method |
public override function loadXml(xmlPrm:XML):voidAssigns the xml that relates to this object.
ParametersxmlPrm:XML — the xml to be assigned.
|
| moveFirst | () | method |
public function moveFirst():voidSets the cursor to the first record in the record set.
| moveLast | () | method |
public function moveLast():voidSets the cursor to the last record in the record set.
| moveNext | () | method |
public function moveNext():voidSets the cursor to the next record in the record set. If the cursor is currently set to the last record, A call to MoveNext sets EOF to true