Package | at.db |
Class | public class SelectSectionAttributeData |
tbl_SectionAttribute
in
the application database.
Property | Defined by | ||
---|---|---|---|
attributeData : Array
Holds the
attributeData data as an array from the application database. | SelectSectionAttributeData | ||
sectionID : int
Holds the
sectionID value to be used to locate the attribute data records from
the application database. | SelectSectionAttributeData |
Method | Defined by | ||
---|---|---|---|
SelectSectionAttributeData(sectionID:int)
Constructor.
| SelectSectionAttributeData |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| SelectSectionAttributeData | ||
onDBStatementSelectResult(event:SQLEvent):void
Retrieves the data and assigns it to the variable
attributeData . | SelectSectionAttributeData | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| SelectSectionAttributeData | ||
onEveDBOpened(event:SQLEvent):void
Retrieves attribute data by qeurying the application database.
| SelectSectionAttributeData |
attributeData | property |
public var attributeData:Array
Holds the attributeData
data as an array from the application database.
sectionID | property |
public var sectionID:int
Holds the sectionID
value to be used to locate the attribute data records from
the application database.
SelectSectionAttributeData | () | constructor |
public function SelectSectionAttributeData(sectionID:int)
Constructor.
ParameterssectionID:int |
init | () | method |
protected function init():void
Init. Establishes connection to the application database.
onDBStatementSelectResult | () | method |
protected function onDBStatementSelectResult(event:SQLEvent):void
Retrieves the data and assigns it to the variable attributeData
.
event:SQLEvent — SQLEvent
|
onEveDBError | () | method |
protected function onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
Parametersevent:SQLEvent — SQLEvent
|
onEveDBOpened | () | method |
protected function onEveDBOpened(event:SQLEvent):void
Retrieves attribute data by qeurying the application database.
Parametersevent:SQLEvent — SQLEvent
|