|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.MQObject
com.mapquest.RecordSet
Class for retrieving record attribute information.
StringCollection| Field Summary | |
static int |
CLASS_ID
|
static java.lang.String |
CLASS_NAME
|
| Fields inherited from class com.mapquest.MQObject |
DEFAULT_ID, DEFAULT_NAME, DEFAULT_VERSION, FORMAT_NUMERIC_ID, FORMAT_TEXT_NAME, INVALID_ID, INVALID_NAME, INVALID_VERSION |
| Constructor Summary | |
RecordSet()
Constructor |
|
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
int |
getClassId()
Returns the numeric id of this class. |
java.lang.String |
getClassName()
Returns the text name of this class. |
java.lang.String |
getField(java.lang.String strFieldName)
Get the field value by field name |
StringCollection |
getFieldNames()
Get the list of available field names |
int |
hashCode()
Returns a hash code for this RecordSet. |
void |
init()
Initializes object. |
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 |
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. |
| Methods inherited from class com.mapquest.MQObject |
clone, getFormat, getIdWithVersion, getNameWithVersion, getObjectVersion, getTypeId, getTypeName, getVerboseConsoleOutput, setFormat, setObjectVersion, setVerboseConsoleOutput, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int CLASS_ID
public static final java.lang.String CLASS_NAME
| Constructor Detail |
public RecordSet()
| Method Detail |
public void init()
init in class MQObjectpublic int getClassId()
getClassId in class MQObjectpublic java.lang.String getClassName()
getClassName in class MQObject
public void moveFirst()
throws java.lang.Exception
java.lang.Exception
public void moveLast()
throws java.lang.Exception
java.lang.Exception
public void moveNext()
throws java.lang.Exception
java.lang.Exceptionpublic boolean isEOF()
public boolean isBOF()
public StringCollection getFieldNames()
public java.lang.String getField(java.lang.String strFieldName)
throws java.lang.Exception
strFieldName - the field name
java.lang.Exceptionpublic boolean equals(java.lang.Object otherObject)
equals in class MQObjectotherObject - the object to compare this RecordSet against.
public int hashCode()
hashCode in class MQObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||