The functions described on this page are defined in the
google.appengine.ext.db
package.
Contents
-
Functions
-
allocate_ids() -
allocate_ids_async() -
allocate_id_range() -
create_transaction_options() -
delete() -
delete_async() -
get() -
get_async() -
get_indexes() -
get_indexes_async() -
is_in_transaction() -
model_to_protobuf() -
model_from_protobuf() -
model_is_projection() -
put() -
put_async() -
query_descendants() -
run_in_transaction() -
run_in_transaction_custom_retries() -
run_in_transaction_options() -
to_dict()
-
- Decorators
Functions
- allocate_ids ( model , count )
-
Allocates a batch of IDs in the Datastore for a Datastore kind and parent combination.
IDs allocated in this manner will not be used by the Datastore's automatic ID sequence generator and can be used in entity keys without conflict.