Skip to content

Instantly share code, notes, and snippets.

@greatman
Created April 28, 2013 22:48
Show Gist options
  • Save greatman/5478729 to your computer and use it in GitHub Desktop.
Save greatman/5478729 to your computer and use it in GitHub Desktop.
List<TheTable> list = DatabaseManager.thequery......
for (TheTable entry: list ) {
//Do whatever you want
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment