Package | at.db |
Class | public class DeleteSlideBySectionID |
tbl_Slide
in the application database.
Property | Defined by | ||
---|---|---|---|
sectionID : int
Holds the
sectionID value to be used in a query to locate the slide record to be deleted. | DeleteSlideBySectionID |
Method | Defined by | ||
---|---|---|---|
DeleteSlideBySectionID(sectionID:int)
Constructor.
| DeleteSlideBySectionID |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| DeleteSlideBySectionID | ||
onDBStatementDeleteResult(event:SQLEvent):void
Listener handler method for database SQL statement result.
| DeleteSlideBySectionID | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| DeleteSlideBySectionID | ||
onEveDBOpened(event:SQLEvent):void
Deletes a record or several records from the table
tbl_Slide in the application database
where sectionid matches the variable sectionID . | DeleteSlideBySectionID |
sectionID | property |
public var sectionID:int
Holds the sectionID
value to be used in a query to locate the slide record to be deleted.
DeleteSlideBySectionID | () | constructor |
public function DeleteSlideBySectionID(sectionID:int)
Constructor.
ParameterssectionID: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_Slide
in the application database
where sectionid matches the variable sectionID
.
event:SQLEvent — SQLEvent
|