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