Package | at.db |
Class | public class UpdateRep |
tbl_Rep
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_Rep in the application database. | UpdateRep | ||
commentsEdit : String
Holds the
comments value to be inserted into the comments column of the table
tbl_Rep in the application database. | UpdateRep | ||
datemodified : String
Holds the
datemodified value to be inserted into the datemodified column of the table
tbl_Rep in the application database. | UpdateRep | ||
descriptionEdit : String
Holds the
description value to be inserted into the description column of the table
tbl_Rep in the application database. | UpdateRep | ||
emailaddressEdit : String
Holds the
emailaddress value to be inserted into the emailaddress column of the table
tbl_Rep in the application database. | UpdateRep | ||
extrepidEdit : String
Holds the
extrepid value to be inserted into the extrepid column of the table
tbl_Rep in the application database. | UpdateRep | ||
firstnameEdit : String
Holds the
firstname value to be inserted into the firstname column of the table
tbl_Rep in the application database. | UpdateRep | ||
id2Edit : int = 0
Holds the
id2 value to be inserted into the id2 column of the table
tbl_Rep in the application database. | UpdateRep | ||
lastnameEdit : String
Holds the
lastname value to be inserted into the lastname column of the table
tbl_Rep in the application database. | UpdateRep | ||
nameEdit : String
Holds the
name value to be inserted into the name column of the table
tbl_Rep in the application database. | UpdateRep | ||
passwordEdit : String
Holds the
password value to be inserted into the password column of the table
tbl_Rep in the application database. | UpdateRep | ||
repID : int
Holds the
repID value passed into the class used to reference the existing
rep record for updating in the application database. | UpdateRep | ||
usernameEdit : String
Holds the
username value to be inserted into the username column of the table
tbl_Rep in the application database. | UpdateRep | ||
versionEdit : int = 0
Holds the
version value to be inserted into the version column of the table
tbl_Rep in the application database. | UpdateRep | ||
whomodified : int
Holds the
whomodified value to be inserted into the whomodified column of the table
tbl_Rep in the application database. | UpdateRep |
Method | Defined by | ||
---|---|---|---|
UpdateRep(repID:int, id2Input:int, extrepidInput:String, firstnameInput:String, lastnameInput:String, emailaddressInput:String, usernameInput:String, passwordInput:String, nameInput:String, descriptionInput:String, commentsInput:String, versionInput:int, activeInput:String)
Constructor.
| UpdateRep |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| UpdateRep | ||
onDBStatementEditResult(event:SQLEvent):void
Listener handler method for database SQL statement result.
| UpdateRep | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| UpdateRep | ||
onEveDBOpened(event:SQLEvent):void
Updates an existing rep record in the table
tbl_Rep in the
application database. | UpdateRep |
activeEdit | property |
public var activeEdit:String = "Y"
Holds the active
value to be inserted into the active column of the table
tbl_Rep
in the application database.
The default value is Y
.
commentsEdit | property |
public var commentsEdit:String
Holds the comments
value to be inserted into the comments column of the table
tbl_Rep
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_Rep
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_Rep
in the application database.
emailaddressEdit | property |
public var emailaddressEdit:String
Holds the emailaddress
value to be inserted into the emailaddress column of the table
tbl_Rep
in the application database.
extrepidEdit | property |
public var extrepidEdit:String
Holds the extrepid
value to be inserted into the extrepid column of the table
tbl_Rep
in the application database.
firstnameEdit | property |
public var firstnameEdit:String
Holds the firstname
value to be inserted into the firstname column of the table
tbl_Rep
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_Rep
in the application database. Primarily used for
synchronization with a remote database.
The default value is 0
.
lastnameEdit | property |
public var lastnameEdit:String
Holds the lastname
value to be inserted into the lastname column of the table
tbl_Rep
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_Rep
in the application database.
passwordEdit | property |
public var passwordEdit:String
Holds the password
value to be inserted into the password column of the table
tbl_Rep
in the application database.
repID | property |
public var repID:int
Holds the repID
value passed into the class used to reference the existing
rep record for updating in the application database.
usernameEdit | property |
public var usernameEdit:String
Holds the username
value to be inserted into the username column of the table
tbl_Rep
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_Rep
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_Rep
in the application database.
UpdateRep | () | constructor |
public function UpdateRep(repID:int, id2Input:int, extrepidInput:String, firstnameInput:String, lastnameInput:String, emailaddressInput:String, usernameInput:String, passwordInput:String, nameInput:String, descriptionInput:String, commentsInput:String, versionInput:int, activeInput:String)
Constructor.
ParametersrepID:int |
|
id2Input:int |
|
extrepidInput:String |
|
firstnameInput:String |
|
lastnameInput:String |
|
emailaddressInput:String |
|
usernameInput:String |
|
passwordInput: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 rep record in the table tbl_Rep
in the
application database.
event:SQLEvent — SQLEvent
|