FDB 2.0.3
  • Usage Guide
  • Reference
  • Index
  • Content
      • Getting Started
        • Installation
          • Installation from PYPI
          • Installation from source
        • Quick-start Guide
          • Connecting to a Database
          • Executing SQL Statements
          • Calling Stored Procedures
      • Usage Guide
        • Driver structure
        • Databases
          • Using connect
          • Using create_database
          • Deleting databases
          • Connection object
          • Getting information about Firebird version
          • Database On-Disk Structure
          • Getting information about database
        • Executing SQL Statements
          • Cursor object
          • SQL Execution Basics
          • Parametrized statements
          • Fetching data from server
          • Prepared Statements
          • Named Cursors
          • Working with stored procedures
        • Data handling and conversions
          • Implicit Conversion of Input Parameters from Strings
          • Automatic conversion from/to unicode
          • Working with BLOBs
          • Firebird ARRAY type
        • Transanction management
          • Basics
          • Auto-commit
          • Transaction parameters
          • Getting information about transaction
          • Retaining transactions
          • Savepoints
          • Using multiple transactions with the same connection
          • Distributed Transactions
          • Transaction Context Manager
        • Database Events
          • What they are
          • Why use them
          • How events are exposed
          • API for Python developers
        • Working with Services
          • Services API Connections
          • Server Configuration and State
          • Database options
          • Database maintenance
          • User maintenance
          • Trace service
          • Text ouput from Services
        • Working with database schema
          • Available information
          • Metadata objects
          • Visitor Pattern support
          • Object dependencies
          • Enhanced list of objects
          • SQL operations
        • Working with user privileges
        • Working with monitoring tables
          • Available information
          • Activity snapshot
        • Driver hooks
          • HOOK_API_LOADED
          • HOOK_DATABASE_ATTACHED
          • HOOK_DATABASE_ATTACH_REQUEST
          • HOOK_DATABASE_DETACH_REQUEST
          • HOOK_DATABASE_CLOSED
          • HOOK_SERVICE_ATTACHED
      • Compliance to PyDB API 2.0
        • Unsupported Optional Features
        • Supported Optional Features
        • Nominally Supported Optional Features
        • Extensions and Caveats
      • FDB Reference
        • Main driver namespace
          • Constants
          • Exceptions
          • Functions
          • Classes
          • Internally used classes exposed to driver users
        • Services
          • Constants
          • Functions
          • Classes
        • Database schema
          • Module globals
          • Functions
          • Classes
        • Monitoring information
          • Constants
          • Classes
        • Firebird trace & audit
          • Constants
          • Classes
        • GSTAT protocols
          • Module globals
          • Functions
          • Classes
        • Firebird server log
          • Functions
          • Classes
        • Utilities
          • Functions
          • Classes
        • ctypes interface to Firebird client library
          • Constants
          • Types
          • Other globals
          • Functions
          • Classes
          • BLR Constants
      • Changelog
        • Version 2.0.3
          • Bugs Fixed
        • Version 2.0.2
          • Bugs Fixed
        • Version 2.0.1
          • Improvements
          • Other changes
          • Bugs Fixed
        • Version 2.0
          • Improvements
          • Other changes
          • Bugs Fixed
        • Version 1.8
        • Version 1.7
        • Version 1.6.1
        • Version 1.6
        • Version 1.5.1
        • Version 1.5
        • Version 1.4.11
        • Version 1.4.10
        • Version 1.4.9
        • Version 1.4.8
        • Version 1.4.7
        • Version 1.4.6
          • Bugs Fixed
        • Version 1.4.5
          • Bugs Fixed
        • Version 1.4.4
          • Improvements
          • Bugs Fixed
        • Version 1.4.3
          • Bugs Fixed
        • Version 1.4.2
          • Improvements
          • Bugs Fixed
        • Version 1.4.1
          • Improvements
          • Bugs Fixed
        • Version 1.4
          • New Features
          • Improvements
          • Bugs Fixed
        • Version 1.3
          • New Features
          • Improvements
          • Bugs Fixed
        • Version 1.2
          • New Features
          • Improvements
          • Bugs Fixed
        • Version 1.1.1
          • Bugs Fixed
        • Version 1.1
          • New Features
          • Bugs Fixed
        • Version 1.0
          • Improvements
          • Bugs Fixed
        • Version 0.9.9
          • New Features
          • Other changes
          • Bugs Fixed
        • Version 0.9.1
        • Version 0.9
          • New Features
          • Other changes
        • Version 0.8.5
          • New Features
          • Bugs Fixed
        • Version 0.8
          • New Features
          • Bugs Fixes
        • Version 0.7.2
          • New Features
        • Version 0.7.1
        • Version 0.7
          • What’s missing
  • Page
  • « Changelog

Back to top

© Copyright 2009-present Pavel Cisar.
Created using Sphinx 7.2.6.