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