Symbyoz
  • Documentations
  • News
    • Access to Private and Public S3 bucket
    • Create manual database Backup
    • Parse Live Query on Symbyoz
    • Symbyoz back-office "white mark"
    • Cloud Code is now available in a Console
  • Tutorials
    • How to create a new project
    • How to create a custom module
    • How to manage left menu
    • How to manage admin user rights
  • Source code examples
    • Connect to iOS app
    • Connect to Android app
    • Create & Save Object
    • Get Object
    • Delete Object
    • User Management
    • Queries
    • Subclasses
    • Cloud Code
Powered by GitBook
On this page

Was this helpful?

  1. Source code examples

Queries

PreviousUser ManagementNextSubclasses

Last updated 6 years ago

Was this helpful?

As we've already seen in the "" section of this doc, Query with the getInBackground method allow you to retrieve an Object from your database. But there is many other ways to retrieve specific data that you want without getting only one result or an array of results that you don't need.

Here we are going to see how to use the most of your Query functions to get the best result out of it.

Get Object