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