Package | at.db |
Class | public class DeleteBookmarkAttributeByBookmarkID |
tbl_BookmarkAttribute
in the application database.
Property | Defined by | ||
---|---|---|---|
attributeID : int = 0
Holds the
attributeID value of the 'slideID' used for processing of slide record info in a bookmark. | DeleteBookmarkAttributeByBookmarkID | ||
bookmarkID : int
Holds the
bookmarkID value to be used in a query to locate the bookmark attribute record to be deleted. | DeleteBookmarkAttributeByBookmarkID |
Method | Defined by | ||
---|---|---|---|
DeleteBookmarkAttributeByBookmarkID(bookmarkID:int)
Constructor.
| DeleteBookmarkAttributeByBookmarkID |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| DeleteBookmarkAttributeByBookmarkID | ||
onDBStatementDeleteResult(event:SQLEvent):void
Listener handler method for database SQL statement result.
| DeleteBookmarkAttributeByBookmarkID | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| DeleteBookmarkAttributeByBookmarkID | ||
onEveDBOpened(event:SQLEvent):void
Deletes a record or several records from the table
tbl_BookmarkAttribute in the application database
where bookmarkid matches the variable bookmarkID . | DeleteBookmarkAttributeByBookmarkID |
attributeID | property |
public var attributeID:int = 0
Holds the attributeID
value of the 'slideID' used for processing of slide record info in a bookmark.
The default value is 0
.
bookmarkID | property |
public var bookmarkID:int
Holds the bookmarkID
value to be used in a query to locate the bookmark attribute record to be deleted.
DeleteBookmarkAttributeByBookmarkID | () | constructor |
public function DeleteBookmarkAttributeByBookmarkID(bookmarkID:int)
Constructor.
ParametersbookmarkID:int |
init | () | method |
protected function init():void
Init. Establishes connection to the application database.
onDBStatementDeleteResult | () | method |
protected function onDBStatementDeleteResult(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
Deletes a record or several records from the table tbl_BookmarkAttribute
in the application database
where bookmarkid matches the variable bookmarkID
.
event:SQLEvent — SQLEvent
|