You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there's SQLiteStatement.loadLongs() which is a fast way to transfer
one column of integer values from SQLite into Java. A generic method to
transfer any type of data and in multiple columns is needed.
Original issue reported on code.google.com by [email protected] on 29 Jun 2011 at 12:36