|
|
__init__(self,
db,
uri,
pool_size=0,
folder=None,
db_codec='UTF-8',
credential_decoder=<function IDENTITY at 0x2672c80>,
driver_args={},
adapter_args={},
do_connect=True,
after_connection=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
Inherited from FireBirdAdapter:
CONTAINS,
EPOCH,
LENGTH,
NOT_NULL,
RANDOM,
SUBSTRING,
create_sequence_and_triggers,
lastrowid,
select_limitby,
sequence_name,
trigger_name
Inherited from BaseAdapter:
ADD,
AGGREGATE,
ALLOW_NULL,
AND,
AS,
BELONGS,
CASE,
CAST,
COALESCE,
COALESCE_ZERO,
COMMA,
CONCAT,
COUNT,
DIV,
ENDSWITH,
EQ,
EXTRACT,
GE,
GT,
ILIKE,
INVERT,
JOIN,
LE,
LEFT_JOIN,
LIKE,
LOWER,
LT,
MOD,
MUL,
NE,
NOT,
ON,
OR,
PRIMARY_KEY,
RAW,
REGEXP,
REPLACE,
STARTSWITH,
SUB,
UPPER,
adapt,
alias,
build_parsemap,
bulk_insert,
close_connection,
commit,
commit_prepared,
common_filter,
concat_add,
constraint_name,
count,
create_table,
delete,
distributed_transaction_begin,
drop,
execute,
expand,
expand_all,
file_close,
file_delete,
file_exists,
file_open,
find_driver,
get_table,
id_query,
insert,
isOperationalError,
isProgrammingError,
is_numerical_type,
log,
log_execute,
migrate_table,
parse,
parse_blob,
parse_boolean,
parse_date,
parse_datetime,
parse_decimal,
parse_double,
parse_id,
parse_integer,
parse_json,
parse_list_integers,
parse_list_references,
parse_list_strings,
parse_reference,
parse_time,
parse_value,
prepare,
represent,
represent_exceptions,
rollback,
rollback_prepared,
rowslice,
save_dbt,
select,
smart_adapt,
table_alias,
tables,
truncate,
update,
varquote
Inherited from ConnectionPool:
after_connection,
after_connection_hook,
close,
find_or_make_work_folder,
reconnect
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|