(1)SQLitedatabase db=new  SQLitedatabase(()
(2)SQLiteQueryBuilder qb =new SQLiteQueryBuilder()
(3)qb.settable(ta);
(4)qb.setprojectionmap(count_map);(5)qb.query(db,.....);
请问以上代码是什么意思呢?(第三句代码是不是设置db里边的table名为ta呢?,特别是qb.setprojectionmap(count_map);作用什么呢)请会的朋友帮忙回答,谢谢