|
|
|
file_open(self,
filename,
mode=' rb ' ,
lock=True)
to be used ONLY for files that on GAE may not be on filesystem |
source code
|
|
|
file_close(self,
fileobj,
unlock=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=1,
db_codec=' UTF-8 ' ,
credential_decoder=<function <lambda> at 0xd73500>,
driver_args={ } ,
adapter_args={ } )
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
|
|
|
|
|
select(self,
query,
fields,
attributes)
Always returns a Rows object, even if it may be empty |
source code
|
|
|
|
|
|
|
|
Inherited from NoSQLAdapter :
ADD ,
AGGREGATE ,
AS ,
DIV ,
ENDSWITH ,
EXTRACT ,
LEFT_JOIN ,
LIKE ,
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_ZERO ,
CONTAINS ,
GE ,
GT ,
INVERT ,
JOIN ,
LE ,
LT ,
MOD ,
NOT ,
NOT_NULL ,
bulk_insert ,
file_delete ,
filter_tenant ,
get_table ,
integrity_error ,
parse ,
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__
|