yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

SquidCursor type arg #195

Closed sbosley closed 8 years ago

sbosley commented 8 years ago

Enable SquidCursor to expose its 'hint' model class (which should match the type arg) if it was created with one. Figured this might be a useful API for some users and all the information needed for it was readily available.

jdkoren commented 8 years ago

LGTM