Package | at.db |
Class | public class UpdateRepBag |
tbl_RepBag
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_RepBag in the application database. | UpdateRepBag | ||
attributeidEdit : int
Holds the
attributeid value to be inserted into the attributeid column of the table
tbl_RepBag in the application database. | UpdateRepBag | ||
commentsEdit : String
Holds the
comments value to be inserted into the comments column of the table
tbl_RepBag in the application database. | UpdateRepBag | ||
datemodified : String
Holds the
datemodified value to be inserted into the datemodified column of the table
tbl_RepBag in the application database. | UpdateRepBag | ||
descriptionEdit : String
Holds the
description value to be inserted into the description column of the table
tbl_RepBag in the application database. | UpdateRepBag | ||
eveidEdit : String
Holds the
eveid value to be inserted into the eveid column of the table
tbl_RepBag in the application database. | UpdateRepBag | ||
evevalueEdit : String
Holds the
evevalue value to be inserted into the evevalue column of the table
tbl_RepBag in the application database. | UpdateRepBag | ||
id2Edit : int = 0
Holds the
id2 value to be inserted into the id2 column of the table
tbl_RepBag in the application database. | UpdateRepBag | ||
indicationidEdit : int
Holds the
indicationid value to be inserted into the indicationid column of the table
tbl_RepBag in the application database. | UpdateRepBag | ||
levelEdit : int
Holds the
level value to be inserted into the level column of the table
tbl_RepBag in the application database. | UpdateRepBag | ||
nameEdit : String
Holds the
name value to be inserted into the name column of the table
tbl_RepBag in the application database. | UpdateRepBag | ||
repbagID : int
Holds the
repbagID value passed into the class used to reference the existing
repbag record for updating in the application database. | UpdateRepBag | ||
repidEdit : int
Holds the
repid value to be inserted into the repid column of the table
tbl_RepBag in the application database. | UpdateRepBag | ||
slideidEdit : int
Holds the
slideid value to be inserted into the slideid column of the table
tbl_RepBag in the application database. | UpdateRepBag | ||
typeidEdit : int
Holds the
typeid value to be inserted into the typeid column of the table
tbl_RepBag in the application database. | UpdateRepBag | ||
versionEdit : int = 0
Holds the
version value to be inserted into the version column of the table
tbl_RepBag in the application database. | UpdateRepBag | ||
whomodified : int
Holds the
whomodified value to be inserted into the whomodified column of the table
tbl_RepBag in the application database. | UpdateRepBag |
Method | Defined by | ||
---|---|---|---|
UpdateRepBag(repbagID:int, id2Input:int, indicationidInput:int, repidInput:int, typeidInput:int, eveidInput:String, slideidInput:int, evevalueInput:String, attributeidInput:int, levelInput:int, nameInput:String, descriptionInput:String, commentsInput:String, versionInput:int, activeInput:String)
Constructor.
| UpdateRepBag |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| UpdateRepBag | ||
onDBStatementEditResult(event:SQLEvent):void
Listener handler method for database SQL statement result.
| UpdateRepBag | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| UpdateRepBag | ||
onEveDBOpened(event:SQLEvent):void
Updates an existing rep bag record in the table
tbl_RepBag in the
application database. | UpdateRepBag |
activeEdit | property |
public var activeEdit:String = "Y"
Holds the active
value to be inserted into the active column of the table
tbl_RepBag
in the application database.
The default value is Y
.
attributeidEdit | property |
public var attributeidEdit:int
Holds the attributeid
value to be inserted into the attributeid column of the table
tbl_RepBag
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_RepBag
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_RepBag
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_RepBag
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_RepBag
in the application database.
evevalueEdit | property |
public var evevalueEdit:String
Holds the evevalue
value to be inserted into the evevalue column of the table
tbl_RepBag
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_RepBag
in the application database. Primarily used for
synchronization with a remote database.
The default value is 0
.
indicationidEdit | property |
public var indicationidEdit:int
Holds the indicationid
value to be inserted into the indicationid column of the table
tbl_RepBag
in the application database.
levelEdit | property |
public var levelEdit:int
Holds the level
value to be inserted into the level column of the table
tbl_RepBag
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_RepBag
in the application database.
repbagID | property |
public var repbagID:int
Holds the repbagID
value passed into the class used to reference the existing
repbag record for updating in the application database.
repidEdit | property |
public var repidEdit:int
Holds the repid
value to be inserted into the repid column of the table
tbl_RepBag
in the application database.
slideidEdit | property |
public var slideidEdit:int
Holds the slideid
value to be inserted into the slideid column of the table
tbl_RepBag
in the application database.
typeidEdit | property |
public var typeidEdit:int
Holds the typeid
value to be inserted into the typeid column of the table
tbl_RepBag
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_RepBag
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_RepBag
in the application database.
UpdateRepBag | () | constructor |
public function UpdateRepBag(repbagID:int, id2Input:int, indicationidInput:int, repidInput:int, typeidInput:int, eveidInput:String, slideidInput:int, evevalueInput:String, attributeidInput:int, levelInput:int, nameInput:String, descriptionInput:String, commentsInput:String, versionInput:int, activeInput:String)
Constructor.
ParametersrepbagID:int |
|
id2Input:int |
|
indicationidInput:int |
|
repidInput:int |
|
typeidInput:int |
|
eveidInput:String |
|
slideidInput:int |
|
evevalueInput:String |
|
attributeidInput:int |
|
levelInput: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 rep bag record in the table tbl_RepBag
in the
application database.
event:SQLEvent — SQLEvent
|