Package | at.db |
Class | public class UpdateIndication |
tbl_Indication
in the application database.
Property | Defined by | ||
---|---|---|---|
activeEdit : String = "Y"
Holds the
active value to be inserted into the active column of the table
tbl_Indication in the application database. | UpdateIndication | ||
brandidEdit : int
Holds the
brandid value to be inserted into the brandid column of the table
tbl_Indication in the application database. | UpdateIndication | ||
commentsEdit : String
Holds the
comments value to be inserted into the comments column of the table
tbl_Indication in the application database. | UpdateIndication | ||
datemodified : String
Holds the
datemodified value to be inserted into the datemodified column of the table
tbl_Indication in the application database. | UpdateIndication | ||
defaultcallidEdit : int
Holds the
defaultcallid value to be inserted into the defaultcallid column of the table
tbl_Indication in the application database. | UpdateIndication | ||
descriptionEdit : String
Holds the
description value to be inserted into the description column of the table
tbl_Indication in the application database. | UpdateIndication | ||
eveidEdit : String
Holds the
eveid value to be inserted into the eveid column of the table
tbl_Indication in the application database. | UpdateIndication | ||
id2Edit : int = 0
Holds the
id2 value to be inserted into the id2 column of the table
tbl_Indication in the application database. | UpdateIndication | ||
indicationID : int
Holds the
indicationID value passed into the class used to reference the existing
indication record for updating in the application database. | UpdateIndication | ||
nameEdit : String
Holds the
name value to be inserted into the name column of the table
tbl_Indication in the application database. | UpdateIndication | ||
versionEdit : int = 0
Holds the
version value to be inserted into the version column of the table
tbl_Indication in the application database. | UpdateIndication | ||
whomodified : int
Holds the
whomodified value to be inserted into the whomodified column of the table
tbl_Indication in the application database. | UpdateIndication |
Method | Defined by | ||
---|---|---|---|
UpdateIndication(indicationID:int, id2Input:int, defaultcallidInput:int, brandidInput:int, eveidInput:String, nameInput:String, descriptionInput:String, commentsInput:String, versionInput:int, activeInput:String)
Constructor.
| UpdateIndication |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| UpdateIndication | ||
onDBStatementEditResult(event:SQLEvent):void
Listener handler method for database SQL statement result.
| UpdateIndication | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| UpdateIndication | ||
onEveDBOpened(event:SQLEvent):void
Updates an existing indication record in the table
tbl_Indication in the
application database. | UpdateIndication |
activeEdit | property |
public var activeEdit:String = "Y"
Holds the active
value to be inserted into the active column of the table
tbl_Indication
in the application database.
The default value is Y
.
brandidEdit | property |
public var brandidEdit:int
Holds the brandid
value to be inserted into the brandid column of the table
tbl_Indication
in the application database.
commentsEdit | property |
public var commentsEdit:String
Holds the comments
value to be inserted into the comments column of the table
tbl_Indication
in the application database.
datemodified | property |
public var datemodified:String
Holds the datemodified
value to be inserted into the datemodified column of the table
tbl_Indication
in the application database.
defaultcallidEdit | property |
public var defaultcallidEdit:int
Holds the defaultcallid
value to be inserted into the defaultcallid column of the table
tbl_Indication
in the application database.
descriptionEdit | property |
public var descriptionEdit:String
Holds the description
value to be inserted into the description column of the table
tbl_Indication
in the application database.
eveidEdit | property |
public var eveidEdit:String
Holds the eveid
value to be inserted into the eveid column of the table
tbl_Indication
in the application database.
id2Edit | property |
public var id2Edit:int = 0
Holds the id2
value to be inserted into the id2 column of the table
tbl_Indication
in the application database. Primarily used for
synchronization with a remote database.
The default value is 0
.
indicationID | property |
public var indicationID:int
Holds the indicationID
value passed into the class used to reference the existing
indication record for updating in the application database.
nameEdit | property |
public var nameEdit:String
Holds the name
value to be inserted into the name column of the table
tbl_Indication
in the application database.
versionEdit | property |
public var versionEdit:int = 0
Holds the version
value to be inserted into the version column of the table
tbl_Indication
in the application database. Primarily used for
synchronization with a remote database.
The default value is 0
.
whomodified | property |
public var whomodified:int
Holds the whomodified
value to be inserted into the whomodified column of the table
tbl_Indication
in the application database.
UpdateIndication | () | constructor |
public function UpdateIndication(indicationID:int, id2Input:int, defaultcallidInput:int, brandidInput:int, eveidInput:String, nameInput:String, descriptionInput:String, commentsInput:String, versionInput:int, activeInput:String)
Constructor.
ParametersindicationID:int |
|
id2Input:int |
|
defaultcallidInput:int |
|
brandidInput:int |
|
eveidInput:String |
|
nameInput:String |
|
descriptionInput:String |
|
commentsInput:String |
|
versionInput:int |
|
activeInput:String |
init | () | method |
protected function init():void
Init. Establishes connection to the application database.
onDBStatementEditResult | () | method |
protected function onDBStatementEditResult(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 an existing indication record in the table tbl_Indication
in the
application database.
event:SQLEvent — SQLEvent
|