Select particular rows in GQLQueries (JDO) Google app Engine JAVA -


I want to select two columns from the table so that this can be done or I have to get the whole table.

App Engine Data Store is not a relational database.

The basic unit of data collection is called a unit.

For more information, always get the full unit on an app engine datastore API documentation as well as low level API documentation.



Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -