Package | at.db |
Class | public class Asset |
tbl_Asset
in the application database.
Property | Defined by | ||
---|---|---|---|
activeAdd : String = "Y"
Holds the
active value to be inserted into the active column of the table
tbl_Asset in the application database. | Asset | ||
bookmarkidAdd : int
Holds the
bookmarkid value to be inserted into the bookmarkid column of the table
tbl_Asset in the application database. | Asset | ||
brandidAdd : int
Holds the
brandid value to be inserted into the brandid column of the table
tbl_Asset in the application database. | Asset | ||
commentsAdd : String
Holds the
comments value to be inserted into the comments column of the table
tbl_Asset in the application database. | Asset | ||
datecreated : String
Holds the
datecreated value to be inserted into the datecreated column of the table
tbl_Asset in the application database. | Asset | ||
datemodified : String
Holds the
datemodified value to be inserted into the datemodified column of the table
tbl_Asset in the application database. | Asset | ||
descriptionAdd : String
Holds the
description value to be inserted into the description column of the table
tbl_Asset in the application database. | Asset | ||
filenameAdd : String
Holds the
filename value to be inserted into the filename column of the table
tbl_Asset in the application database. | Asset | ||
id2Add : int = 0
Holds the
id2 value to be inserted into the id2 column of the table
tbl_Asset in the application database. | Asset | ||
indicationidAdd : int
Holds the
indicationid value to be inserted into the indicationid column of the table
tbl_Asset in the application database. | Asset | ||
locationAdd : String
Holds the
location value to be inserted into the location column of the table
tbl_Asset in the application database. | Asset | ||
nameAdd : String
Holds the
name value to be inserted into the name column of the table
tbl_Asset in the application database. | Asset | ||
repbagidAdd : int
Holds the
repbagid value to be inserted into the repbagid column of the table
tbl_Asset in the application database. | Asset | ||
sectionidAdd : int
Holds the
sectionid value to be inserted into the sectionid column of the table
tbl_Asset in the application database. | Asset | ||
sizeAdd : int
Holds the
size value to be inserted into the size column of the table
tbl_Asset in the application database. | Asset | ||
slideidAdd : int
Holds the
slideid value to be inserted into the slideid column of the table
tbl_Asset in the application database. | Asset | ||
typeidAdd : int
Holds the
typeid value to be inserted into the typeid column of the table
tbl_Asset in the application database. | Asset | ||
versionAdd : int = 0
Holds the
version value to be inserted into the version column of the table
tbl_Asset in the application database. | Asset | ||
whocreated : int
Holds the
whocreated value to be inserted into the whocreated column of the table
tbl_Asset in the application database. | Asset | ||
whomodified : int
Holds the
whomodified value to be inserted into the whomodified column of the table
tbl_Asset in the application database. | Asset |
Method | Defined by | ||
---|---|---|---|
Asset(id2Input:int, brandidInput:int, indicationidInput:int, sectionidInput:int, slideidInput:int, bookmarkidInput:int, repbagidInput:int, typeidInput:int, filenameInput:String, sizeInput:int, locationInput:String, nameInput:String, descriptionInput:String, commentsInput:String, versionInput:int, activeInput:String)
Constructor.
| Asset |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| Asset | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| Asset | ||
onEveDBOpened(event:SQLEvent):void
Creates a table if it does not already exist then adds a new record to the table
tbl_Asset . | Asset |
activeAdd | property |
public var activeAdd:String = "Y"
Holds the active
value to be inserted into the active column of the table
tbl_Asset
in the application database.
The default value is Y
.
bookmarkidAdd | property |
public var bookmarkidAdd:int
Holds the bookmarkid
value to be inserted into the bookmarkid column of the table
tbl_Asset
in the application database.
brandidAdd | property |
public var brandidAdd:int
Holds the brandid
value to be inserted into the brandid column of the table
tbl_Asset
in the application database.
commentsAdd | property |
public var commentsAdd:String
Holds the comments
value to be inserted into the comments column of the table
tbl_Asset
in the application database.
datecreated | property |
public var datecreated:String
Holds the datecreated
value to be inserted into the datecreated column of the table
tbl_Asset
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_Asset
in the application database.
descriptionAdd | property |
public var descriptionAdd:String
Holds the description
value to be inserted into the description column of the table
tbl_Asset
in the application database.
filenameAdd | property |
public var filenameAdd:String
Holds the filename
value to be inserted into the filename column of the table
tbl_Asset
in the application database.
id2Add | property |
public var id2Add:int = 0
Holds the id2
value to be inserted into the id2 column of the table
tbl_Asset
in the application database. Primarily used for
synchronization with a remote database.
The default value is 0
.
indicationidAdd | property |
public var indicationidAdd:int
Holds the indicationid
value to be inserted into the indicationid column of the table
tbl_Asset
in the application database.
locationAdd | property |
public var locationAdd:String
Holds the location
value to be inserted into the location column of the table
tbl_Asset
in the application database.
nameAdd | property |
public var nameAdd:String
Holds the name
value to be inserted into the name column of the table
tbl_Asset
in the application database.
repbagidAdd | property |
public var repbagidAdd:int
Holds the repbagid
value to be inserted into the repbagid column of the table
tbl_Asset
in the application database.
sectionidAdd | property |
public var sectionidAdd:int
Holds the sectionid
value to be inserted into the sectionid column of the table
tbl_Asset
in the application database.
sizeAdd | property |
public var sizeAdd:int
Holds the size
value to be inserted into the size column of the table
tbl_Asset
in the application database.
slideidAdd | property |
public var slideidAdd:int
Holds the slideid
value to be inserted into the slideid column of the table
tbl_Asset
in the application database.
typeidAdd | property |
public var typeidAdd:int
Holds the typeid
value to be inserted into the typeid column of the table
tbl_Asset
in the application database.
versionAdd | property |
public var versionAdd:int = 0
Holds the version
value to be inserted into the version column of the table
tbl_Asset
in the application database. Primarily used for
synchronization with a remote database.
The default value is 0
.
whocreated | property |
public var whocreated:int
Holds the whocreated
value to be inserted into the whocreated column of the table
tbl_Asset
in the application database.
whomodified | property |
public var whomodified:int
Holds the whomodified
value to be inserted into the whomodified column of the table
tbl_Asset
in the application database.
Asset | () | constructor |
public function Asset(id2Input:int, brandidInput:int, indicationidInput:int, sectionidInput:int, slideidInput:int, bookmarkidInput:int, repbagidInput:int, typeidInput:int, filenameInput:String, sizeInput:int, locationInput:String, nameInput:String, descriptionInput:String, commentsInput:String, versionInput:int, activeInput:String)
Constructor.
Parametersid2Input:int |
|
brandidInput:int |
|
indicationidInput:int |
|
sectionidInput:int |
|
slideidInput:int |
|
bookmarkidInput:int |
|
repbagidInput:int |
|
typeidInput:int |
|
filenameInput:String |
|
sizeInput:int |
|
locationInput:String |
|
nameInput:String |
|
descriptionInput:String |
|
commentsInput:String |
|
versionInput:int |
|
activeInput:String |
init | () | method |
protected function init():void
Init. Establishes connection to the application database.
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
Creates a table if it does not already exist then adds a new record to the table tbl_Asset
.
event:SQLEvent — SQLEvent
|