|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicRecordset
Provides access to members that manage the schematic recordset.
| Method Summary | |
|---|---|
void |
close()
Closes the schematic recordset. |
void |
findRecord(String identifier)
Finds a record by its identifiers fields values inside the schematic recordset. |
String |
getRecordIdentifier()
Current record identifiers fields values. |
Object |
getRecordValue(String fieldName)
Field value of the current record. |
ISchematicDataSource |
getSchematicDataSource()
Schematic data source of the schematic recordset. |
boolean |
isBOF()
Indicates whether or not the 'BOF' flag of the schematic recordset is on. |
boolean |
isEOF()
Indicates whether or not the 'EOF' flag of the schematic recordset is on. |
void |
moveFirst()
Moves to the first record of the schematic recordset. |
void |
moveNext()
Moves to the next record of the schematic recordset. |
void |
open()
Opens the schematic recordset. |
void |
refresh()
Refreshes the schematic recordset. |
| Method Detail |
|---|
ISchematicDataSource getSchematicDataSource()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void open()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void close()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refresh()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void moveFirst()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void moveNext()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void findRecord(String identifier)
throws IOException,
AutomationException
identifier - The identifier (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getRecordIdentifier()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getRecordValue(String fieldName)
throws IOException,
AutomationException
fieldName - The fieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isBOF()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEOF()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||