|
__init__(self,
db,
uri,
pool_size=0,
folder=1,
db_codec=' UTF-8 ' ,
credential_decoder=<function <lambda> at 0xd6d500>,
driver_args={ } ,
adapter_args={ } )
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
Inherited from BaseAdapter :
ADD ,
AGGREGATE ,
ALLOW_NULL ,
AND ,
AS ,
BELONGS ,
COALESCE_ZERO ,
COMMA ,
CONTAINS ,
DIV ,
ENDSWITH ,
EQ ,
EXTRACT ,
GE ,
GT ,
INVERT ,
JOIN ,
LE ,
LEFT_JOIN ,
LIKE ,
LOWER ,
LT ,
MOD ,
MUL ,
NE ,
NOT ,
ON ,
OR ,
PRIMARY_KEY ,
STARTSWITH ,
SUB ,
SUBSTRING ,
UPPER ,
alias ,
bulk_insert ,
close ,
commit ,
commit_prepared ,
concat_add ,
constraint_name ,
count ,
create_sequence_and_triggers ,
create_table ,
delete ,
distributed_transaction_begin ,
drop ,
expand ,
file_close ,
file_delete ,
file_exists ,
file_open ,
filter_tenant ,
get_table ,
insert ,
integrity_error ,
log_execute ,
migrate_table ,
parse ,
prepare ,
represent ,
rollback ,
rollback_prepared ,
rowslice ,
select ,
sequence_name ,
tables ,
trigger_name ,
truncate ,
update
Inherited from ConnectionPool :
find_or_make_work_folder ,
pool_connection
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|