Is there any way, how to get Cursor for a query, which I am processing with ORMLite Dao object?
Did you try some of Gray's advice from this post? He explains how you can select a column as another name, such as, select id as _id.