sqlite_single_query
SQLiteDatabase->singleQuery
Executes a query and returns either an array for one single column or the value of the first row
&reftitle.description;
arraysqlite_single_query
resourcedb
stringquery
boolfirst_row_only
booldecode_binary
Object oriented style (method):
SQLiteDatabase
arraysingleQuery
stringquery
boolfirst_row_only
booldecode_binary
&warn.undocumented.func;