Package | at.db |
Class | public class DeleteRepBagByIndicationID |
tbl_RepBag
in the application database.
Property | Defined by | ||
---|---|---|---|
indicationID : int
Holds the
indicationID value to be used in a query to locate the rep bag record to be deleted. | DeleteRepBagByIndicationID |
Method | Defined by | ||
---|---|---|---|
DeleteRepBagByIndicationID(indicationID:int)
Constructor.
| DeleteRepBagByIndicationID |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| DeleteRepBagByIndicationID | ||
onDBStatementDeleteResult(event:SQLEvent):void
Listener handler method for database SQL statement result.
| DeleteRepBagByIndicationID | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| DeleteRepBagByIndicationID | ||
onEveDBOpened(event:SQLEvent):void
Deletes a record or several records from the table
tbl_RepBag in the application database
where indicationid matches the variable indicationID . | DeleteRepBagByIndicationID |
indicationID | property |
public var indicationID:int
Holds the indicationID
value to be used in a query to locate the rep bag record to be deleted.
DeleteRepBagByIndicationID | () | constructor |
public function DeleteRepBagByIndicationID(indicationID:int)
Constructor.
ParametersindicationID:int |
init | () | method |
protected function init():void
Init. Establishes connection to the application database.
onDBStatementDeleteResult | () | method |
protected function onDBStatementDeleteResult(event:SQLEvent):void
Listener handler method for database SQL statement result.
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
Deletes a record or several records from the table tbl_RepBag
in the application database
where indicationid matches the variable indicationID
.
event:SQLEvent — SQLEvent
|