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