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