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