Index

_ | A | B | C | D | E | F | G | H | I | K | L | M | N | O | P | Q | R | S | T | U | V | W

_

__version__ (in module fdb)
_RowMapping (class in fdb.fbcore)

A

accept_visitor() (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.Function method)
(fdb.schema.FunctionArgument method)
(fdb.schema.Index 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)
access_mode (fdb.TPB attribute)
ACCESS_READ_ONLY (in module fdb.services)
ACCESS_READ_WRITE (in module fdb.services)
actions (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.Function attribute)
(fdb.schema.FunctionArgument attribute)
(fdb.schema.Index 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)
activate_shadow() (fdb.services.Connection method)
active (fdb.Transaction attribute)
add() (fdb.ConnectionGroup method)
add_user() (fdb.services.Connection method)
apilevel (in module fdb)
arguments (fdb.schema.Function attribute)
ARRAY
Data
arraysize (fdb.Cursor attribute)
attributes (fdb.schema.Collation attribute)
auto-commit
Transaction

B

backup() (fdb.services.Connection method)
base_collation (fdb.schema.Collation attribute)
base_field (fdb.schema.ViewColumn attribute)
BaseSchemaItem (class in fdb.schema)
begin() (fdb.Connection method)
(fdb.ConnectionGroup method)
(fdb.Transaction method)
bind() (fdb.schema.Schema method)
BLOB
Data
BlobReader (class in fdb)
bring_online() (fdb.services.Connection method)
buf_length (fdb.fbcore.EventBlock attribute)
bytes_per_character (fdb.schema.CharacterSet attribute)

C

callproc() (fdb.Cursor method)
CAPABILITY_MULTI_CLIENT (in module fdb.services)
CAPABILITY_NO_SERVER_SHUTDOWN (in module fdb.services)
CAPABILITY_QUOTED_FILENAME (in module fdb.services)
CAPABILITY_REMOTE_HOP (in module fdb.services)
CAPABILITY_SERVER_CONFIG (in module fdb.services)
character_length (fdb.schema.Domain attribute)
(fdb.schema.FunctionArgument attribute)
character_set (fdb.schema.Collation attribute)
(fdb.schema.Domain attribute)
(fdb.schema.FunctionArgument attribute)
character_sets (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
CharacterSet (class in fdb.schema)
charset (fdb.Connection attribute)
charset_map (in module fdb)
clear() (fdb.ConnectionGroup method)
clear_cache() (fdb.Cursor method)
close() (fdb.BlobReader method)
(fdb.Connection method)
(fdb.Cursor method)
(fdb.EventConduit method)
(fdb.PreparedStatement method)
(fdb.Transaction method)
(fdb.fbcore.EventBlock method)
(fdb.schema.Schema method)
(fdb.services.Connection method)
closed (fdb.BlobReader attribute)
(fdb.Connection attribute)
(fdb.EventConduit attribute)
(fdb.PreparedStatement attribute)
(fdb.Transaction attribute)
(fdb.fbcore.EventBlock attribute)
(fdb.services.Connection attribute)
Collation (class in fdb.schema)
collation (fdb.schema.Domain attribute)
(fdb.schema.ProcedureParameter attribute)
(fdb.schema.TableColumn attribute)
(fdb.schema.ViewColumn attribute)
collations (fdb.ConnectionWithSchema attribute)
(fdb.schema.CharacterSet attribute)
(fdb.schema.Schema attribute)
column (fdb.schema.ProcedureParameter attribute)
column_name (fdb.schema.Constraint attribute)
columns (fdb.schema.Table attribute)
(fdb.schema.View attribute)
commit() (fdb.Connection method)
(fdb.ConnectionGroup method)
(fdb.Transaction method)
commit_limbo_transaction() (fdb.services.Connection method)
connect
Database
connect() (in module fdb)
(in module fdb.services)
Connection
usage
Connection (class in fdb)
(class in fdb.services)
connection (fdb.Cursor attribute)
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 attribute)
constraint_type (fdb.schema.Constraint attribute)
constraints (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
(fdb.schema.Table attribute)
contains() (fdb.ConnectionGroup method)
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)
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 attribute)

D

