module documentation

The Kinterbasdb backend accepts the enable_rowcount and retaining arguments accepted by the sqlalchemy.dialects.firebird.fdb dialect. In addition, it also accepts the following:

  • type_conv - select the kind of mapping done on the types: by default SQLAlchemy uses 200 with Unicode, datetime and decimal support. See the linked documents below for further information.
  • concurrency_level - set the backend policy with regards to threading issues: by default SQLAlchemy uses policy 1. See the linked documents below for further information.
Class _​FBFloat_kinterbasdb Undocumented
Class _​FBNumeric_kinterbasdb Undocumented
Class ​_kinterbasdb​_numeric Undocumented
Class ​FBDialect_kinterbasdb No class docstring; 0/5 instance variable, 0/5 class variable, 1/8 method, 0/1 class method documented
Class ​FBExecution​Context_kinterbasdb Undocumented