Hi,
I have created a database and and a table in sqlite which consists of datatypes(varchar, Integer and Boolean).I have inserted the data in to the table of the specified datatype. While retrieving data im quite surprised seeing that cursor.getString(columnindex) and cursor.getInt(columnindex) methods are available .. what about the boolean type i couldnt find any methods for resolving the boolean type..
Am i missing something ? any suggestions will be helpful to resolve the problem.




.