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