Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

Add the ability to add a projection map to a specified uri #4

Open
wmbest2 opened this issue Mar 4, 2014 · 0 comments
Open

Add the ability to add a projection map to a specified uri #4

wmbest2 opened this issue Mar 4, 2014 · 0 comments
Assignees

Comments

@wmbest2
Copy link
Contributor

wmbest2 commented Mar 4, 2014

This will be helpful for table join URIs

possible solutions

... {
    DatabaseHelper.addProjection(mJoinUri, "table1.id", "table1.id");

    DatabaseHelper.addProjectionMap(mJoinUri, aMap);

    DatabaseHelper.addProjectionForTable(mJoinUri, "table1", "id", "columna", "columnb", ...);
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants