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