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

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

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