|
__init__(self,
db,
uri=' mongodb://127.0.0.1:5984/db ' ,
pool_size=0,
folder=global_settings.applications_parent,
db_codec=' UTF-8 ' ,
credential_decoder=<function <lambda> at 0x1056938>,
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,
isCapped=True) |
source code
|
|
|
|
|
|
|
|
|
select(self,
query,
fields,
attributes)
Always returns a Rows object, possibly empty. |
source code
|
|
|
parse(self,
rows,
colnames,
blob_decode=True,
tablename=global_settings.applications_parent) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NE(self,
first,
second=global_settings.applications_parent) |
source code
|
|
|
LT(self,
first,
second=global_settings.applications_parent) |
source code
|
|
|
LE(self,
first,
second=global_settings.applications_parent) |
source code
|
|
|
|
|
GE(self,
first,
second=global_settings.applications_parent) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from NoSQLAdapter :
AGGREGATE ,
EXTRACT ,
LEFT_JOIN ,
LOWER ,
PRIMARY_KEY ,
RANDOM ,
SUBSTRING ,
UPPER ,
alias ,
close ,
commit ,
commit_prepared ,
concat_add ,
constraint_name ,
create_sequence_and_triggers ,
distributed_transaction_begin ,
execute ,
integrity_error_class ,
lastrowid ,
log_execute ,
migrate_table ,
prepare ,
represent_exceptions ,
rollback ,
rollback_prepared ,
rowslice
Inherited from BaseAdapter :
ALLOW_NULL ,
COALESCE ,
COALESCE_ZERO ,
JOIN ,
NOT_NULL ,
RAW ,
adapt ,
common_filter ,
delete ,
file_close ,
file_delete ,
file_exists ,
file_open ,
get_table ,
integrity_error ,
operational_error ,
select_limitby ,
sequence_name ,
tables ,
trigger_name
Inherited from ConnectionPool :
find_or_make_work_folder ,
pool_connection
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|