Package | at.db |
Class | public class UpdateIndicationAttributeByID |
Property | Defined by | ||
---|---|---|---|
datemodified : String
Holds the
datemodified value to be inserted into the datemodified column of the tables
in the application database. | UpdateIndicationAttributeByID | ||
evevalueEdit : String
Holds the
evevalue value passed into the class used to update the existing
indication attribute record in the application database. | UpdateIndicationAttributeByID | ||
indicationattributeID : int
Holds the
indicationattributeID value passed into the class used to reference the existing
indication attribute record for updating in the application database. | UpdateIndicationAttributeByID | ||
whomodified : int
Holds the
whomodified value to be inserted into the whomodified column of the tables
in the application database. | UpdateIndicationAttributeByID |
Method | Defined by | ||
---|---|---|---|
UpdateIndicationAttributeByID(indicationattributeID:int, evevalueInput:String)
Constructor.
| UpdateIndicationAttributeByID |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| UpdateIndicationAttributeByID | ||
onDBStatementEditResult(event:SQLEvent):void
Listener handler method for database SQL statement result.
| UpdateIndicationAttributeByID | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| UpdateIndicationAttributeByID | ||
onEveDBOpened(event:SQLEvent):void
Updates the indication attribute record in the application database.
| UpdateIndicationAttributeByID |
datemodified | property |
public var datemodified:String
Holds the datemodified
value to be inserted into the datemodified column of the tables
in the application database.
evevalueEdit | property |
public var evevalueEdit:String
Holds the evevalue
value passed into the class used to update the existing
indication attribute record in the application database.
indicationattributeID | property |
public var indicationattributeID:int
Holds the indicationattributeID
value passed into the class used to reference the existing
indication attribute record for updating in the application database.
whomodified | property |
public var whomodified:int
Holds the whomodified
value to be inserted into the whomodified column of the tables
in the application database.
UpdateIndicationAttributeByID | () | constructor |
public function UpdateIndicationAttributeByID(indicationattributeID:int, evevalueInput:String)
Constructor.
ParametersindicationattributeID:int |
|
evevalueInput: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 the indication attribute record in the application database.
Parametersevent:SQLEvent |