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