|
__init__(self,
db,
uri=' mongodb://127.0.0.1:5984/db ' ,
pool_size=0,
folder=1,
db_codec=' UTF-8 ' ,
credential_decoder=<function <lambda> at 0xd739b0>,
driver_args={ } ,
adapter_args={ } )
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
Inherited from NoSQLAdapter :
ADD ,
AGGREGATE ,
AND ,
AS ,
DIV ,
ENDSWITH ,
EXTRACT ,
LEFT_JOIN ,
LIKE ,
LOWER ,
MUL ,
ON ,
OR ,
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 ,
represent_exceptions ,
rollback ,
rollback_prepared ,
rowslice
Inherited from BaseAdapter :
ALLOW_NULL ,
BELONGS ,
COALESCE_ZERO ,
COMMA ,
CONTAINS ,
EQ ,
GE ,
GT ,
INVERT ,
JOIN ,
LE ,
LT ,
MOD ,
NE ,
NOT ,
NOT_NULL ,
bulk_insert ,
create_table ,
expand ,
file_close ,
file_delete ,
file_exists ,
file_open ,
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__
|