On Fri, Feb 22, 2013 at 4:47 PM, Gregory Moore <thewatchful...@gmail.com>wrote:
> It was my understanding that any version of SQLite is written using the C > programming language which happens to be a procedural language (as in not > OOP) so I'm not sure why OOP is even part of the discussion. > OOP is a design philosophy, not a programming langauge. SQLite is OOP even though it is coded in C. There are objects (sqlite3, sqlite3_stmt, sqlite3_vfs, etc) and methods on those objects. And there is inheritance. -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users