[TIMOB-7104] MobileWeb: Complete Ti.Database.DB implementation
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2012-04-25T16:40:31.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | mw-list |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2012-01-11T12:55:03.000+0000 |
| Updated | 2014-01-28T23:23:13.000+0000 |
Description
Finish the Ti.Database.DB implementation.
Extends Evented.
Methods:
* getLastInsertRowId()
* getName()
* getRowsAffected()
* setLastInsertRowId()
* setName()
* setRowsAffected()
There are properties for these already, so should use lang.mixProps() to automatically create the setters/getters.
Mobile web is unable to implement Ti.Database and will never be implemented.