FDB
2.0.1
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
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.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
LICENSE
Page
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
_
_RowMapping (class in fdb.fbcore)
_TableAccessStats (class in fdb.fbcore)
A
accept() (fdb.schema.BackupHistory method)
(fdb.schema.BaseSchemaItem method)
(fdb.schema.CharacterSet method)
(fdb.schema.Collation method)
(fdb.schema.Constraint method)
(fdb.schema.DatabaseException method)
(fdb.schema.DatabaseFile method)
(fdb.schema.Dependency method)
(fdb.schema.Domain method)
(fdb.schema.Filter method)
(fdb.schema.Function method)
(fdb.schema.FunctionArgument method)
(fdb.schema.Index method)
(fdb.schema.Package method)
(fdb.schema.Privilege method)
(fdb.schema.Procedure method)
(fdb.schema.ProcedureParameter method)
(fdb.schema.Role method)
(fdb.schema.Schema method)
(fdb.schema.Sequence method)
(fdb.schema.Shadow method)
(fdb.schema.Table method)
(fdb.schema.TableColumn method)
(fdb.schema.Trigger method)
(fdb.schema.View method)
(fdb.schema.ViewColumn method)
(fdb.utils.Visitable method)
access_mode() (fdb.TPB property)
AccessTuple() (in module fdb.trace)
actions() (fdb.schema.BackupHistory property)
(fdb.schema.BaseSchemaItem property)
(fdb.schema.CharacterSet property)
(fdb.schema.Collation property)
(fdb.schema.Constraint property)
(fdb.schema.DatabaseException property)
(fdb.schema.DatabaseFile property)
(fdb.schema.Dependency property)
(fdb.schema.Domain property)
(fdb.schema.Filter property)
(fdb.schema.Function property)
(fdb.schema.FunctionArgument property)
(fdb.schema.Index property)
(fdb.schema.Package property)
(fdb.schema.Privilege property)
(fdb.schema.Procedure property)
(fdb.schema.ProcedureParameter property)
(fdb.schema.Role property)
(fdb.schema.Sequence property)
(fdb.schema.Shadow property)
(fdb.schema.Table property)
(fdb.schema.TableColumn property)
(fdb.schema.Trigger property)
(fdb.schema.View property)
(fdb.schema.ViewColumn property)
activate_shadow() (fdb.services.Connection method)
active() (fdb.Transaction property)
add() (fdb.ConnectionGroup method)
add_byte() (fdb.ParameterBuffer method)
add_byte_parameter() (fdb.ParameterBuffer method)
add_hook() (in module fdb)
add_integer_parameter() (fdb.ParameterBuffer method)
add_parameter_code() (fdb.ParameterBuffer method)
add_string() (fdb.ParameterBuffer method)
add_string_parameter() (fdb.ParameterBuffer method)
add_user() (fdb.services.Connection method)
add_word() (fdb.ParameterBuffer method)
aliasname (fdb.ibase.XSQLVAR attribute)
aliasname_length (fdb.ibase.XSQLVAR attribute)
all() (fdb.utils.ObjectList method)
any() (fdb.utils.ObjectList method)
append() (fdb.utils.ObjectList method)
args (fdb.Connection.DatabaseError attribute)
(fdb.Connection.DataError attribute)
(fdb.Connection.Error attribute)
(fdb.Connection.IntegrityError attribute)
(fdb.Connection.InterfaceError attribute)
(fdb.Connection.InternalError attribute)
(fdb.Connection.NotSupportedError attribute)
(fdb.Connection.OperationalError attribute)
(fdb.Connection.ProgrammingError attribute)
(fdb.Connection.Warning attribute)
argument_mechanism() (fdb.schema.FunctionArgument property)
argument_name() (fdb.schema.FunctionArgument property)
arguments() (fdb.schema.Function property)
ARRAY
Data
array_bound_lower (fdb.ibase.ISC_ARRAY_BOUND attribute)
array_bound_upper (fdb.ibase.ISC_ARRAY_BOUND attribute)
array_desc_bounds (fdb.ibase.ISC_ARRAY_DESC attribute)
array_desc_dimensions (fdb.ibase.ISC_ARRAY_DESC attribute)
array_desc_dtype (fdb.ibase.ISC_ARRAY_DESC attribute)
array_desc_field_name (fdb.ibase.ISC_ARRAY_DESC attribute)
array_desc_flags (fdb.ibase.ISC_ARRAY_DESC attribute)
array_desc_length (fdb.ibase.ISC_ARRAY_DESC attribute)
array_desc_relation_name (fdb.ibase.ISC_ARRAY_DESC attribute)
array_desc_scale (fdb.ibase.ISC_ARRAY_DESC attribute)
arraysize (fdb.Cursor attribute)
attachment() (fdb.monitor.ContextVariableInfo property)
(fdb.monitor.StatementInfo property)
(fdb.monitor.TransactionInfo property)
attachment_id() (fdb.Connection property)
AttachmentInfo (class in fdb.monitor)
AttachmentInfo() (in module fdb.trace)
attachments() (fdb.monitor.Monitor property)
attributes (fdb.gstat.StatDatabase attribute)
attributes() (fdb.schema.Collation property)
auth_method() (fdb.monitor.AttachmentInfo property)
auto-commit
Transaction
avg_data_length (fdb.gstat.StatIndex attribute)
avg_fill (fdb.gstat.StatTable attribute)
avg_fragment_length (fdb.gstat.StatTable3 attribute)
avg_key_length (fdb.gstat.StatIndex3 attribute)
avg_node_length (fdb.gstat.StatIndex3 attribute)
avg_prefix_length (fdb.gstat.StatIndex3 attribute)
avg_record_length (fdb.gstat.StatTable attribute)
avg_unpacked_length (fdb.gstat.StatTable3 attribute)
avg_version_length (fdb.gstat.StatTable attribute)
B
backouts() (fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
backup() (fdb.services.Connection method)
backup_diff_file (fdb.gstat.StatDatabase attribute)
backup_guid (fdb.gstat.StatDatabase attribute)
backup_history() (fdb.schema.Schema property)
backup_id() (fdb.schema.BackupHistory property)
backup_state() (fdb.monitor.DatabaseInfo property)
BackupHistory (class in fdb.schema)
backversion_reads() (fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
base_collation() (fdb.schema.Collation property)
base_field() (fdb.schema.ViewColumn property)
BaseInfoItem (class in fdb.monitor)
BaseSchemaItem (class in fdb.schema)
begin() (fdb.Connection method)
(fdb.ConnectionGroup method)
(fdb.EventConduit method)
(fdb.Transaction method)
bind() (fdb.monitor.Monitor method)
(fdb.schema.Schema method)
BLOB
Data
materialized
stream
blob_charset() (fdb.BlobReader property)
BLOB_close (fdb.ibase.fbclient_API attribute)
blob_desc_charset (fdb.ibase.ISC_BLOB_DESC attribute)
blob_desc_field_name (fdb.ibase.ISC_BLOB_DESC attribute)
blob_desc_relation_name (fdb.ibase.ISC_BLOB_DESC attribute)
blob_desc_segment_size (fdb.ibase.ISC_BLOB_DESC attribute)
blob_desc_subtype (fdb.ibase.ISC_BLOB_DESC attribute)
BLOB_display (fdb.ibase.fbclient_API attribute)
BLOB_dump (fdb.ibase.fbclient_API attribute)
BLOB_edit (fdb.ibase.fbclient_API attribute)
BLOB_get (fdb.ibase.fbclient_API attribute)
blob_get_segment (fdb.ibase.blobcallback attribute)
blob_handle (fdb.ibase.blobcallback attribute)
blob_id() (fdb.BlobReader property)
BLOB_load (fdb.ibase.fbclient_API attribute)
blob_lseek (fdb.ibase.blobcallback attribute)
blob_max_segment (fdb.ibase.blobcallback attribute)
blob_number_segments (fdb.ibase.blobcallback attribute)
BLOB_open (fdb.ibase.fbclient_API attribute)
blob_pages (fdb.gstat.StatTable3 attribute)
BLOB_put (fdb.ibase.fbclient_API attribute)
blob_put_segment (fdb.ibase.blobcallback attribute)
BLOB_text_dump (fdb.ibase.fbclient_API attribute)
BLOB_text_load (fdb.ibase.fbclient_API attribute)
blob_total_length (fdb.ibase.blobcallback attribute)
blobcallback (class in fdb.ibase)
BlobReader (class in fdb)
blobs (fdb.gstat.StatTable3 attribute)
blobs_total_length (fdb.gstat.StatTable3 attribute)
body() (fdb.schema.Package property)
Bopen (fdb.ibase.fbclient_API attribute)
bring_online() (fdb.services.Connection method)
bstr_blob (fdb.ibase.bstream attribute)
bstr_buffer (fdb.ibase.bstream attribute)
bstr_cnt (fdb.ibase.bstream attribute)
bstr_length (fdb.ibase.bstream attribute)
bstr_mode (fdb.ibase.bstream attribute)
bstr_ptr (fdb.ibase.bstream attribute)
bstream (class in fdb.ibase)
BSTREAM (in module fdb.ibase)
buf_length (fdb.fbcore.EventBlock attribute)
bumped_transaction (fdb.gstat.StatDatabase attribute)
bytes_per_character() (fdb.schema.CharacterSet property)
C
C_isc_event_block (fdb.ibase.fbclient_API attribute)
cache_size() (fdb.monitor.DatabaseInfo property)
caller() (fdb.monitor.CallStackInfo property)
callproc() (fdb.Cursor method)
callstack() (fdb.monitor.Monitor property)
(fdb.monitor.StatementInfo property)
CallStackInfo (class in fdb.monitor)
categories
Database schema
character_length() (fdb.schema.Domain property)
(fdb.schema.FunctionArgument property)
character_set() (fdb.monitor.AttachmentInfo property)
(fdb.schema.Collation property)
(fdb.schema.Domain property)
(fdb.schema.FunctionArgument property)
character_sets() (fdb.schema.Schema property)
CharacterSet (class in fdb.schema)
charset() (fdb.BlobReader property)
(fdb.Connection property)
checksum (fdb.gstat.StatDatabase attribute)
class_type() (fdb.utils.ObjectList property)
clear() (fdb.ConnectionGroup method)
(fdb.monitor.Monitor method)
(fdb.ParameterBuffer method)
(fdb.schema.Schema method)
(fdb.TPB method)
(fdb.utils.ObjectList method)
client_library (fdb.ibase.fbclient_API attribute)
client_library_name (fdb.ibase.fbclient_API attribute)
client_version() (fdb.monitor.AttachmentInfo property)
close() (fdb.BlobReader method)
(fdb.Connection method)
(fdb.Cursor method)
(fdb.EventConduit method)
(fdb.fbcore.EventBlock method)
(fdb.monitor.Monitor method)
(fdb.PreparedStatement method)
(fdb.schema.Schema method)
(fdb.services.Connection method)
(fdb.Transaction method)
closed() (fdb.BlobReader property)
(fdb.Connection property)
(fdb.EventConduit property)
(fdb.fbcore.EventBlock property)
(fdb.monitor.Monitor property)
(fdb.PreparedStatement property)
(fdb.schema.Schema property)
(fdb.services.Connection property)
(fdb.Transaction property)
clustering_factor (fdb.gstat.StatIndex3 attribute)
Collation (class in fdb.schema)
collation() (fdb.schema.Domain property)
(fdb.schema.FunctionArgument property)
(fdb.schema.ProcedureParameter property)
(fdb.schema.TableColumn property)
(fdb.schema.ViewColumn property)
collations() (fdb.schema.CharacterSet property)
(fdb.schema.Schema property)
column() (fdb.monitor.CallStackInfo property)
(fdb.schema.FunctionArgument property)
(fdb.schema.ProcedureParameter property)
column_name() (fdb.schema.Constraint property)
columns() (fdb.schema.Table property)
(fdb.schema.View property)
commit() (fdb.Connection method)
(fdb.ConnectionGroup method)
(fdb.Transaction method)
commit_limbo_transaction() (fdb.services.Connection method)
completed (fdb.gstat.StatDatabase attribute)
compression_ratio (fdb.gstat.StatIndex3 attribute)
(fdb.gstat.StatTable3 attribute)
conflits() (fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
connect
Database
connect() (in module fdb)
(in module fdb.services)
Connection
usage
connection
Services
Connection (class in fdb)
(class in fdb.services)
connection() (fdb.Cursor property)
Connection.DatabaseError
Connection.DataError
Connection.Error
Connection.IntegrityError
Connection.InterfaceError
Connection.InternalError
Connection.NotSupportedError
Connection.OperationalError
Connection.ProgrammingError
Connection.Warning
ConnectionGroup (class in fdb)
ConnectionWithSchema (class in fdb)
Constraint (class in fdb.schema)
constraint() (fdb.schema.Index property)
constraint_type() (fdb.schema.Constraint property)
constraints() (fdb.schema.Schema property)
(fdb.schema.Table property)
contains() (fdb.ConnectionGroup method)
(fdb.utils.ObjectList method)
context manager
Transaction
ContextVariableInfo (class in fdb.monitor)
continuation_file (fdb.gstat.StatDatabase attribute)
continuation_files (fdb.gstat.StatDatabase attribute)
conversion
Data
parameter
unicode
copy() (fdb.TableReservation method)
(fdb.TPB method)
count() (fdb.ConnectionGroup method)
count_and_reregister() (fdb.fbcore.EventBlock method)
create
Database
create_database() (in module fdb)
created() (fdb.monitor.DatabaseInfo property)
(fdb.schema.BackupHistory property)
creation_date (fdb.gstat.StatDatabase attribute)
creation_date() (fdb.Connection property)
crypt_page() (fdb.monitor.DatabaseInfo property)
ctl_bpb (fdb.ibase.isc_blob_ctl attribute)
ctl_bpb_length (fdb.ibase.isc_blob_ctl attribute)
ctl_buffer (fdb.ibase.isc_blob_ctl attribute)
ctl_buffer_length (fdb.ibase.isc_blob_ctl attribute)
ctl_data (fdb.ibase.isc_blob_ctl attribute)
ctl_from_sub_type (fdb.ibase.isc_blob_ctl attribute)
ctl_max_segment (fdb.ibase.isc_blob_ctl attribute)
ctl_number_segments (fdb.ibase.isc_blob_ctl attribute)
ctl_segment_length (fdb.ibase.isc_blob_ctl attribute)
ctl_source (fdb.ibase.isc_blob_ctl attribute)
ctl_source_handle (fdb.ibase.isc_blob_ctl attribute)
ctl_status (fdb.ibase.isc_blob_ctl attribute)
ctl_to_sub_type (fdb.ibase.isc_blob_ctl attribute)
ctl_total_length (fdb.ibase.isc_blob_ctl attribute)
current_memory() (fdb.Connection property)
Cursor
fetching data
named
usage
Cursor (class in fdb)
cursor (fdb.PreparedStatement attribute)
cursor() (fdb.Connection method)
(fdb.ConnectionGroup method)
(fdb.Transaction method)
cursors() (fdb.Transaction property)
D
Data
ARRAY
BLOB
conversion
data_page_slots (fdb.gstat.StatTable attribute)
data_pages (fdb.gstat.StatTable attribute)
Database
connect
create
delete
events
information about
maintenance, Services
On-disk Structure
schema
users, Services
database options
Services
Database schema
categories
dependencies
metadata objects
visitor pattern
working with
database_dialect (fdb.gstat.StatDatabase attribute)
database_info() (fdb.Connection method)
database_name() (fdb.Connection property)
database_sql_dialect() (fdb.Connection property)
DatabaseError
DatabaseException (class in fdb.schema)
DatabaseFile (class in fdb.schema)
DatabaseInfo (class in fdb.monitor)
DataError
datatype() (fdb.schema.Domain property)
(fdb.schema.FunctionArgument property)
(fdb.schema.ProcedureParameter property)
(fdb.schema.TableColumn property)
(fdb.schema.ViewColumn property)
db() (fdb.monitor.Monitor property)
db_class_id() (fdb.Connection property)
db_info() (fdb.Connection method)
db_ptr (fdb.ibase.ISC_TEB attribute)
dba_password (fdb.ibase.USER_SEC_DATA attribute)
dba_user_name (fdb.ibase.USER_SEC_DATA attribute)
dbkey_length() (fdb.schema.Table property)
(fdb.schema.View property)
dbobject() (fdb.monitor.CallStackInfo property)
default() (fdb.schema.Domain property)
(fdb.schema.FunctionArgument property)
(fdb.schema.ProcedureParameter property)
(fdb.schema.TableColumn property)
default_action() (fdb.Transaction property)
(fdb.utils.Visitor method)
default_character_set() (fdb.schema.Schema property)
default_class() (fdb.schema.Table property)
(fdb.schema.View property)
default_collate() (fdb.schema.CharacterSet property)
default_tpb (fdb.Transaction attribute)
default_tpb() (fdb.Connection property)
(fdb.ConnectionGroup property)
delete
Database
delete_rule() (fdb.schema.Constraint property)
deletes() (fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
depended_on() (fdb.schema.Dependency property)
depended_on_name() (fdb.schema.Dependency property)
depended_on_type() (fdb.schema.Dependency property)
dependencies
Database schema
working with
dependencies() (fdb.schema.Schema property)
Dependency (class in fdb.schema)
dependent() (fdb.schema.Dependency property)
dependent_name() (fdb.schema.Dependency property)
dependent_type() (fdb.schema.Dependency property)
depth (fdb.gstat.StatIndex attribute)
description() (fdb.Cursor property)
(fdb.PreparedStatement property)
(fdb.schema.BackupHistory property)
(fdb.schema.BaseSchemaItem property)
(fdb.schema.CharacterSet property)
(fdb.schema.Collation property)
(fdb.schema.Constraint property)
(fdb.schema.DatabaseException property)
(fdb.schema.DatabaseFile property)
(fdb.schema.Dependency property)
(fdb.schema.Domain property)
(fdb.schema.Filter property)
(fdb.schema.Function property)
(fdb.schema.FunctionArgument property)
(fdb.schema.Index property)
(fdb.schema.Package property)
(fdb.schema.Privilege property)
(fdb.schema.Procedure property)
(fdb.schema.ProcedureParameter property)
(fdb.schema.Role property)
(fdb.schema.Schema property)
(fdb.schema.Sequence property)
(fdb.schema.Shadow property)
(fdb.schema.Table property)
(fdb.schema.TableColumn property)
(fdb.schema.Trigger property)
(fdb.schema.View property)
(fdb.schema.ViewColumn property)
deterministic_flag() (fdb.schema.Function property)
dimensions() (fdb.schema.Domain property)
disband() (fdb.ConnectionGroup method)
distributed
Transaction
distribution (fdb.gstat.StatIndex attribute)
(fdb.gstat.StatTable attribute)
Domain (class in fdb.schema)
domain() (fdb.schema.FunctionArgument property)
(fdb.schema.ProcedureParameter property)
(fdb.schema.TableColumn property)
(fdb.schema.ViewColumn property)
domains() (fdb.schema.Schema property)
driver
hooks
drop_database() (fdb.Connection method)
dsc_address (fdb.ibase.paramdsc attribute)
dsc_dtype (fdb.ibase.paramdsc attribute)
dsc_flags (fdb.ibase.paramdsc attribute)
dsc_length (fdb.ibase.paramdsc attribute)
dsc_scale (fdb.ibase.paramdsc attribute)
dsc_sub_type (fdb.ibase.paramdsc attribute)
E
ecount() (fdb.utils.ObjectList method)
embed_attributes() (in module fdb.utils)
EmbeddedAttribute (class in fdb.utils)
EmbeddedProperty (class in fdb.utils)
empty_pages (fdb.gstat.StatTable3 attribute)
empty_str() (in module fdb.gstat)
encrypted_blob_pages (fdb.gstat.StatDatabase attribute)
encrypted_data_pages (fdb.gstat.StatDatabase attribute)
encrypted_index_pages (fdb.gstat.StatDatabase attribute)
Encryption() (in module fdb.gstat)
engine_mame() (fdb.schema.Function property)
engine_name() (fdb.schema.Procedure property)
(fdb.schema.Trigger property)
engine_version() (fdb.Connection property)
(fdb.services.Connection property)
enhanced
list
entrypoint() (fdb.schema.Filter property)
(fdb.schema.Function property)
(fdb.schema.Procedure property)
(fdb.schema.Trigger property)
enum_character_set_names (fdb.schema.Schema attribute)
enum_determinism_flags (fdb.schema.Schema attribute)
enum_field_subtypes (fdb.schema.Schema attribute)
enum_field_types (fdb.schema.Schema attribute)
enum_function_types (fdb.schema.Schema attribute)
enum_grant_options (fdb.schema.Schema attribute)
enum_index_activity_flags (fdb.schema.Schema attribute)
enum_index_unique_flags (fdb.schema.Schema attribute)
enum_legacy_flags (fdb.schema.Schema attribute)
enum_mechanism_types (fdb.schema.Schema attribute)
enum_object_type_codes (fdb.schema.Schema attribute)
enum_object_types (fdb.schema.Schema attribute)
enum_page_types (fdb.schema.Schema attribute)
enum_param_type_from (fdb.schema.Schema attribute)
enum_parameter_mechanism_types (fdb.schema.Schema attribute)
enum_parameter_types (fdb.schema.Schema attribute)
enum_privacy_flags (fdb.schema.Schema attribute)
enum_procedure_types (fdb.schema.Schema attribute)
enum_relation_types (fdb.schema.Schema attribute)
enum_system_flag_types (fdb.schema.Schema attribute)
enum_transaction_state_types (fdb.schema.Schema attribute)
enum_trigger_activity_flags (fdb.schema.Schema attribute)
enum_trigger_types (fdb.schema.Schema attribute)
Error
escape_single_quotes() (in module fdb.schema)
event_buf (fdb.fbcore.EventBlock attribute)
event_conduit() (fdb.Connection method)
event_id (fdb.fbcore.EventBlock attribute)
event_names (fdb.fbcore.EventBlock attribute)
EventAttach() (in module fdb.trace)
EventBlock (class in fdb.fbcore)
EventBLRCompile() (in module fdb.trace)
EventBLRExecute() (in module fdb.trace)
EventCloseCursor() (in module fdb.trace)
EventCommit() (in module fdb.trace)
EventCommitRetaining() (in module fdb.trace)
EventConduit (class in fdb)
EventCreate() (in module fdb.trace)
EventDetach() (in module fdb.trace)
EventDrop() (in module fdb.trace)
EventDYNExecute() (in module fdb.trace)
EventError() (in module fdb.trace)
EventFreeStatement() (in module fdb.trace)
EventPrepareStatement() (in module fdb.trace)
EventProcedureFinish() (in module fdb.trace)
EventProcedureStart() (in module fdb.trace)
EventRollback() (in module fdb.trace)
EventRollbackRetaining() (in module fdb.trace)
events
Database
EventServiceAttach() (in module fdb.trace)
EventServiceDetach() (in module fdb.trace)
EventServiceError() (in module fdb.trace)
EventServiceQuery() (in module fdb.trace)
EventServiceStart() (in module fdb.trace)
EventServiceWarning() (in module fdb.trace)
EventSetContext() (in module fdb.trace)
EventStatementFinish() (in module fdb.trace)
EventStatementStart() (in module fdb.trace)
EventSweepFailed() (in module fdb.trace)
EventSweepFinish() (in module fdb.trace)
EventSweepProgress() (in module fdb.trace)
EventSweepStart() (in module fdb.trace)
EventTraceFinish() (in module fdb.trace)
EventTraceInit() (in module fdb.trace)
EventTraceSuspend() (in module fdb.trace)
EventTransactionStart() (in module fdb.trace)
EventTriggerFinish() (in module fdb.trace)
EventTriggerStart() (in module fdb.trace)
EventUnknown() (in module fdb.trace)
EventWarning() (in module fdb.trace)
example
visitor pattern
exceptions() (fdb.schema.Schema property)
execute() (fdb.Cursor method)
execute_immediate() (fdb.Connection method)
(fdb.ConnectionGroup method)
(fdb.Transaction method)
executed (fdb.gstat.StatDatabase attribute)
executemany() (fdb.Cursor method)
execution
SQL Statement
Stored procedure
expression() (fdb.schema.Domain property)
(fdb.schema.Index property)
expunges() (fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
extend() (fdb.utils.ObjectList method)
external_file() (fdb.schema.Table property)
external_length() (fdb.schema.Domain property)
external_scale() (fdb.schema.Domain property)
external_type() (fdb.schema.Domain property)
extract() (fdb.utils.ObjectList method)
F
FB_API_HANDLE (in module fdb.ibase)
FB_BLOB_STREAM (in module fdb.ibase)
fb_interpret (fdb.ibase.fbclient_API attribute)
FB_SHUTDOWN_CALLBACK (class in fdb.ibase)
FB_SQLSTATE_STRING (in module fdb.ibase)
fbclient_API (class in fdb.ibase)
fdb (module)
fdb.blr (module)
fdb.fbcore (module)
fdb.gstat (module)
fdb.ibase (module)
fdb.log (module)
fdb.monitor (module)
fdb.schema (module)
fdb.services (module)
fdb.trace (module)
fdb.utils (module)
fetchall() (fdb.Cursor method)
fetchallmap() (fdb.Cursor method)
fetches() (fdb.monitor.IOStatsInfo property)
fetching data
Cursor
fetching() (fdb.services.Connection property)
fetchmany() (fdb.Cursor method)
fetchmanymap() (fdb.Cursor method)
fetchone() (fdb.Cursor method)
fetchonemap() (fdb.Cursor method)
field_name() (fdb.schema.Dependency property)
(fdb.schema.Privilege property)
field_type() (fdb.schema.Domain property)
(fdb.schema.FunctionArgument property)
filename (fdb.gstat.StatDatabase attribute)
filename() (fdb.schema.BackupHistory property)
(fdb.schema.DatabaseFile property)
files() (fdb.schema.Schema property)
(fdb.schema.Shadow property)
FillDistribution() (in module fdb.gstat)
Filter (class in fdb.schema)
filter() (fdb.utils.ObjectList method)
filters() (fdb.schema.Schema property)
Firebird
information about
firebird_version() (fdb.Connection property)
first_name (fdb.ibase.USER_SEC_DATA attribute)
(fdb.services.User attribute)
flags (fdb.gstat.StatDatabase attribute)
flags() (fdb.schema.Shadow property)
(fdb.schema.Table property)
(fdb.schema.Trigger property)
(fdb.schema.View property)
flush() (fdb.BlobReader method)
(fdb.EventConduit method)
forced_writes() (fdb.Connection property)
(fdb.monitor.DatabaseInfo property)
foreign_keys() (fdb.schema.Table property)
format() (fdb.schema.Table property)
(fdb.schema.View property)
fragment_reads() (fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
freeze() (fdb.utils.ObjectList method)
frozen() (fdb.utils.ObjectList property)
full_pages (fdb.gstat.StatTable3 attribute)
Function (class in fdb.schema)
function() (fdb.schema.FunctionArgument property)
function_name() (fdb.schema.Collation property)
FunctionArgument (class in fdb.schema)
functions() (fdb.schema.Package property)
(fdb.schema.Schema property)
G
GDS_QUAD (in module fdb.ibase)
gds_quad_high (fdb.ibase.GDS_QUAD_t attribute)
gds_quad_low (fdb.ibase.GDS_QUAD_t attribute)
GDS_QUAD_t (class in fdb.ibase)
generation (fdb.gstat.StatDatabase attribute)
generator() (fdb.schema.TableColumn property)
generators() (fdb.schema.Schema property)
get() (fdb.fbcore._RowMapping method)
(fdb.TableReservation method)
(fdb.utils.ObjectList method)
get_active_transaction_count() (fdb.Connection method)
get_active_transaction_ids() (fdb.Connection method)
get_architecture() (fdb.services.Connection method)
get_attached_database_names() (fdb.services.Connection method)
get_attachment() (fdb.monitor.Monitor method)
get_buffer() (fdb.ParameterBuffer method)
get_call() (fdb.monitor.Monitor method)
get_character_set() (fdb.schema.Schema method)
get_character_set_by_id() (fdb.schema.Schema method)
get_collation() (fdb.schema.CharacterSet method)
(fdb.schema.Schema method)
get_collation_by_id() (fdb.schema.CharacterSet method)
(fdb.schema.Schema method)
get_column() (fdb.schema.Table method)
(fdb.schema.View method)
get_computedby() (fdb.schema.TableColumn method)
get_connection_count() (fdb.services.Connection method)
get_constraint() (fdb.schema.Schema method)
get_dependencies() (fdb.schema.BackupHistory method)
(fdb.schema.BaseSchemaItem method)
(fdb.schema.CharacterSet method)
(fdb.schema.Collation method)
(fdb.schema.Constraint method)
(fdb.schema.DatabaseException method)
(fdb.schema.DatabaseFile method)
(fdb.schema.Dependency method)
(fdb.schema.Domain method)
(fdb.schema.Filter method)
(fdb.schema.Function method)
(fdb.schema.FunctionArgument method)
(fdb.schema.Index method)
(fdb.schema.Package method)
(fdb.schema.Privilege method)
(fdb.schema.Procedure method)
(fdb.schema.ProcedureParameter method)
(fdb.schema.Role method)
(fdb.schema.Sequence method)
(fdb.schema.Shadow method)
(fdb.schema.Table method)
(fdb.schema.TableColumn method)
(fdb.schema.Trigger method)
(fdb.schema.View method)
(fdb.schema.ViewColumn method)
get_dependents() (fdb.schema.BackupHistory method)
(fdb.schema.BaseSchemaItem method)
(fdb.schema.CharacterSet method)
(fdb.schema.Collation method)
(fdb.schema.Constraint method)
(fdb.schema.DatabaseException method)
(fdb.schema.DatabaseFile method)
(fdb.schema.Dependency method)
(fdb.schema.Domain method)
(fdb.schema.Filter method)
(fdb.schema.Function method)
(fdb.schema.FunctionArgument method)
(fdb.schema.Index method)
(fdb.schema.Package method)
(fdb.schema.Privilege method)
(fdb.schema.Procedure method)
(fdb.schema.ProcedureParameter method)
(fdb.schema.Role method)
(fdb.schema.Sequence method)
(fdb.schema.Shadow method)
(fdb.schema.Table method)
(fdb.schema.TableColumn method)
(fdb.schema.Trigger method)
(fdb.schema.View method)
(fdb.schema.ViewColumn method)
get_domain() (fdb.schema.Schema method)
get_exception() (fdb.schema.Schema method)
get_function() (fdb.schema.Schema method)
get_generator() (fdb.schema.Schema method)
get_grants() (in module fdb.schema)
get_home_directory() (fdb.services.Connection method)
get_hooks() (in module fdb)
get_index() (fdb.schema.Schema method)
get_info() (fdb.BlobReader method)
get_length() (fdb.ParameterBuffer method)
get_limbo_transaction_ids() (fdb.services.Connection method)
get_lock_file_directory() (fdb.services.Connection method)
get_log() (fdb.services.Connection method)
get_message_file_directory() (fdb.services.Connection method)
get_metadata_ddl() (fdb.schema.Schema method)
get_package() (fdb.schema.Schema method)
get_page_contents() (fdb.Connection method)
get_param() (fdb.schema.Procedure method)
get_privileges_of() (fdb.schema.Schema method)
get_procedure() (fdb.schema.Schema method)
get_quoted_name() (fdb.schema.BackupHistory method)
(fdb.schema.BaseSchemaItem method)
(fdb.schema.CharacterSet method)
(fdb.schema.Collation method)
(fdb.schema.Constraint method)
(fdb.schema.DatabaseException method)
(fdb.schema.DatabaseFile method)
(fdb.schema.Dependency method)
(fdb.schema.Domain method)
(fdb.schema.Filter method)
(fdb.schema.Function method)
(fdb.schema.FunctionArgument method)
(fdb.schema.Index method)
(fdb.schema.Package method)
(fdb.schema.Privilege method)
(fdb.schema.Procedure method)
(fdb.schema.ProcedureParameter method)
(fdb.schema.Role method)
(fdb.schema.Sequence method)
(fdb.schema.Shadow method)
(fdb.schema.Table method)
(fdb.schema.TableColumn method)
(fdb.schema.Trigger method)
(fdb.schema.View method)
(fdb.schema.ViewColumn method)
get_role() (fdb.schema.Schema method)
get_security_database_path() (fdb.services.Connection method)
get_sequence() (fdb.schema.Schema method)
get_server_capabilities() (fdb.services.Connection method)
get_server_version() (fdb.services.Connection method)
get_service_manager_version() (fdb.services.Connection method)
get_sql_definition() (fdb.schema.FunctionArgument method)
(fdb.schema.ProcedureParameter method)
get_sql_for() (fdb.schema.BackupHistory method)
(fdb.schema.BaseSchemaItem method)
(fdb.schema.CharacterSet method)
(fdb.schema.Collation method)
(fdb.schema.Constraint method)
(fdb.schema.DatabaseException method)
(fdb.schema.DatabaseFile method)
(fdb.schema.Dependency method)
(fdb.schema.Domain method)
(fdb.schema.Filter method)
(fdb.schema.Function method)
(fdb.schema.FunctionArgument method)
(fdb.schema.Index method)
(fdb.schema.Package method)
(fdb.schema.Privilege method)
(fdb.schema.Procedure method)
(fdb.schema.ProcedureParameter method)
(fdb.schema.Role method)
(fdb.schema.Sequence method)
(fdb.schema.Shadow method)
(fdb.schema.Table method)
(fdb.schema.TableColumn method)
(fdb.schema.Trigger method)
(fdb.schema.View method)
(fdb.schema.ViewColumn method)
get_statement() (fdb.monitor.Monitor method)
get_statistics() (fdb.services.Connection method)
get_table() (fdb.schema.Schema method)
get_table_access_stats() (fdb.Connection method)
get_transaction() (fdb.monitor.Monitor method)
get_trigger() (fdb.schema.Schema method)
(fdb.schema.View method)
get_type_as_string() (fdb.schema.Trigger method)
get_users() (fdb.services.Connection method)
get_view() (fdb.schema.Schema method)
gid (fdb.ibase.USER_SEC_DATA attribute)
grantor() (fdb.schema.Privilege property)
grantor_name() (fdb.schema.Privilege property)
group() (fdb.Connection property)
(fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
group_id (fdb.services.User attribute)
group_name (fdb.ibase.USER_SEC_DATA attribute)
gstat_version (fdb.gstat.StatDatabase attribute)
guid() (fdb.schema.BackupHistory property)
H
has_arguments() (fdb.schema.Function method)
has_checkoption() (fdb.schema.View method)
has_default() (fdb.schema.Domain method)
(fdb.schema.FunctionArgument method)
(fdb.schema.ProcedureParameter method)
(fdb.schema.TableColumn method)
has_encryption_stats() (fdb.gstat.StatDatabase method)
has_fkey() (fdb.schema.Table method)
has_grant() (fdb.schema.Privilege method)
has_index_stats() (fdb.gstat.StatDatabase method)
has_input() (fdb.schema.Procedure method)
has_output() (fdb.schema.Procedure method)
has_pkey() (fdb.schema.Table method)
has_return() (fdb.schema.Function method)
has_return_argument() (fdb.schema.Function method)
has_row_stats() (fdb.gstat.StatDatabase method)
has_system() (fdb.gstat.StatDatabase method)
has_table_stats() (fdb.gstat.StatDatabase method)
has_valid_body() (fdb.schema.Package method)
header() (fdb.schema.Package property)
HOOK_API_LOADED
(in module fdb)
HOOK_DATABASE_ATTACH_REQUEST
(in module fdb)
HOOK_DATABASE_ATTACHED
(in module fdb)
HOOK_DATABASE_CLOSED
(in module fdb)
HOOK_DATABASE_DETACH_REQUEST
(in module fdb)
HOOK_SERVICE_ATTACHED
(in module fdb)
hooks
driver
invocation
types
usage
I
id() (fdb.monitor.AttachmentInfo property)
(fdb.monitor.CallStackInfo property)
(fdb.monitor.StatementInfo property)
(fdb.monitor.TransactionInfo property)
(fdb.schema.CharacterSet property)
(fdb.schema.Collation property)
(fdb.schema.DatabaseException property)
(fdb.schema.Function property)
(fdb.schema.Index property)
(fdb.schema.Procedure property)
(fdb.schema.Sequence property)
(fdb.schema.Shadow property)
(fdb.schema.Table property)
(fdb.schema.TableColumn property)
(fdb.schema.View property)
identity_type() (fdb.schema.TableColumn property)
idx_reads() (fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
ifilter() (fdb.utils.ObjectList method)
ifilterfalse() (fdb.utils.ObjectList method)
implementation (fdb.gstat.StatDatabase attribute)
implementation_id (fdb.gstat.StatDatabase attribute)
implementation_id() (fdb.Connection property)
increment() (fdb.schema.Sequence property)
Index (class in fdb.schema)
index() (fdb.schema.Constraint property)
index_id (fdb.gstat.StatIndex attribute)
index_root_page (fdb.gstat.StatTable attribute)
index_type() (fdb.schema.Index property)
indices (fdb.gstat.StatDatabase attribute)
(fdb.gstat.StatTable attribute)
indices() (fdb.schema.Schema property)
(fdb.schema.Table property)
information about
Database
Firebird
Transaction
inital_value() (fdb.schema.Sequence property)
input_params() (fdb.schema.Procedure property)
input_sub_type() (fdb.schema.Filter property)
insert() (fdb.utils.ObjectList method)
inserts() (fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
IntegrityError
InterfaceError
InternalError
invocation
hooks
io_stats() (fdb.Connection property)
iostats() (fdb.monitor.AttachmentInfo property)
(fdb.monitor.CallStackInfo property)
(fdb.monitor.DatabaseInfo property)
(fdb.monitor.Monitor property)
(fdb.monitor.StatementInfo property)
(fdb.monitor.TransactionInfo property)
IOStatsInfo (class in fdb.monitor)
ireport() (fdb.utils.ObjectList method)
is_dead_proxy() (in module fdb)
is_text() (fdb.BlobReader property)
isaccentinsensitive() (fdb.schema.Collation method)
isactive() (fdb.monitor.AttachmentInfo method)
(fdb.monitor.StatementInfo method)
(fdb.monitor.TransactionInfo method)
(fdb.schema.Trigger method)
isafter() (fdb.schema.Trigger method)
isarray() (fdb.schema.Domain method)
isattachmentvar() (fdb.monitor.ContextVariableInfo method)
isautocommit() (fdb.monitor.TransactionInfo method)
isautoundo() (fdb.monitor.TransactionInfo method)
isbasedonexternal() (fdb.schema.Collation method)
isbefore() (fdb.schema.Trigger method)
isbydescriptor() (fdb.schema.FunctionArgument method)
isbyreference() (fdb.schema.FunctionArgument method)
isbyvalue() (fdb.schema.FunctionArgument method)
isc_add_user (fdb.ibase.fbclient_API attribute)
ISC_ARRAY_BOUND (class in fdb.ibase)
ISC_ARRAY_DESC (class in fdb.ibase)
isc_array_gen_sdl (fdb.ibase.fbclient_API attribute)
isc_array_get_slice (fdb.ibase.fbclient_API attribute)
isc_array_lookup_bounds (fdb.ibase.fbclient_API attribute)
isc_array_lookup_desc (fdb.ibase.fbclient_API attribute)
isc_array_put_slice (fdb.ibase.fbclient_API attribute)
isc_array_set_desc (fdb.ibase.fbclient_API attribute)
isc_attach_database (fdb.ibase.fbclient_API attribute)
isc_blob_ctl (class in fdb.ibase)
isc_blob_default_desc (fdb.ibase.fbclient_API attribute)
ISC_BLOB_DESC (class in fdb.ibase)
isc_blob_gen_bpb (fdb.ibase.fbclient_API attribute)
isc_blob_info (fdb.ibase.fbclient_API attribute)
isc_blob_lookup_desc (fdb.ibase.fbclient_API attribute)
isc_blob_set_desc (fdb.ibase.fbclient_API attribute)
ISC_CALLBACK (class in fdb.ibase)
isc_cancel_blob (fdb.ibase.fbclient_API attribute)
isc_cancel_events (fdb.ibase.fbclient_API attribute)
isc_close (fdb.ibase.fbclient_API attribute)
isc_close_blob (fdb.ibase.fbclient_API attribute)
isc_commit_retaining (fdb.ibase.fbclient_API attribute)
isc_commit_transaction (fdb.ibase.fbclient_API attribute)
isc_compile_request (fdb.ibase.fbclient_API attribute)
isc_compile_request2 (fdb.ibase.fbclient_API attribute)
isc_create_blob (fdb.ibase.fbclient_API attribute)
isc_create_blob2 (fdb.ibase.fbclient_API attribute)
isc_create_database (fdb.ibase.fbclient_API attribute)
isc_database_info (fdb.ibase.fbclient_API attribute)
ISC_DATE (in module fdb.ibase)
isc_ddl (fdb.ibase.fbclient_API attribute)
isc_declare (fdb.ibase.fbclient_API attribute)
isc_decode_date (fdb.ibase.fbclient_API attribute)
isc_decode_sql_date (fdb.ibase.fbclient_API attribute)
isc_decode_sql_time (fdb.ibase.fbclient_API attribute)
isc_decode_timestamp (fdb.ibase.fbclient_API attribute)
isc_delete_user (fdb.ibase.fbclient_API attribute)
isc_describe (fdb.ibase.fbclient_API attribute)
isc_describe_bind (fdb.ibase.fbclient_API attribute)
isc_detach_database (fdb.ibase.fbclient_API attribute)
isc_drop_database (fdb.ibase.fbclient_API attribute)
isc_dsql_alloc_statement2 (fdb.ibase.fbclient_API attribute)
isc_dsql_allocate_statement (fdb.ibase.fbclient_API attribute)
isc_dsql_describe (fdb.ibase.fbclient_API attribute)
isc_dsql_describe_bind (fdb.ibase.fbclient_API attribute)
isc_dsql_exec_immed2 (fdb.ibase.fbclient_API attribute)
isc_dsql_exec_immed3_m (fdb.ibase.fbclient_API attribute)
isc_dsql_execute (fdb.ibase.fbclient_API attribute)
isc_dsql_execute2 (fdb.ibase.fbclient_API attribute)
isc_dsql_execute2_m (fdb.ibase.fbclient_API attribute)
isc_dsql_execute_immediate (fdb.ibase.fbclient_API attribute)
isc_dsql_execute_immediate_m (fdb.ibase.fbclient_API attribute)
isc_dsql_execute_m (fdb.ibase.fbclient_API attribute)
isc_dsql_fetch (fdb.ibase.fbclient_API attribute)
isc_dsql_fetch_m (fdb.ibase.fbclient_API attribute)
isc_dsql_finish (fdb.ibase.fbclient_API attribute)
isc_dsql_free_statement (fdb.ibase.fbclient_API attribute)
isc_dsql_insert (fdb.ibase.fbclient_API attribute)
isc_dsql_insert_m (fdb.ibase.fbclient_API attribute)
isc_dsql_prepare (fdb.ibase.fbclient_API attribute)
isc_dsql_prepare_m (fdb.ibase.fbclient_API attribute)
isc_dsql_release (fdb.ibase.fbclient_API attribute)
isc_dsql_set_cursor_name (fdb.ibase.fbclient_API attribute)
isc_dsql_sql_info (fdb.ibase.fbclient_API attribute)
isc_embed_dsql_close (fdb.ibase.fbclient_API attribute)
isc_embed_dsql_declare (fdb.ibase.fbclient_API attribute)
isc_embed_dsql_describe (fdb.ibase.fbclient_API attribute)
isc_embed_dsql_describe_bind (fdb.ibase.fbclient_API attribute)
isc_embed_dsql_execute (fdb.ibase.fbclient_API attribute)
isc_embed_dsql_execute2 (fdb.ibase.fbclient_API attribute)
isc_embed_dsql_execute_immed (fdb.ibase.fbclient_API attribute)
isc_embed_dsql_fetch (fdb.ibase.fbclient_API attribute)
isc_embed_dsql_fetch_a (fdb.ibase.fbclient_API attribute)
isc_embed_dsql_insert (fdb.ibase.fbclient_API attribute)
isc_embed_dsql_open (fdb.ibase.fbclient_API attribute)
isc_embed_dsql_open2 (fdb.ibase.fbclient_API attribute)
isc_embed_dsql_prepare (fdb.ibase.fbclient_API attribute)
isc_embed_dsql_release (fdb.ibase.fbclient_API attribute)
isc_encode_date (fdb.ibase.fbclient_API attribute)
isc_encode_sql_date (fdb.ibase.fbclient_API attribute)
isc_encode_sql_time (fdb.ibase.fbclient_API attribute)
isc_encode_timestamp (fdb.ibase.fbclient_API attribute)
isc_event_block() (fdb.ibase.fbclient_API method)
ISC_EVENT_CALLBACK (class in fdb.ibase)
isc_event_counts (fdb.ibase.fbclient_API attribute)
isc_execute (fdb.ibase.fbclient_API attribute)
isc_execute_immediate (fdb.ibase.fbclient_API attribute)
isc_expand_dpb (fdb.ibase.fbclient_API attribute)
ISC_FALSE (in module fdb.ibase)
isc_fetch (fdb.ibase.fbclient_API attribute)
isc_free (fdb.ibase.fbclient_API attribute)
isc_ftof (fdb.ibase.fbclient_API attribute)
isc_get_client_major_version (fdb.ibase.fbclient_API attribute)
isc_get_client_minor_version (fdb.ibase.fbclient_API attribute)
isc_get_client_version (fdb.ibase.fbclient_API attribute)
isc_get_segment (fdb.ibase.fbclient_API attribute)
isc_get_slice (fdb.ibase.fbclient_API attribute)
ISC_INT64 (in module fdb.ibase)
isc_interprete (fdb.ibase.fbclient_API attribute)
ISC_LONG (in module fdb.ibase)
isc_modify_dpb (fdb.ibase.fbclient_API attribute)
isc_modify_user (fdb.ibase.fbclient_API attribute)
isc_open (fdb.ibase.fbclient_API attribute)
isc_open_blob (fdb.ibase.fbclient_API attribute)
isc_open_blob2 (fdb.ibase.fbclient_API attribute)
isc_portable_integer (fdb.ibase.fbclient_API attribute)
isc_prepare (fdb.ibase.fbclient_API attribute)
isc_prepare_transaction (fdb.ibase.fbclient_API attribute)
isc_prepare_transaction2 (fdb.ibase.fbclient_API attribute)
isc_print_blr (fdb.ibase.fbclient_API attribute)
ISC_PRINT_CALLBACK (class in fdb.ibase)
isc_print_sqlerror (fdb.ibase.fbclient_API attribute)
isc_print_status (fdb.ibase.fbclient_API attribute)
isc_put_segment (fdb.ibase.fbclient_API attribute)
isc_put_slice (fdb.ibase.fbclient_API attribute)
isc_qtoq (fdb.ibase.fbclient_API attribute)
ISC_QUAD (in module fdb.ibase)
isc_que_events (fdb.ibase.fbclient_API attribute)
isc_receive (fdb.ibase.fbclient_API attribute)
isc_reconnect_transaction (fdb.ibase.fbclient_API attribute)
isc_release_request (fdb.ibase.fbclient_API attribute)
isc_request_info (fdb.ibase.fbclient_API attribute)
isc_rollback_retaining (fdb.ibase.fbclient_API attribute)
isc_rollback_transaction (fdb.ibase.fbclient_API attribute)
ISC_SCHAR (in module fdb.ibase)
isc_seek_blob (fdb.ibase.fbclient_API attribute)
isc_send (fdb.ibase.fbclient_API attribute)
isc_service_attach (fdb.ibase.fbclient_API attribute)
isc_service_detach (fdb.ibase.fbclient_API attribute)
isc_service_query (fdb.ibase.fbclient_API attribute)
isc_service_start (fdb.ibase.fbclient_API attribute)
isc_set_debug (fdb.ibase.fbclient_API attribute)
ISC_SHORT (in module fdb.ibase)
isc_sql_interprete (fdb.ibase.fbclient_API attribute)
isc_sqlcode (fdb.ibase.fbclient_API attribute)
isc_start_and_send (fdb.ibase.fbclient_API attribute)
isc_start_multiple (fdb.ibase.fbclient_API attribute)
isc_start_request (fdb.ibase.fbclient_API attribute)
isc_start_transaction (fdb.ibase.fbclient_API attribute)
ISC_STATUS (in module fdb.ibase)
ISC_STATUS_ARRAY (in module fdb.ibase)
ISC_STATUS_PTR (in module fdb.ibase)
ISC_TEB (class in fdb.ibase)
ISC_TIME (in module fdb.ibase)
ISC_TIMESTAMP (class in fdb.ibase)
isc_transact_request (fdb.ibase.fbclient_API attribute)
isc_transaction_info (fdb.ibase.fbclient_API attribute)
ISC_TRUE (in module fdb.ibase)
ISC_UCHAR (in module fdb.ibase)
ISC_UINT64 (in module fdb.ibase)
ISC_ULONG (in module fdb.ibase)
isc_unwind_request (fdb.ibase.fbclient_API attribute)
ISC_USHORT (in module fdb.ibase)
isc_vax_integer (fdb.ibase.fbclient_API attribute)
isc_version (fdb.ibase.fbclient_API attribute)
ISC_VERSION_CALLBACK (class in fdb.ibase)
isc_vtof (fdb.ibase.fbclient_API attribute)
isc_vtov (fdb.ibase.fbclient_API attribute)
isc_wait_for_event (fdb.ibase.fbclient_API attribute)
iscaseinsensitive() (fdb.schema.Collation method)
ischeck() (fdb.schema.Constraint method)
iscomputed() (fdb.schema.Domain method)
(fdb.schema.TableColumn method)
isconditional() (fdb.schema.Shadow method)
isdbtrigger() (fdb.schema.Trigger method)
isddltrigger() (fdb.schema.Trigger method)
isdeferrable() (fdb.schema.Constraint method)
isdeferred() (fdb.schema.Constraint method)
isdelete() (fdb.schema.Privilege method)
(fdb.schema.Trigger method)
isdomainbased() (fdb.schema.TableColumn method)
isenforcer() (fdb.schema.Index method)
isexecute() (fdb.schema.Privilege method)
isexpression() (fdb.schema.Index method)
isexternal() (fdb.schema.Function method)
(fdb.schema.Table method)
isfkey() (fdb.schema.Constraint method)
isfreeit() (fdb.schema.FunctionArgument method)
isgcallowed() (fdb.monitor.AttachmentInfo method)
isgtt() (fdb.schema.Table method)
isidentity() (fdb.schema.Sequence method)
(fdb.schema.TableColumn method)
isidle() (fdb.monitor.AttachmentInfo method)
(fdb.monitor.StatementInfo method)
(fdb.monitor.TransactionInfo method)
isinactive() (fdb.schema.Index method)
(fdb.schema.Shadow method)
isinput() (fdb.schema.ProcedureParameter method)
isinsert() (fdb.schema.Privilege method)
(fdb.schema.Trigger method)
isinternal() (fdb.monitor.AttachmentInfo method)
iskeyword() (in module fdb.schema)
ismanual() (fdb.schema.Shadow method)
ismembership() (fdb.schema.Privilege method)
ismultifile() (fdb.schema.Schema method)
isnotnull() (fdb.schema.Constraint method)
isnullable() (fdb.schema.Domain method)
(fdb.schema.FunctionArgument method)
(fdb.schema.ProcedureParameter method)
(fdb.schema.TableColumn method)
(fdb.schema.ViewColumn method)
isolation() (fdb.Transaction property)
isolation_level() (fdb.TPB property)
isolation_mode() (fdb.monitor.TransactionInfo property)
ispackaged() (fdb.schema.Dependency method)
(fdb.schema.Function method)
(fdb.schema.FunctionArgument method)
(fdb.schema.Procedure method)
(fdb.schema.ProcedureParameter method)
ispadded() (fdb.schema.Collation method)
ispersistent() (fdb.schema.Table method)
ispkey() (fdb.schema.Constraint method)
isreadonly() (fdb.Connection method)
(fdb.monitor.TransactionInfo method)
(fdb.Transaction method)
isreference() (fdb.schema.Privilege method)
isreturning() (fdb.schema.FunctionArgument method)
isrunning() (fdb.services.Connection method)
isselect() (fdb.schema.Privilege method)
issystemobject() (fdb.schema.BackupHistory method)
(fdb.schema.BaseSchemaItem method)
(fdb.schema.CharacterSet method)
(fdb.schema.Collation method)
(fdb.schema.Constraint method)
(fdb.schema.DatabaseException method)
(fdb.schema.DatabaseFile method)
(fdb.schema.Dependency method)
(fdb.schema.Domain method)
(fdb.schema.Filter method)
(fdb.schema.Function method)
(fdb.schema.FunctionArgument method)
(fdb.schema.Index method)
(fdb.schema.Package method)
(fdb.schema.Privilege method)
(fdb.schema.Procedure method)
(fdb.schema.ProcedureParameter method)
(fdb.schema.Role method)
(fdb.schema.Sequence method)
(fdb.schema.Shadow method)
(fdb.schema.Table method)
(fdb.schema.TableColumn method)
(fdb.schema.Trigger method)
(fdb.schema.View method)
(fdb.schema.ViewColumn method)
istransactionvar() (fdb.monitor.ContextVariableInfo method)
isunique() (fdb.schema.Constraint method)
(fdb.schema.Index method)
isupdate() (fdb.schema.Privilege method)
(fdb.schema.Trigger method)
isvalidated() (fdb.schema.Domain method)
iswithnull() (fdb.schema.FunctionArgument method)
iswritable() (fdb.schema.TableColumn method)
(fdb.schema.ViewColumn method)
items() (fdb.fbcore._RowMapping method)
(fdb.TableReservation method)
iter() (fdb.Cursor method)
iter_class_properties() (in module fdb.utils)
iter_class_variables() (in module fdb.utils)
Iterator (class in fdb.utils)
iteritems() (fdb.fbcore._RowMapping method)
(fdb.TableReservation method)
iterkeys() (fdb.fbcore._RowMapping method)
(fdb.TableReservation method)
itermap() (fdb.Cursor method)
itervalues() (fdb.fbcore._RowMapping method)
(fdb.TableReservation method)
K
key() (fdb.utils.ObjectList property)
keys() (fdb.fbcore._RowMapping method)
(fdb.TableReservation method)
L
last_logical_page (fdb.gstat.StatDatabase attribute)
last_name (fdb.ibase.USER_SEC_DATA attribute)
(fdb.services.User attribute)
LateBindingProperty (class in fdb.utils)
leaf_buckets (fdb.gstat.StatIndex attribute)
legacy_flag() (fdb.schema.Function property)
length() (fdb.schema.DatabaseFile property)
(fdb.schema.Domain property)
(fdb.schema.FunctionArgument property)
level() (fdb.schema.BackupHistory property)
level_0 (fdb.gstat.StatTable3 attribute)
level_1 (fdb.gstat.StatTable3 attribute)
level_2 (fdb.gstat.StatTable3 attribute)
line() (fdb.monitor.CallStackInfo property)
linger() (fdb.schema.Schema property)
list
enhanced
load_api() (in module fdb)
load_information() (fdb.services.User method)
local_backup() (fdb.services.Connection method)
local_restore() (fdb.services.Connection method)
lock_resolution() (fdb.TPB property)
lock_timeout() (fdb.monitor.TransactionInfo property)
(fdb.TPB property)
(fdb.Transaction property)
locks() (fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
LogEntry() (in module fdb.log)
M
main_transaction() (fdb.Connection property)
maintenance
Services Database
management
Transaction
marks() (fdb.monitor.IOStatsInfo property)
match_option() (fdb.schema.Constraint property)
materialized
BLOB
max_dup (fdb.gstat.StatIndex attribute)
max_fragments (fdb.gstat.StatTable3 attribute)
max_memory() (fdb.Connection property)
max_memory_allocated() (fdb.monitor.IOStatsInfo property)
max_memory_used() (fdb.monitor.IOStatsInfo property)
max_versions (fdb.gstat.StatTable attribute)
mechanism() (fdb.schema.FunctionArgument property)
(fdb.schema.ProcedureParameter property)
members() (fdb.ConnectionGroup method)
memory_allocated() (fdb.monitor.IOStatsInfo property)
memory_used() (fdb.monitor.IOStatsInfo property)
message() (fdb.schema.DatabaseException property)
metadata objects
Database schema
middle_name (fdb.ibase.USER_SEC_DATA attribute)
(fdb.services.User attribute)
mode() (fdb.BlobReader property)
modify_user() (fdb.services.Connection method)
module_name() (fdb.schema.Filter property)
(fdb.schema.Function property)
Monitor (class in fdb.monitor)
monitor (fdb.monitor.AttachmentInfo attribute)
(fdb.monitor.BaseInfoItem attribute)
(fdb.monitor.CallStackInfo attribute)
(fdb.monitor.ContextVariableInfo attribute)
(fdb.monitor.DatabaseInfo attribute)
(fdb.monitor.IOStatsInfo attribute)
(fdb.monitor.StatementInfo attribute)
(fdb.monitor.TableStatsInfo attribute)
(fdb.monitor.TransactionInfo attribute)
monitor() (fdb.Connection property)
monitoring tables
working with
multiple
Transaction
N
n_input_params (fdb.PreparedStatement attribute)
n_output_params (fdb.PreparedStatement attribute)
name (fdb.gstat.StatIndex attribute)
(fdb.gstat.StatTable attribute)
(fdb.services.User attribute)
name() (fdb.Cursor property)
(fdb.monitor.AttachmentInfo property)
(fdb.monitor.ContextVariableInfo property)
(fdb.monitor.DatabaseInfo property)
(fdb.PreparedStatement property)
(fdb.schema.BackupHistory property)
(fdb.schema.BaseSchemaItem property)
(fdb.schema.CharacterSet property)
(fdb.schema.Collation property)
(fdb.schema.Constraint property)
(fdb.schema.DatabaseException property)
(fdb.schema.DatabaseFile property)
(fdb.schema.Dependency property)
(fdb.schema.Domain property)
(fdb.schema.Filter property)
(fdb.schema.Function property)
(fdb.schema.FunctionArgument property)
(fdb.schema.Index property)
(fdb.schema.Package property)
(fdb.schema.Privilege property)
(fdb.schema.Procedure property)
(fdb.schema.ProcedureParameter property)
(fdb.schema.Role property)
(fdb.schema.Sequence property)
(fdb.schema.Shadow property)
(fdb.schema.Table property)
(fdb.schema.TableColumn property)
(fdb.schema.Trigger property)
(fdb.schema.View property)
(fdb.schema.ViewColumn property)
named
Cursor
nbackup() (fdb.services.Connection method)
next() (fdb.BlobReader method)
(fdb.Cursor method)
(fdb.services.Connection method)
(fdb.utils.Iterator method)
next_attachment_id (fdb.gstat.StatDatabase attribute)
next_event_id (fdb.trace.TraceParser attribute)
next_header_page (fdb.gstat.StatDatabase attribute)
next_param_id (fdb.trace.TraceParser attribute)
next_sql_id (fdb.trace.TraceParser attribute)
next_transaction (fdb.gstat.StatDatabase attribute)
next_transaction() (fdb.Connection property)
(fdb.monitor.DatabaseInfo property)
NO_FETCH_ATTEMPTED_YET (fdb.PreparedStatement attribute)
no_linger() (fdb.services.Connection method)
nodes (fdb.gstat.StatIndex attribute)
NotSupportedError
nrestore() (fdb.services.Connection method)
O
oat (fdb.gstat.StatDatabase attribute)
oat() (fdb.Connection property)
(fdb.monitor.DatabaseInfo property)
(fdb.Transaction property)
ObjectList (class in fdb.utils)
ods() (fdb.Connection property)
(fdb.monitor.DatabaseInfo property)
ods_minor_version() (fdb.Connection property)
ods_version() (fdb.Connection property)
oit (fdb.gstat.StatDatabase attribute)
oit() (fdb.Connection property)
(fdb.monitor.DatabaseInfo property)
(fdb.Transaction property)
oldest() (fdb.monitor.TransactionInfo property)
oldest_active() (fdb.monitor.TransactionInfo property)
On-disk Structure
Database
OperationalError
opt_always_quote (fdb.schema.Schema attribute)
opt_generator_keyword (fdb.schema.Schema attribute)
ost (fdb.gstat.StatDatabase attribute)
ost() (fdb.Connection property)
(fdb.monitor.DatabaseInfo property)
(fdb.Transaction property)
output
Services
output_params() (fdb.schema.Procedure property)
output_sub_type() (fdb.schema.Filter property)
owner() (fdb.monitor.DatabaseInfo property)
(fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
owner_name() (fdb.schema.CharacterSet property)
(fdb.schema.Collation property)
(fdb.schema.DatabaseException property)
(fdb.schema.Domain property)
(fdb.schema.Function property)
(fdb.schema.Package property)
(fdb.schema.Procedure property)
(fdb.schema.Role property)
(fdb.schema.Schema property)
(fdb.schema.Sequence property)
(fdb.schema.Table property)
(fdb.schema.View property)
ownname (fdb.ibase.XSQLVAR attribute)
ownname_length (fdb.ibase.XSQLVAR attribute)
P
Package (class in fdb.schema)
package() (fdb.schema.Dependency property)
(fdb.schema.Function property)
(fdb.schema.FunctionArgument property)
(fdb.schema.Procedure property)
(fdb.schema.ProcedureParameter property)
package_name() (fdb.monitor.CallStackInfo property)
packages() (fdb.schema.Schema property)
page_buffers (fdb.gstat.StatDatabase attribute)
page_cache_size() (fdb.Connection property)
page_size (fdb.gstat.StatDatabase attribute)
page_size() (fdb.Connection property)
(fdb.monitor.DatabaseInfo property)
pages() (fdb.monitor.DatabaseInfo property)
pages_allocated() (fdb.Connection property)
param_map (fdb.trace.TraceParser attribute)
paramdsc (class in fdb.ibase)
parameter
conversion
ParameterBuffer (class in fdb)
parameters
Transaction
parametrized
SQL Statement
ParamInfo() (in module fdb.trace)
paramvary (class in fdb.ibase)
parse() (fdb.trace.TraceParser method)
(in module fdb.gstat)
(in module fdb.log)
parse_event() (fdb.trace.TraceParser method)
ParseError
partner_constraint() (fdb.schema.Constraint property)
partner_index() (fdb.schema.Index property)
password (fdb.ibase.USER_SEC_DATA attribute)
(fdb.services.User attribute)
plan() (fdb.Cursor property)
(fdb.monitor.StatementInfo property)
(fdb.PreparedStatement property)
pointer_pages (fdb.gstat.StatTable3 attribute)
position() (fdb.schema.FunctionArgument property)
(fdb.schema.TableColumn property)
(fdb.schema.ViewColumn property)
precision() (fdb.schema.Domain property)
(fdb.schema.FunctionArgument property)
prep() (fdb.Cursor method)
prepare() (fdb.ConnectionGroup method)
(fdb.Transaction method)
prepared
SQL Statement
PreparedStatement (class in fdb)
primary_key() (fdb.schema.Table property)
primary_pages (fdb.gstat.StatTable3 attribute)
primary_pointer_page (fdb.gstat.StatTable attribute)
privacy() (fdb.schema.Procedure property)
private_flag() (fdb.schema.Function property)
Privilege (class in fdb.schema)
privilege() (fdb.schema.Privilege property)
privileges
working with
privileges() (fdb.schema.Procedure property)
(fdb.schema.Role property)
(fdb.schema.Schema property)
(fdb.schema.Table property)
(fdb.schema.TableColumn property)
(fdb.schema.View property)
(fdb.schema.ViewColumn property)
proc_type() (fdb.schema.Procedure property)
Procedure (class in fdb.schema)
procedure() (fdb.schema.ProcedureParameter property)
ProcedureParameter (class in fdb.schema)
procedures() (fdb.schema.Package property)
(fdb.schema.Schema property)
ProgrammingError
protocol (fdb.ibase.USER_SEC_DATA attribute)
provider_id() (fdb.Connection property)
purges() (fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
Q
query_transaction() (fdb.Connection property)
QUERY_TYPE_PLAIN_INTEGER (fdb.services.Connection attribute)
QUERY_TYPE_PLAIN_STRING (fdb.services.Connection attribute)
QUERY_TYPE_RAW (fdb.services.Connection attribute)
R
ratio (fdb.gstat.StatIndex3 attribute)
read() (fdb.BlobReader method)
read_only() (fdb.monitor.DatabaseInfo property)
readline() (fdb.BlobReader method)
(fdb.services.Connection method)
readlines() (fdb.BlobReader method)
(fdb.services.Connection method)
reads() (fdb.monitor.IOStatsInfo property)
refresh() (fdb.monitor.Monitor method)
relation() (fdb.schema.Trigger property)
relname (fdb.ibase.XSQLVAR attribute)
relname_length (fdb.ibase.XSQLVAR attribute)
reload() (fdb.schema.Schema method)
remote_address() (fdb.monitor.AttachmentInfo property)
remote_host() (fdb.monitor.AttachmentInfo property)
remote_os_user() (fdb.monitor.AttachmentInfo property)
remote_pid() (fdb.monitor.AttachmentInfo property)
remote_process() (fdb.monitor.AttachmentInfo property)
remote_protocol() (fdb.monitor.AttachmentInfo property)
remote_version() (fdb.monitor.AttachmentInfo property)
remove() (fdb.ConnectionGroup method)
remove_hook() (in module fdb)
remove_user() (fdb.services.Connection method)
render() (fdb.TableReservation method)
(fdb.TPB method)
repair() (fdb.services.Connection method)
repeated_reads() (fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
replay_logging_file (fdb.gstat.StatDatabase attribute)
report() (fdb.utils.ObjectList method)
reserve_space() (fdb.monitor.DatabaseInfo property)
restore() (fdb.services.Connection method)
result_buf (fdb.fbcore.EventBlock attribute)
RESULT_SET_EXHAUSTED (fdb.PreparedStatement attribute)
RESULT_VECTOR (in module fdb.ibase)
retaining
Transaction
returns() (fdb.schema.Function property)
reverse() (fdb.utils.ObjectList method)
Role (class in fdb.schema)
role() (fdb.monitor.AttachmentInfo property)
roles() (fdb.schema.Schema property)
rollback() (fdb.Connection method)
(fdb.ConnectionGroup method)
(fdb.Transaction method)
rollback_limbo_transaction() (fdb.services.Connection method)
root_filename (fdb.gstat.StatDatabase attribute)
root_page (fdb.gstat.StatIndex3 attribute)
row_stat_id() (fdb.monitor.TableStatsInfo property)
rowcount() (fdb.Cursor property)
(fdb.PreparedStatement property)
S
SAVEPOINT
Transaction
savepoint() (fdb.Connection method)
(fdb.ConnectionGroup method)
(fdb.Transaction method)
scale() (fdb.schema.Domain property)
(fdb.schema.FunctionArgument property)
schema
Database
Schema (class in fdb.schema)
schema (fdb.schema.BackupHistory attribute)
(fdb.schema.BaseSchemaItem attribute)
(fdb.schema.CharacterSet attribute)
(fdb.schema.Collation attribute)
(fdb.schema.Constraint attribute)
(fdb.schema.DatabaseException attribute)
(fdb.schema.DatabaseFile attribute)
(fdb.schema.Dependency attribute)
(fdb.schema.Domain attribute)
(fdb.schema.Filter attribute)
(fdb.schema.Function attribute)
(fdb.schema.FunctionArgument attribute)
(fdb.schema.Index attribute)
(fdb.schema.Package attribute)
(fdb.schema.Privilege attribute)
(fdb.schema.Procedure attribute)
(fdb.schema.ProcedureParameter attribute)
(fdb.schema.Role attribute)
(fdb.schema.Sequence attribute)
(fdb.schema.Shadow attribute)
(fdb.schema.Table attribute)
(fdb.schema.TableColumn attribute)
(fdb.schema.Trigger attribute)
(fdb.schema.View attribute)
(fdb.schema.ViewColumn attribute)
schema() (fdb.Connection property)
scn() (fdb.schema.BackupHistory property)
sec_flags (fdb.ibase.USER_SEC_DATA attribute)
secondary_pages (fdb.gstat.StatTable3 attribute)
security_class() (fdb.schema.CharacterSet property)
(fdb.schema.Collation property)
(fdb.schema.DatabaseException property)
(fdb.schema.Domain property)
(fdb.schema.Function property)
(fdb.schema.Package property)
(fdb.schema.Procedure property)
(fdb.schema.Role property)
(fdb.schema.Schema property)
(fdb.schema.Sequence property)
(fdb.schema.Table property)
(fdb.schema.TableColumn property)
(fdb.schema.View property)
(fdb.schema.ViewColumn property)
security_database() (fdb.monitor.DatabaseInfo property)
seek() (fdb.BlobReader method)
seen_attachments (fdb.trace.TraceParser attribute)
seen_services (fdb.trace.TraceParser attribute)
seen_transactions (fdb.trace.TraceParser attribute)
segment_length() (fdb.schema.Domain property)
segment_names() (fdb.schema.Index property)
segment_statistics() (fdb.schema.Index property)
segments() (fdb.schema.Index property)
seq_reads() (fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
Sequence (class in fdb.schema)
sequence() (fdb.schema.DatabaseFile property)
(fdb.schema.ProcedureParameter property)
(fdb.schema.Trigger property)
sequences() (fdb.schema.Schema property)
server (fdb.ibase.USER_SEC_DATA attribute)
server information
Services
server_pid() (fdb.monitor.AttachmentInfo property)
server_version() (fdb.Connection property)
ServiceInfo() (in module fdb.trace)
Services
connection
Database maintenance
database options
Database users
output
server information
trace
working with
set_access_mode() (fdb.services.Connection method)
set_default_page_buffers() (fdb.services.Connection method)
set_reserve_page_space() (fdb.services.Connection method)
set_sql_dialect() (fdb.services.Connection method)
set_stream_blob() (fdb.Cursor method)
(fdb.PreparedStatement method)
set_stream_blob_treshold() (fdb.Cursor method)
(fdb.PreparedStatement method)
set_sweep_interval() (fdb.services.Connection method)
set_write_mode() (fdb.services.Connection method)
setinputsizes() (fdb.Cursor method)
setoutputsize() (fdb.Cursor method)
Shadow (class in fdb.schema)
SHADOW_CONDITIONAL (fdb.schema.Shadow attribute)
shadow_count (fdb.gstat.StatDatabase attribute)
SHADOW_INACTIVE (fdb.schema.Shadow attribute)
SHADOW_MANUAL (fdb.schema.Shadow attribute)
shadows() (fdb.schema.Schema property)
shutdown() (fdb.services.Connection method)
shutdown_mode() (fdb.monitor.DatabaseInfo property)
site_name() (fdb.Connection property)
sort() (fdb.utils.ObjectList method)
source() (fdb.schema.Function property)
(fdb.schema.Procedure property)
(fdb.schema.Trigger property)
space_reservation() (fdb.Connection property)
specific_attributes() (fdb.schema.Collation property)
split() (fdb.utils.ObjectList method)
SQL Statement
execution
parametrized
prepared
sql() (fdb.PreparedStatement property)
(fdb.schema.View property)
sql_dialect() (fdb.Connection property)
(fdb.monitor.DatabaseInfo property)
sql_text() (fdb.monitor.StatementInfo property)
sqld (fdb.ibase.XSQLDA attribute)
sqldabc (fdb.ibase.XSQLDA attribute)
sqldaid (fdb.ibase.XSQLDA attribute)
sqldata (fdb.ibase.XSQLVAR attribute)
sqlind (fdb.ibase.XSQLVAR attribute)
SQLInfo() (in module fdb.trace)
sqlinfo_map (fdb.trace.TraceParser attribute)
sqllen (fdb.ibase.XSQLVAR attribute)
sqln (fdb.ibase.XSQLDA attribute)
sqlname (fdb.ibase.XSQLVAR attribute)
sqlname_length (fdb.ibase.XSQLVAR attribute)
sqlscale (fdb.ibase.XSQLVAR attribute)
sqlsubtype (fdb.ibase.XSQLVAR attribute)
sqltype (fdb.ibase.XSQLVAR attribute)
sqlvar (fdb.ibase.XSQLDA attribute)
start() (fdb.schema.DatabaseFile property)
stat_id() (fdb.monitor.AttachmentInfo property)
(fdb.monitor.BaseInfoItem property)
(fdb.monitor.CallStackInfo property)
(fdb.monitor.ContextVariableInfo property)
(fdb.monitor.DatabaseInfo property)
(fdb.monitor.IOStatsInfo property)
(fdb.monitor.StatementInfo property)
(fdb.monitor.TableStatsInfo property)
(fdb.monitor.TransactionInfo property)
StatDatabase (class in fdb.gstat)
state() (fdb.monitor.AttachmentInfo property)
(fdb.monitor.StatementInfo property)
(fdb.monitor.TransactionInfo property)
statement() (fdb.monitor.CallStackInfo property)
statement_type (fdb.PreparedStatement attribute)
StatementInfo (class in fdb.monitor)
statements() (fdb.monitor.AttachmentInfo property)
(fdb.monitor.Monitor property)
(fdb.monitor.TransactionInfo property)
StatIndex (class in fdb.gstat)
StatIndex3 (class in fdb.gstat)
statistics() (fdb.schema.Index property)
StatTable (class in fdb.gstat)
StatTable3 (class in fdb.gstat)
Stored procedure
execution
stream
BLOB
STRING (in module fdb.ibase)
sub_type() (fdb.schema.Domain property)
(fdb.schema.FunctionArgument property)
subject() (fdb.schema.Privilege property)
subject_name() (fdb.schema.Privilege property)
subject_type() (fdb.schema.Privilege property)
sweep() (fdb.services.Connection method)
sweep_interval (fdb.gstat.StatDatabase attribute)
sweep_interval() (fdb.Connection property)
(fdb.monitor.DatabaseInfo property)
swept_pages (fdb.gstat.StatTable3 attribute)
sysdomains() (fdb.schema.Schema property)
sysfunctions() (fdb.schema.Schema property)
sysgenerators() (fdb.schema.Schema property)
sysindices() (fdb.schema.Schema property)
sysprocedures() (fdb.schema.Schema property)
syssequences() (fdb.schema.Schema property)
systables() (fdb.schema.Schema property)
system() (fdb.monitor.AttachmentInfo property)
system_change_number (fdb.gstat.StatDatabase attribute)
systriggers() (fdb.schema.Schema property)
sysviews() (fdb.schema.Schema property)
T
Table (class in fdb.schema)
table (fdb.gstat.StatIndex attribute)
table() (fdb.schema.Constraint property)
(fdb.schema.Index property)
(fdb.schema.TableColumn property)
table_id (fdb.gstat.StatTable attribute)
table_name() (fdb.monitor.TableStatsInfo property)
table_reservation() (fdb.TPB property)
table_type() (fdb.schema.Table property)
TableColumn (class in fdb.schema)
TableReservation (class in fdb)
tables (fdb.gstat.StatDatabase attribute)
tables() (fdb.schema.Schema property)
tablestats() (fdb.monitor.AttachmentInfo property)
(fdb.monitor.DatabaseInfo property)
(fdb.monitor.Monitor property)
(fdb.monitor.StatementInfo property)
(fdb.monitor.TransactionInfo property)
TableStatsInfo (class in fdb.monitor)
tell() (fdb.BlobReader method)
terminate() (fdb.monitor.AttachmentInfo method)
(fdb.monitor.StatementInfo method)
this_attachment() (fdb.monitor.Monitor property)
timestamp() (fdb.monitor.AttachmentInfo property)
(fdb.monitor.CallStackInfo property)
(fdb.monitor.StatementInfo property)
(fdb.monitor.TransactionInfo property)
timestamp_date (fdb.ibase.ISC_TIMESTAMP attribute)
timestamp_time (fdb.ibase.ISC_TIMESTAMP attribute)
top() (fdb.monitor.TransactionInfo property)
total_dup (fdb.gstat.StatIndex attribute)
total_formats (fdb.gstat.StatTable3 attribute)
total_fragments (fdb.gstat.StatTable3 attribute)
total_records (fdb.gstat.StatTable attribute)
total_versions (fdb.gstat.StatTable attribute)
TPB (class in fdb)
tpb_len (fdb.ibase.ISC_TEB attribute)
tpb_ptr (fdb.ibase.ISC_TEB attribute)
trace
Services
trace_list() (fdb.services.Connection method)
trace_resume() (fdb.services.Connection method)
trace_start() (fdb.services.Connection method)
trace_stop() (fdb.services.Connection method)
trace_suspend() (fdb.services.Connection method)
TraceParser (class in fdb.trace)
trans() (fdb.Connection method)
trans_info() (fdb.Connection method)
(fdb.Transaction method)
Transaction
auto-commit
context manager
distributed
information about
management
multiple
parameters
retaining
SAVEPOINT
Transaction (class in fdb)
transaction (fdb.TransactionContext attribute)
transaction() (fdb.Cursor property)
(fdb.monitor.ContextVariableInfo property)
(fdb.monitor.StatementInfo property)
transaction_id() (fdb.Transaction property)
transaction_info() (fdb.Connection method)
(fdb.Transaction method)
TransactionConflict
TransactionContext (class in fdb)
TransactionInfo (class in fdb.monitor)
TransactionInfo() (in module fdb.trace)
transactions() (fdb.Connection property)
(fdb.monitor.AttachmentInfo property)
(fdb.monitor.Monitor property)
Trigger (class in fdb.schema)
trigger_names() (fdb.schema.Constraint property)
trigger_type() (fdb.schema.Trigger property)
triggers() (fdb.schema.Constraint property)
(fdb.schema.Schema property)
(fdb.schema.Table property)
(fdb.schema.View property)
type_from() (fdb.schema.FunctionArgument property)
(fdb.schema.ProcedureParameter property)
types
hooks
U
uid (fdb.ibase.USER_SEC_DATA attribute)
unicode
conversion
update_meta() (in module fdb.utils)
update_rule() (fdb.schema.Constraint property)
updates() (fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
usage
Connection
Cursor
hooks
visitor pattern
used_formats (fdb.gstat.StatTable3 attribute)
User (class in fdb.services)
user() (fdb.monitor.AttachmentInfo property)
(fdb.schema.Privilege property)
user_exists() (fdb.services.Connection method)
user_id (fdb.services.User attribute)
user_name (fdb.ibase.USER_SEC_DATA attribute)
user_name() (fdb.schema.Privilege property)
USER_SEC_DATA (class in fdb.ibase)
user_type() (fdb.schema.Privilege property)
users
Services Database
V
valid_blr() (fdb.schema.Function property)
(fdb.schema.Procedure property)
(fdb.schema.Trigger property)
validate() (fdb.services.Connection method)
validation() (fdb.schema.Domain property)
value() (fdb.monitor.ContextVariableInfo property)
(fdb.schema.Sequence property)
values() (fdb.fbcore._RowMapping method)
(fdb.TableReservation method)
variables() (fdb.monitor.AttachmentInfo property)
(fdb.monitor.Monitor property)
(fdb.monitor.TransactionInfo property)
vary_length (fdb.ibase.paramvary attribute)
vary_string (fdb.ibase.paramvary attribute)
version (fdb.ibase.XSQLDA attribute)
version() (fdb.Connection property)
(fdb.services.Connection property)
View (class in fdb.schema)
view() (fdb.schema.ViewColumn property)
ViewColumn (class in fdb.schema)
views() (fdb.schema.Schema property)
visit() (fdb.utils.Visitor method)
Visitable (class in fdb.utils)
Visitor (class in fdb.utils)
visitor pattern
Database schema
example
usage
W
wait() (fdb.EventConduit method)
(fdb.services.Connection method)
waits() (fdb.monitor.IOStatsInfo property)
(fdb.monitor.TableStatsInfo property)
with_traceback() (fdb.Connection.DatabaseError method)
(fdb.Connection.DataError method)
(fdb.Connection.Error method)
(fdb.Connection.IntegrityError method)
(fdb.Connection.InterfaceError method)
(fdb.Connection.InternalError method)
(fdb.Connection.NotSupportedError method)
(fdb.Connection.OperationalError method)
(fdb.Connection.ProgrammingError method)
(fdb.Connection.Warning method)
working with
Database schema
dependencies
monitoring tables
privileges
Services
writes() (fdb.monitor.IOStatsInfo property)
WSTRING (in module fdb.ibase)
X
XSQLDA (class in fdb.ibase)
XSQLDA_PTR (in module fdb.ibase)
XSQLVAR (class in fdb.ibase)