我对一个正常的qlite数据库进行了相当复杂的询问(多份合并)。 查询是<代码>SlectT *,使某些自动属性甄选逻辑(因此我可以删除“*”)
我面临的问题是,我的定本包含多栏,名称相同。 例如,在询问中,每个表格都有一个共同的“_id”。 当我打电话到cursor.getColumnIndex ("_id”)"
时,所退还的价值始终是最后<代码>_id"在结果栏目清单中(即不是我想要的)的索引。 I d 热能使用我方位的座右铭,例如 曲线器.getColumnIndex(“A._id”)
,但这并非奏效。
- It appears that
cursor.getColumnIndex(AttributeName)
returns the index of the last "AttributeName". Can anyone confirm this? - Also, any suggestions on how return the index of the 1st attribute with "AttributeName"? or better the Xth attribute having "AttributeName"?