Package | at.db |
Class | public class GetIndicationByBrandIDXML |
Property | Defined by | ||
---|---|---|---|
brandID : int
Holds the
brandID value for queries used to locate the indication data database records. | GetIndicationByBrandIDXML | ||
getAttributeXML : GetAttributeXML
Instantiates the
GetAttributeXML class. | GetIndicationByBrandIDXML | ||
indicationbybrandidxml : XMLList
Holds the
indicationbybrandidxml value for the XMLList returned from the data queries to the application database. | GetIndicationByBrandIDXML |
Method | Defined by | ||
---|---|---|---|
GetIndicationByBrandIDXML(brandID:int)
Constructor.
| GetIndicationByBrandIDXML |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| GetIndicationByBrandIDXML | ||
onDBStatementSelectResult(event:SQLEvent):void
Forms the records from the application database that comprise the indication data retrieved
into XML.
| GetIndicationByBrandIDXML | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| GetIndicationByBrandIDXML | ||
onEveDBOpened(event:SQLEvent):void
Retrieves the root records from the application database that comprise indication data
based on the variable
brandID . | GetIndicationByBrandIDXML |
brandID | property |
public var brandID:int
Holds the brandID
value for queries used to locate the indication data database records.
getAttributeXML | property |
indicationbybrandidxml | property |
public var indicationbybrandidxml:XMLList
Holds the indicationbybrandidxml
value for the XMLList returned from the data queries to the application database.
GetIndicationByBrandIDXML | () | constructor |
public function GetIndicationByBrandIDXML(brandID:int)
Constructor.
ParametersbrandID:int |
init | () | method |
protected function init():void
Init. Establishes connection to the application database.
onDBStatementSelectResult | () | method |
protected function onDBStatementSelectResult(event:SQLEvent):void
Forms the records from the application database that comprise the indication data retrieved into XML.
Parametersevent: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 the root records from the application database that comprise indication data
based on the variable brandID
.
event:SQLEvent — SQLEvent
|
See also