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