On 25 Mar 2014, at 4:02pm, michal.pilszak <michal.pils...@o2.pl> wrote:
> Hello, I've got a few questions: 1. Firstly, I was wondering what are the > types of sorting and searching algorithms used in SQLite?2. Secondly, I'm > using SQLite in my Android app, and I was wondering is there any (easy) way > to select a different type of sorting or searching? SQLite implements most of the SQL92 language for dealing with databases. Any book or web page aimed at SQL beginners will start you off learning enough about what's possible to answer both of those questions. If you have a specific question about how a particular SQL capability is implemented, don't hesitate to post again. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users