[TIMOB-12116] BlackBerry: Implement Titanium.Database
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-01-30T18:14:49.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 3.1.0, 2013 Sprint 02 BB, 2013 Sprint 02 |
| Components | BlackBerry |
| Labels | notable |
| Reporter | Russell McMahon |
| Assignee | Russell McMahon |
| Created | 2012-12-18T17:53:30.000+0000 |
| Updated | 2017-03-09T07:57:08.000+0000 |
Description
Need to implement at least:
* Titanium.Database
* Titanium.Database.DB
** Titanium.Database.DB.close
** Titanium.Database.DB.execute
** Titanium.Database.DB.lastInsertRowId
** Titanium.Database.DB.remove
* Titanium.Database.install
* Titanium.Database.open
* Titanium.Database.ResultSet
** Titanium.Database.ResultSet.close
** Titanium.Database.ResultSet.fieldByName
** Titanium.Database.ResultSet.getRowCount
** Titanium.Database.ResultSet.isValidRow
** Titanium.Database.ResultSet.next
Basic operations are in still need to do install and handle blob types these are blocked by Ti.Filesystem support and Ti.Blob support
Closing ticket as fixed.