|
|
|
file_open(self,
filename,
mode=' rb ' ,
lock=True)
to be used ONLY for files that on GAE may not be on filesystem |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__init__(self,
db,
uri=' couchdb://127.0.0.1:5984 ' ,
pool_size=0,
folder=global_settings.applications_parent,
db_codec=' UTF-8 ' ,
credential_decoder=<function <lambda> at 0xfc7c08>,
driver_args={ } ,
adapter_args={ } )
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
create_table(self,
table,
migrate=True,
fake_migrate=True,
polymodel=global_settings.applications_parent) |
source code
|
|
|
|
|
|
|
select(self,
query,
fields,
attributes)
Always returns a Rows object, possibly empty. |
source code
|
|
|
|
|
|
|
|
Inherited from NoSQLAdapter :
ADD ,
AGGREGATE ,
AS ,
DIV ,
ENDSWITH ,
EXTRACT ,
ILIKE ,
LEFT_JOIN ,
LOWER ,
MUL ,
ON ,
PRIMARY_KEY ,
RANDOM ,
STARTSWITH ,
SUB ,
SUBSTRING ,
UPPER ,
alias ,
close ,
commit ,
commit_prepared ,
concat_add ,
constraint_name ,
create_sequence_and_triggers ,
distributed_transaction_begin ,
drop ,
execute ,
integrity_error_class ,
lastrowid ,
log_execute ,
migrate_table ,
prepare ,
represent_exceptions ,
rollback ,
rollback_prepared ,
rowslice
Inherited from BaseAdapter :
ALLOW_NULL ,
BELONGS ,
COALESCE ,
COALESCE_ZERO ,
CONTAINS ,
GE ,
GT ,
INVERT ,
JOIN ,
LE ,
LIKE ,
LT ,
MOD ,
NOT ,
NOT_NULL ,
RAW ,
REGEXP ,
adapt ,
build_parsemap ,
bulk_insert ,
common_filter ,
expand_all ,
file_delete ,
get_table ,
integrity_error ,
operational_error ,
parse ,
parse_blob ,
parse_boolean ,
parse_date ,
parse_datetime ,
parse_decimal ,
parse_double ,
parse_id ,
parse_integer ,
parse_list_integers ,
parse_list_references ,
parse_list_strings ,
parse_reference ,
parse_time ,
parse_value ,
select_limitby ,
sequence_name ,
tables ,
trigger_name ,
truncate
Inherited from ConnectionPool :
find_or_make_work_folder ,
pool_connection
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|