Package | at.db |
Class | public class GetSectionSlideDataXML |
Property | Defined by | ||
---|---|---|---|
sectionID : int
Holds the
brandID value for queries used to locate the section slide database records. | GetSectionSlideDataXML | ||
sectionslidedataxml : XMLList
Holds the
sectionslidedataxml value for the XMLList returned from the data queries to the application database. | GetSectionSlideDataXML |
Method | Defined by | ||
---|---|---|---|
GetSectionSlideDataXML(sectionID:int)
Constructor.
| GetSectionSlideDataXML |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| GetSectionSlideDataXML | ||
onDBStatementSelectResult(event:SQLEvent):void
Retrieves the records from the application database that comprise the slide data
from associated joined tables.
| GetSectionSlideDataXML | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| GetSectionSlideDataXML | ||
onEveDBOpened(event:SQLEvent):void
Retrieves the root records from the application database that comprise slide data
based on the variable
sectionID . | GetSectionSlideDataXML |
sectionID | property |
public var sectionID:int
Holds the brandID
value for queries used to locate the section slide database records.
sectionslidedataxml | property |
public var sectionslidedataxml:XMLList
Holds the sectionslidedataxml
value for the XMLList returned from the data queries to the application database.
GetSectionSlideDataXML | () | constructor |
public function GetSectionSlideDataXML(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 records from the application database that comprise the slide data from associated joined tables.
This method utilizes nested queries to loop throguh the relevant information in the application database to the requested section and slide data. It then forms it into a string that is ultimately cast as XMLList for eVE use.
Parametersevent:SQLEvent — SQLEvent
|
See also
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 the root records from the application database that comprise slide data
based on the variable sectionID
.
event:SQLEvent — SQLEvent
|
See also