Package | at.db |
Class | public class SelectSlideAttributeData |
tbl_SlideAttribute
in
the application database.
Property | Defined by | ||
---|---|---|---|
attributeData : Array
Holds the
attributeData data as an array from the application database. | SelectSlideAttributeData | ||
slideID : int
Holds the
slideID value to be used to locate the attribute data records from
the application database. | SelectSlideAttributeData |
Method | Defined by | ||
---|---|---|---|
SelectSlideAttributeData(slideID:int)
Constructor.
| SelectSlideAttributeData |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| SelectSlideAttributeData | ||
onDBStatementSelectResult(event:SQLEvent):void
Retrieves the data and assigns it to the variable
attributeData . | SelectSlideAttributeData | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| SelectSlideAttributeData | ||
onEveDBOpened(event:SQLEvent):void
Retrieves attribute data by qeurying the application database.
| SelectSlideAttributeData |
attributeData | property |
public var attributeData:Array
Holds the attributeData
data as an array from the application database.
slideID | property |
public var slideID:int
Holds the slideID
value to be used to locate the attribute data records from
the application database.
SelectSlideAttributeData | () | constructor |
public function SelectSlideAttributeData(slideID:int)
Constructor.
ParametersslideID: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
|