Data
ARRAY
BLOB
conversion
Database
connect
create
delete
events
information about
schema
Database schema
working with
database_info() (fdb.Connection method)
DatabaseError
DatabaseException (class in fdb.schema)
DatabaseFile (class in fdb.schema)
DataError
datatype (fdb.schema.Domain attribute)
(fdb.schema.FunctionArgument attribute)
(fdb.schema.ProcedureParameter attribute)
(fdb.schema.TableColumn attribute)
(fdb.schema.ViewColumn attribute)
db_info() (fdb.Connection method)
dbkey_length (fdb.schema.Table attribute)
(fdb.schema.View attribute)
default (fdb.schema.Domain attribute)
(fdb.schema.ProcedureParameter attribute)
(fdb.schema.TableColumn attribute)
default_action (fdb.Transaction attribute)
default_action() (fdb.schema.SchemaVisitor method)
default_character_set (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
default_class (fdb.schema.Table attribute)
(fdb.schema.View attribute)
default_collate (fdb.schema.CharacterSet attribute)
default_tpb (fdb.Connection attribute)
(fdb.ConnectionGroup attribute)
(fdb.Transaction attribute)
delete
Database
delete_rule (fdb.schema.Constraint attribute)
depended_on (fdb.schema.Dependency attribute)
depended_on_name (fdb.schema.Dependency attribute)
depended_on_type (fdb.schema.Dependency attribute)
dependencies (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
Dependency (class in fdb.schema)
dependent (fdb.schema.Dependency attribute)
dependent_name (fdb.schema.Dependency attribute)
dependent_type (fdb.schema.Dependency attribute)
description (fdb.ConnectionWithSchema attribute)
(fdb.Cursor attribute)
(fdb.PreparedStatement 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.Function attribute)
(fdb.schema.FunctionArgument attribute)
(fdb.schema.Index attribute)
(fdb.schema.Procedure attribute)
(fdb.schema.ProcedureParameter attribute)
(fdb.schema.Role attribute)
(fdb.schema.Schema 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)
DESCRIPTION_DISPLAY_SIZE (in module fdb)
DESCRIPTION_INTERNAL_SIZE (in module fdb)
DESCRIPTION_NAME (in module fdb)
DESCRIPTION_NULL_OK (in module fdb)
DESCRIPTION_PRECISION (in module fdb)
DESCRIPTION_SCALE (in module fdb)
DESCRIPTION_TYPE_CODE (in module fdb)
dimensions (fdb.schema.Domain attribute)
disband() (fdb.ConnectionGroup method)
distributed
Transaction
Domain (class in fdb.schema)
domain (fdb.schema.ProcedureParameter attribute)
(fdb.schema.TableColumn attribute)
(fdb.schema.ViewColumn attribute)
domains (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
drop_database() (fdb.Connection method)

E

embed_attributes() (in module fdb.utils)
EmbeddedAttribute (class in fdb.utils)
EmbeddedProperty (class in fdb.utils)
engine_version (fdb.Connection attribute)
entrypoint (fdb.schema.Function attribute)
enum_character_set_names (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
enum_field_subtypes (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
enum_field_types (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
enum_function_types (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
enum_mechanism_types (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
enum_object_type_codes (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
enum_object_types (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
enum_param_type_from (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
enum_parameter_mechanism_types (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
enum_procedure_types (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
enum_relation_types (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
enum_system_flag_types (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
enum_transaction_state_types (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
enum_trigger_types (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
Error
event_buf (fdb.fbcore.EventBlock attribute)
event_conduit() (fdb.Connection method)
event_id (fdb.fbcore.EventBlock attribute)
event_names (fdb.fbcore.EventBlock attribute)
EventBlock (class in fdb.fbcore)
EventConduit (class in fdb)
events
Database
exceptions (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
execute() (fdb.Cursor method)
execute_immediate() (fdb.Connection method)
(fdb.ConnectionGroup method)
(fdb.Transaction method)
executemany() (fdb.Cursor method)
execution
SQL Statement
Stored procedure
expression (fdb.schema.Domain attribute)
(fdb.schema.Index attribute)
external_file (fdb.schema.Table attribute)
external_length (fdb.schema.Domain attribute)
external_scale (fdb.schema.Domain attribute)
external_type (fdb.schema.Domain attribute)

F

fdb (module)
fdb.fbcore (module)
fdb.ibase (module)
fdb.schema (module)
fdb.services (module)
fdb.utils (module)
fetchall() (fdb.Cursor method)
fetchallmap() (fdb.Cursor method)
fetching (fdb.services.Connection attribute)
fetching data
Cursor
fetchmany() (fdb.Cursor method)
fetchmanymap() (fdb.Cursor method)
fetchone() (fdb.Cursor method)
fetchonemap() (fdb.Cursor method)
field_name (fdb.schema.Dependency attribute)
field_type (fdb.schema.Domain attribute)
(fdb.schema.FunctionArgument attribute)
filename (fdb.schema.DatabaseFile attribute)
files (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
(fdb.schema.Shadow attribute)
Firebird
information about
firebird_version (fdb.Connection attribute)
first_name (fdb.services.User attribute)
flags (fdb.schema.Shadow attribute)
(fdb.schema.Table attribute)
(fdb.schema.Trigger attribute)
(fdb.schema.View attribute)
flush() (fdb.BlobReader method)
(fdb.EventConduit method)
foreign_keys (fdb.schema.Table attribute)
format (fdb.schema.Table attribute)
(fdb.schema.View attribute)
Function (class in fdb.schema)
function (fdb.schema.FunctionArgument attribute)
function_name (fdb.schema.Collation attribute)
FunctionArgument (class in fdb.schema)
functions (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)

G

generators (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
get() (fdb.fbcore._RowMapping method)
(fdb.TableReservation method)
get_architecture() (fdb.services.Connection method)
get_attached_database_names() (fdb.services.Connection 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.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.Function method)
(fdb.schema.FunctionArgument method)
(fdb.schema.Index 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.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.Function method)
(fdb.schema.FunctionArgument method)
(fdb.schema.Index 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_home_directory() (fdb.services.Connection method)
get_index() (fdb.schema.Schema 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_param() (fdb.schema.Procedure method)
get_procedure() (fdb.schema.Schema method)
get_quoted_name() (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.Function method)
(fdb.schema.FunctionArgument method)
(fdb.schema.Index 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.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.Function method)
(fdb.schema.FunctionArgument method)
(fdb.schema.Index 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_statistics() (fdb.services.Connection method)
get_table() (fdb.schema.Schema 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)
group (fdb.Connection attribute)
group_id (fdb.services.User attribute)

H

has_arguments() (fdb.schema.Function method)
has_checkoption() (fdb.schema.View method)
has_default() (fdb.schema.Domain method)
(fdb.schema.ProcedureParameter method)
(fdb.schema.TableColumn method)
has_fkey() (fdb.schema.Table 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)

I

id (fdb.schema.CharacterSet attribute)
(fdb.schema.Collation attribute)
(fdb.schema.DatabaseException attribute)
(fdb.schema.Index attribute)
(fdb.schema.Procedure attribute)
(fdb.schema.Sequence attribute)
(fdb.schema.Shadow attribute)
(fdb.schema.Table attribute)
(fdb.schema.View attribute)
Index (class in fdb.schema)
index (fdb.schema.Constraint attribute)
index_type (fdb.schema.Index attribute)
indices (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
(fdb.schema.Table attribute)
information about
Database
Firebird
Transaction
input_params (fdb.schema.Procedure attribute)
IntegrityError
InterfaceError
InternalError
isaccentinsensitive() (fdb.schema.Collation method)
isactive() (fdb.schema.Trigger method)
isafter() (fdb.schema.Trigger method)
isarray() (fdb.schema.Domain 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)
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)
isdeferrable() (fdb.schema.Constraint method)
isdeferred() (fdb.schema.Constraint method)
isdelete() (fdb.schema.Trigger method)
isdomainbased() (fdb.schema.TableColumn method)
isenforcer() (fdb.schema.Index method)
isexpression() (fdb.schema.Index method)
isexternal() (fdb.schema.Table method)
isfkey() (fdb.schema.Constraint method)
isfreeit() (fdb.schema.FunctionArgument method)
isgtt() (fdb.schema.Table method)
isinactive() (fdb.schema.Index method)
(fdb.schema.Shadow method)
isinput() (fdb.schema.ProcedureParameter method)
isinsert() (fdb.schema.Trigger method)
ismanual() (fdb.schema.Shadow method)
ismultifile() (fdb.schema.Schema method)
isnotnull() (fdb.schema.Constraint method)
isnullable() (fdb.schema.Domain method)
(fdb.schema.ProcedureParameter method)
(fdb.schema.TableColumn method)
(fdb.schema.ViewColumn method)
isolation_level (fdb.TPB attribute)
ISOLATION_LEVEL_READ_COMMITED (in module fdb)
ISOLATION_LEVEL_READ_COMMITED_LEGACY (in module fdb)
ISOLATION_LEVEL_READ_COMMITED_RO (in module fdb)
ISOLATION_LEVEL_REPEATABLE_READ (in module fdb)
ISOLATION_LEVEL_SERIALIZABLE (in module fdb)
ISOLATION_LEVEL_SNAPSHOT (in module fdb)
ISOLATION_LEVEL_SNAPSHOT_TABLE_STABILITY (in module fdb)
ispadded() (fdb.schema.Collation method)
ispersistent() (fdb.schema.Table method)
ispkey() (fdb.schema.Constraint method)
isreturning() (fdb.schema.FunctionArgument method)
isrunning() (fdb.services.Connection method)
issystemobject() (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.Function method)
(fdb.schema.FunctionArgument method)
(fdb.schema.Index 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)
isunique() (fdb.schema.Constraint method)
(fdb.schema.Index method)
isupdate() (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

keys() (fdb.fbcore._RowMapping method)
(fdb.TableReservation method)

L

last_name (fdb.services.User attribute)
LateBindingProperty (class in fdb.utils)
length (fdb.schema.DatabaseFile attribute)
(fdb.schema.Domain attribute)
(fdb.schema.FunctionArgument attribute)
lock_resolution (fdb.TPB attribute)
lock_timeout (fdb.TPB attribute)

M

main_transaction (fdb.Connection attribute)
management
Transaction
match_option (fdb.schema.Constraint attribute)
MAX_BLOB_SEGMENT_SIZE (in module fdb)
mechanism (fdb.schema.FunctionArgument attribute)
(fdb.schema.ProcedureParameter attribute)
members() (fdb.ConnectionGroup method)
message (fdb.schema.DatabaseException attribute)
middle_name (fdb.services.User attribute)
mode (fdb.BlobReader attribute)
modify_user() (fdb.services.Connection method)
module_name (fdb.schema.Function attribute)
multiple
Transaction

N

n_input_params (fdb.PreparedStatement attribute)
n_output_params (fdb.PreparedStatement attribute)
name (fdb.Cursor attribute)
(fdb.PreparedStatement 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.Function attribute)
(fdb.schema.FunctionArgument attribute)
(fdb.schema.Index 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)
(fdb.services.User attribute)
named
Cursor
nbackup() (fdb.services.Connection method)
next() (fdb.BlobReader method)
(fdb.Cursor method)
(fdb.services.Connection method)
(fdb.utils.Iterator method)
NO_FETCH_ATTEMPTED_YET (fdb.PreparedStatement attribute)
NotSupportedError
nrestore() (fdb.services.Connection method)

O

ods (fdb.Connection attribute)
ODS_FB_20 (in module fdb)
ODS_FB_21 (in module fdb)
ODS_FB_25 (in module fdb)
OperationalError
opt_always_quote (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
output_params (fdb.schema.Procedure attribute)
owner_name (fdb.ConnectionWithSchema attribute)
(fdb.schema.Procedure attribute)
(fdb.schema.Role attribute)
(fdb.schema.Schema attribute)
(fdb.schema.Table attribute)
(fdb.schema.View attribute)

P

parameter
conversion
parameters
Transaction
parametrized
SQL Statement
paramstyle (in module fdb)
partner_constraint (fdb.schema.Constraint attribute)
partner_index (fdb.schema.Index attribute)
password (fdb.services.User attribute)
plan (fdb.Cursor attribute)
(fdb.PreparedStatement attribute)
position (fdb.schema.FunctionArgument attribute)
(fdb.schema.TableColumn attribute)
(fdb.schema.ViewColumn attribute)
precision (fdb.schema.Domain attribute)
(fdb.schema.FunctionArgument attribute)
prep() (fdb.Cursor method)
prepare() (fdb.ConnectionGroup method)
(fdb.Transaction method)
prepared
SQL Statement
PreparedStatement (class in fdb)
primary_key (fdb.schema.Table attribute)
proc_type (fdb.schema.Procedure attribute)
Procedure (class in fdb.schema)
procedure (fdb.schema.ProcedureParameter attribute)
ProcedureParameter (class in fdb.schema)
procedures (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
ProgrammingError

Q

query_transaction (fdb.Connection attribute)
QUERY_TYPE_PLAIN_INTEGER (fdb.services.Connection attribute)
QUERY_TYPE_PLAIN_STRING (fdb.services.Connection attribute)
QUERY_TYPE_RAW (fdb.services.Connection attribute)

R

read() (fdb.BlobReader method)
readline() (fdb.BlobReader method)
(fdb.services.Connection method)
readlines() (fdb.BlobReader method)
(fdb.services.Connection method)
relation (fdb.schema.Trigger attribute)
reload() (fdb.schema.Schema method)
remove() (fdb.ConnectionGroup method)
remove_user() (fdb.services.Connection method)
render() (fdb.TableReservation method)
(fdb.TPB method)
repair() (fdb.services.Connection method)
restore() (fdb.services.Connection method)
result_buf (fdb.fbcore.EventBlock attribute)
RESULT_SET_EXHAUSTED (fdb.PreparedStatement attribute)
retaining
Transaction
returns (fdb.schema.Function attribute)
Role (class in fdb.schema)
roles (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
rollback() (fdb.Connection method)
(fdb.ConnectionGroup method)
(fdb.Transaction method)
rollback_limbo_transaction() (fdb.services.Connection method)
rowcount (fdb.Cursor attribute)
(fdb.PreparedStatement attribute)

S

SAVEPOINT
Transaction
savepoint() (fdb.Connection method)
(fdb.ConnectionGroup method)
(fdb.Transaction method)
scale (fdb.schema.Domain attribute)
(fdb.schema.FunctionArgument attribute)
schema
Database
Schema (class in fdb.schema)
schema (fdb.Connection 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.Function attribute)
(fdb.schema.FunctionArgument attribute)
(fdb.schema.Index 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)
SchemaVisitor (class in fdb.schema)
security_class (fdb.ConnectionWithSchema attribute)
(fdb.schema.Procedure attribute)
(fdb.schema.Schema attribute)
(fdb.schema.Table attribute)
(fdb.schema.TableColumn attribute)
(fdb.schema.View attribute)
(fdb.schema.ViewColumn attribute)
seek() (fdb.BlobReader method)
segment_length (fdb.schema.Domain attribute)
segment_names (fdb.schema.Index attribute)
segment_statistics (fdb.schema.Index attribute)
segments (fdb.schema.Index attribute)
Sequence (class in fdb.schema)
sequence (fdb.schema.DatabaseFile attribute)
(fdb.schema.ProcedureParameter attribute)
(fdb.schema.Trigger attribute)
sequences (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
server_version (fdb.Connection attribute)
Services
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_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_INACTIVE (fdb.schema.Shadow attribute)
SHADOW_MANUAL (fdb.schema.Shadow attribute)
shadows (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
SHUT_DENY_NEW_ATTACHMENTS (in module fdb.services)
SHUT_DENY_NEW_TRANSACTIONS (in module fdb.services)
SHUT_FORCE (in module fdb.services)
SHUT_FULL (in module fdb.services)
SHUT_LEGACY (in module fdb.services)
SHUT_MULTI (in module fdb.services)
SHUT_NORMAL (in module fdb.services)
SHUT_SINGLE (in module fdb.services)
shutdown() (fdb.services.Connection method)
source (fdb.schema.Procedure attribute)
(fdb.schema.Trigger attribute)
specific_attributes (fdb.schema.Collation attribute)
sql (fdb.PreparedStatement attribute)
(fdb.schema.View attribute)
SQL Statement
execution
parametrized
prepared
sql_dialect (fdb.Connection attribute)
start (fdb.schema.DatabaseFile attribute)
statement_type (fdb.PreparedStatement attribute)
statistics (fdb.schema.Index attribute)
Stored procedure
execution
sub_type (fdb.schema.Domain attribute)
(fdb.schema.FunctionArgument attribute)
sweep() (fdb.services.Connection method)
sysdomains (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
sysfunctions (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
sysgenerators (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
sysindices (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
sysprocedures (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
syssequences (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
systables (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
systriggers (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
sysviews (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)

T

Table (class in fdb.schema)
table (fdb.schema.Constraint attribute)
(fdb.schema.Index attribute)
(fdb.schema.TableColumn attribute)
table_reservation (fdb.TPB attribute)
table_type (fdb.schema.Table attribute)
TableColumn (class in fdb.schema)
TableReservation (class in fdb)
tables (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
tell() (fdb.BlobReader method)
threadsafety (in module fdb)
TPB (class in fdb)
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)
trans() (fdb.Connection method)
trans_info() (fdb.Connection method)
(fdb.Transaction method)
Transaction
SAVEPOINT
auto-commit
distributed
information about
management
multiple
parameters
retaining
Transaction (class in fdb)
transaction (fdb.Cursor attribute)
(fdb.TransactionContext attribute)
transaction_info() (fdb.Connection method)
(fdb.Transaction method)
TransactionConflict
TransactionContext (class in fdb)
transactions (fdb.Connection attribute)
Trigger (class in fdb.schema)
trigger_names (fdb.schema.Constraint attribute)
trigger_type (fdb.schema.Trigger attribute)
triggers (fdb.ConnectionWithSchema attribute)
(fdb.schema.Constraint attribute)
(fdb.schema.Schema attribute)
(fdb.schema.Table attribute)
(fdb.schema.View attribute)
type_from (fdb.schema.ProcedureParameter attribute)

U

unicode
conversion
update_meta() (in module fdb.utils)
update_rule (fdb.schema.Constraint attribute)
usage
Connection
Cursor
User (class in fdb.services)
user_exists() (fdb.services.Connection method)
user_id (fdb.services.User attribute)

V

valid_blr (fdb.schema.Procedure attribute)
validation (fdb.schema.Domain attribute)
value (fdb.schema.Sequence attribute)
values() (fdb.fbcore._RowMapping method)
(fdb.TableReservation method)
version (fdb.Connection attribute)
View (class in fdb.schema)
view (fdb.schema.ViewColumn attribute)
ViewColumn (class in fdb.schema)
views (fdb.ConnectionWithSchema attribute)
(fdb.schema.Schema attribute)
visitCharacterSet() (fdb.schema.SchemaVisitor method)
visitCollation() (fdb.schema.SchemaVisitor method)
visitConstraint() (fdb.schema.SchemaVisitor method)
visitDatabaseFile() (fdb.schema.SchemaVisitor method)
visitDependency() (fdb.schema.SchemaVisitor method)
visitDomain() (fdb.schema.SchemaVisitor method)
visitException() (fdb.schema.SchemaVisitor method)
visitFunction() (fdb.schema.SchemaVisitor method)
visitFunctionArgument() (fdb.schema.SchemaVisitor method)
visitGenerator() (fdb.schema.SchemaVisitor method)
visitIndex() (fdb.schema.SchemaVisitor method)
visitMetadataItem() (fdb.schema.SchemaVisitor method)
visitProcedure() (fdb.schema.SchemaVisitor method)
visitProcedureParameter() (fdb.schema.SchemaVisitor method)
visitRole() (fdb.schema.SchemaVisitor method)
visitSchema() (fdb.schema.SchemaVisitor method)
visitShadow() (fdb.schema.SchemaVisitor method)
visitTable() (fdb.schema.SchemaVisitor method)
visitTableColumn() (fdb.schema.SchemaVisitor method)
visitTrigger() (fdb.schema.SchemaVisitor method)
visitView() (fdb.schema.SchemaVisitor method)
visitViewColumn() (fdb.schema.SchemaVisitor method)

W

wait() (fdb.EventConduit method)
(fdb.services.Connection method)
Warning
working with
Database schema
WRITE_BUFFERED (in module fdb.services)
WRITE_FORCED (in module fdb.services)