René's URL Explorer Experiment


Title: Usage Guide — FDB 1.7 documentation

direct link

Domain: pythonhosted.org

Nonetext/html; charset=utf-8

Links:

indexhttps://pythonhosted.org/fdb/genindex.html
moduleshttps://pythonhosted.org/fdb/py-modindex.html
nexthttps://pythonhosted.org/fdb/python-db-api-compliance.html
previoushttps://pythonhosted.org/fdb/getting-started.html
FDB 1.7 documentationhttps://pythonhosted.org/fdb/index.html
https://pythonhosted.org/fdb/usage-guide.html#usage-guide
https://pythonhosted.org/fdb/usage-guide.html#driver-structure
ibasehttps://pythonhosted.org/fdb/reference.html#module-fdb.ibase
ctypeshttp://docs.python.org/whatsnew/2.5.html#module-ctypes
fbcorehttps://pythonhosted.org/fdb/reference.html#module-fdb.fbcore
serviceshttps://pythonhosted.org/fdb/reference.html#module-fdb.services
schemahttps://pythonhosted.org/fdb/reference.html#module-fdb.schema
utilshttps://pythonhosted.org/fdb/reference.html#module-fdb.utils
fbcorehttps://pythonhosted.org/fdb/reference.html#module-fdb.fbcore
ibasehttps://pythonhosted.org/fdb/reference.html#module-fdb.ibase
fdb.serviceshttps://pythonhosted.org/fdb/reference.html#module-fdb.services
serviceshttps://pythonhosted.org/fdb/reference.html#module-fdb.services
connect()https://pythonhosted.org/fdb/reference.html#fdb.services.connect
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.services.Connection
https://pythonhosted.org/fdb/usage-guide.html#databases
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection
connect()https://pythonhosted.org/fdb/reference.html#fdb.connect
create_database()https://pythonhosted.org/fdb/reference.html#fdb.create_database
https://pythonhosted.org/fdb/usage-guide.html#using-connect
Firebird Documentationhttp://www.firebirdsql.org/en/reference-manuals/
Data handling and conversionshttps://pythonhosted.org/fdb/usage-guide.html#data-handling-and-conversions
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection
ConnectionWithSchemahttps://pythonhosted.org/fdb/reference.html#fdb.ConnectionWithSchema
Schemahttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema
https://pythonhosted.org/fdb/usage-guide.html#using-create-database
create_database()https://pythonhosted.org/fdb/reference.html#fdb.create_database
create_database()https://pythonhosted.org/fdb/reference.html#fdb.create_database
https://pythonhosted.org/fdb/usage-guide.html#deleting-databases
drop_database()https://pythonhosted.org/fdb/reference.html#fdb.Connection.drop_database
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection
https://pythonhosted.org/fdb/usage-guide.html#connection-object
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection
Executing SQL Statementshttps://pythonhosted.org/fdb/usage-guide.html#executing-sql-statements
execute_immediate()https://pythonhosted.org/fdb/reference.html#fdb.Connection.execute_immediate
cursor()https://pythonhosted.org/fdb/reference.html#fdb.Connection.cursor
drop_database()https://pythonhosted.org/fdb/reference.html#fdb.Connection.drop_database
Transanction managementhttps://pythonhosted.org/fdb/usage-guide.html#transanction-management
begin()https://pythonhosted.org/fdb/reference.html#fdb.Connection.begin
commit()https://pythonhosted.org/fdb/reference.html#fdb.Connection.commit
rollback()https://pythonhosted.org/fdb/reference.html#fdb.Connection.rollback
savepoint()https://pythonhosted.org/fdb/reference.html#fdb.Connection.savepoint
trans()https://pythonhosted.org/fdb/reference.html#fdb.Connection.trans
trans_info()https://pythonhosted.org/fdb/reference.html#fdb.Connection.trans_info
transaction_info()https://pythonhosted.org/fdb/reference.html#fdb.Connection.transaction_info
main_transactionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.main_transaction
transactionshttps://pythonhosted.org/fdb/reference.html#fdb.Connection.transactions
default_tpbhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.default_tpb
grouphttps://pythonhosted.org/fdb/reference.html#fdb.Connection.group
Database Eventshttps://pythonhosted.org/fdb/usage-guide.html#database-events
event_conduit()https://pythonhosted.org/fdb/reference.html#fdb.Connection.event_conduit
Getting information about Firebird versionhttps://pythonhosted.org/fdb/usage-guide.html#getting-information-about-firebird-version
server_versionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.server_version
firebird_versionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.firebird_version
versionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.version
engine_versionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.engine_version
Getting information about databasehttps://pythonhosted.org/fdb/usage-guide.html#getting-information-about-database
db_info()https://pythonhosted.org/fdb/reference.html#fdb.Connection.db_info
database_info()https://pythonhosted.org/fdb/reference.html#fdb.Connection.database_info
Getting information about database metadatahttps://pythonhosted.org/fdb/usage-guide.html#working-with-schema
schemahttps://pythonhosted.org/fdb/reference.html#fdb.Connection.schema
odshttps://pythonhosted.org/fdb/reference.html#fdb.Connection.ods
https://pythonhosted.org/fdb/usage-guide.html#getting-information-about-firebird-version
server_versionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.server_version
firebird_versionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.firebird_version
versionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.version
engine_versionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.engine_version
https://pythonhosted.org/fdb/usage-guide.html#database-on-disk-structure
Connection.odshttps://pythonhosted.org/fdb/reference.html#fdb.Connection.ods
https://pythonhosted.org/fdb/usage-guide.html#getting-information-about-database
db_info()https://pythonhosted.org/fdb/reference.html#fdb.Connection.db_info
database_info()https://pythonhosted.org/fdb/reference.html#fdb.Connection.database_info
Connection.database_info()https://pythonhosted.org/fdb/reference.html#fdb.Connection.database_info
db_info()https://pythonhosted.org/fdb/reference.html#fdb.Connection.db_info
https://pythonhosted.org/fdb/usage-guide.html#executing-sql-statements
execute_immediate()https://pythonhosted.org/fdb/reference.html#fdb.Connection.execute_immediate
Cursorhttps://pythonhosted.org/fdb/reference.html#fdb.Cursor
https://pythonhosted.org/fdb/usage-guide.html#cursor-object
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection
Transactionhttps://pythonhosted.org/fdb/reference.html#fdb.Transaction
cursor()https://pythonhosted.org/fdb/reference.html#fdb.Connection.cursor
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection
main_transactionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.main_transaction
transactionshttps://pythonhosted.org/fdb/reference.html#fdb.Connection.transactions
Transactionhttps://pythonhosted.org/fdb/reference.html#fdb.Transaction
execute()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.execute
executemany()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.executemany
callproc()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.callproc
PreparedStatementhttps://pythonhosted.org/fdb/reference.html#fdb.PreparedStatement
planhttps://pythonhosted.org/fdb/reference.html#fdb.PreparedStatement.plan
prep()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.prep
Fetching resultshttps://pythonhosted.org/fdb/Fetchingdatafromserver
fetchone()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchone
fetchmany()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchmany
fetchall()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchall
fetchonemap()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchonemap
fetchmanymap()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchmanymap
fetchallmap()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchallmap
iter()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.iter
itermap()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.itermap
next()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.next
https://pythonhosted.org/fdb/usage-guide.html#sql-execution-basics
Connection.execute_immediate()https://pythonhosted.org/fdb/reference.html#fdb.Connection.execute_immediate
Transaction.execute_immediate()https://pythonhosted.org/fdb/reference.html#fdb.Transaction.execute_immediate
parametrized statementshttps://pythonhosted.org/fdb/usage-guide.html#id1
prepared statementshttps://pythonhosted.org/fdb/usage-guide.html#id2
DDLhttp://en.wikipedia.org/wiki/Data_Definition_Language
Cursor.execute()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.execute
Cursor.executemany()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.executemany
DMLhttp://en.wikipedia.org/wiki/Data_Manipulation_Language
Cursor.callproc()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.callproc
https://pythonhosted.org/fdb/usage-guide.html#parametrized-statements
Cursorhttps://pythonhosted.org/fdb/reference.html#fdb.Cursor
Prepared Statementshttps://pythonhosted.org/fdb/usage-guide.html#id2
datetimehttp://docs.python.org/library/datetime.html#module-datetime
decimalhttp://docs.python.org/library/decimal.html#module-decimal
https://pythonhosted.org/fdb/usage-guide.html#fetching-data-from-server
Cursorhttps://pythonhosted.org/fdb/reference.html#fdb.Cursor
fetchone()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchone
iterator protocolhttp://docs.python.org/library/stdtypes.html#typeiter
fetchone()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchone
fetchmany()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchmany
arraysizehttps://pythonhosted.org/fdb/reference.html#fdb.Cursor.arraysize
arraysizehttps://pythonhosted.org/fdb/reference.html#fdb.Cursor.arraysize
fetchone()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchone
fetchall()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchall
fetchone()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchone
iterator protocolhttp://docs.python.org/library/stdtypes.html#typeiter
iter()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.iter
fetchonemap()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchonemap
fetchone()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchone
fetchmanymap()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchmanymap
fetchmany()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchmany
fetchallmap()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchallmap
fetchall()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchall
itermap()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.itermap
iter()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.iter
fetchall()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchall
iteratorhttp://docs.python.org/library/stdtypes.html#typeiter
itermap()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.itermap
fetchallmap()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchallmap
iteratorhttp://docs.python.org/library/stdtypes.html#typeiter
execute()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.execute
iterator protocolhttp://docs.python.org/library/stdtypes.html#typeiter
fetchone()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchone
Cursor.execute()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.execute
Cursor.executemany()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.executemany
https://pythonhosted.org/fdb/usage-guide.html#prepared-statements
PreparedStatementhttps://pythonhosted.org/fdb/reference.html#fdb.PreparedStatement
Cursorhttps://pythonhosted.org/fdb/reference.html#fdb.Cursor
prep()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.prep
execute()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.execute
executemany()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.executemany
descriptionhttps://pythonhosted.org/fdb/reference.html#fdb.PreparedStatement.description
planhttps://pythonhosted.org/fdb/reference.html#fdb.PreparedStatement.plan
statement_typehttps://pythonhosted.org/fdb/reference.html#fdb.PreparedStatement.statement_type
https://pythonhosted.org/fdb/usage-guide.html#named-cursors
Cursor.namehttps://pythonhosted.org/fdb/reference.html#fdb.Cursor.name
https://pythonhosted.org/fdb/usage-guide.html#working-with-stored-procedures
Cursor.callproc()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.callproc
https://pythonhosted.org/fdb/usage-guide.html#data-handling-and-conversions
https://pythonhosted.org/fdb/usage-guide.html#implicit-conversion-of-input-parameters-from-strings
https://pythonhosted.org/fdb/usage-guide.html#automatic-conversion-from-to-unicode
connectionhttps://pythonhosted.org/fdb/reference.html#fdb.connect
locale.getpreferredencoding()http://docs.python.org/library/locale.html#locale.getpreferredencoding
locale.getpreferredencoding()http://docs.python.org/library/locale.html#locale.getpreferredencoding
https://pythonhosted.org/fdb/usage-guide.html#working-with-blobs
parametrized statementhttps://pythonhosted.org/fdb/usage-guide.html#parametrized-statements
read()http://docs.python.org/library/stdtypes.html#file.read
Cursor.set_stream_blob()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.set_stream_blob
PreparedStatement.set_stream_blob()https://pythonhosted.org/fdb/reference.html#fdb.PreparedStatement.set_stream_blob
BlobReaderhttps://pythonhosted.org/fdb/reference.html#fdb.BlobReader
BlobReaderhttps://pythonhosted.org/fdb/reference.html#fdb.BlobReader
next()https://pythonhosted.org/fdb/reference.html#fdb.BlobReader.next
read()https://pythonhosted.org/fdb/reference.html#fdb.BlobReader.read
readline()https://pythonhosted.org/fdb/reference.html#fdb.BlobReader.readline
readlines()https://pythonhosted.org/fdb/reference.html#fdb.BlobReader.readlines
seek()https://pythonhosted.org/fdb/reference.html#fdb.BlobReader.seek
close()https://pythonhosted.org/fdb/reference.html#fdb.BlobReader.close
BlobReader.seek()https://pythonhosted.org/fdb/reference.html#fdb.BlobReader.seek
DatabaseErrorhttps://pythonhosted.org/fdb/reference.html#fdb.DatabaseError
https://pythonhosted.org/fdb/usage-guide.html#firebird-array-type
https://pythonhosted.org/fdb/usage-guide.html#transanction-management
execute_immediate()https://pythonhosted.org/fdb/reference.html#fdb.Connection.execute_immediate
Cursor.execute()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.execute
Cursor.callproc()https://pythonhosted.org/fdb/reference.html#fdb.Cursor.callproc
transaction parametershttps://pythonhosted.org/fdb/usage-guide.html#transaction-parameters
retaining transactionshttps://pythonhosted.org/fdb/usage-guide.html#retaining-transactions
savepointshttps://pythonhosted.org/fdb/usage-guide.html#savepoints
distributed transactionshttps://pythonhosted.org/fdb/usage-guide.html#id4
https://pythonhosted.org/fdb/usage-guide.html#basics
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection
Connection.commit()https://pythonhosted.org/fdb/reference.html#fdb.Connection.commit
Connection.rollback()https://pythonhosted.org/fdb/reference.html#fdb.Connection.rollback
Connection.begin()https://pythonhosted.org/fdb/reference.html#fdb.Connection.begin
Connection.savepoint()https://pythonhosted.org/fdb/reference.html#fdb.Connection.savepoint
Firebird SAVEPOINTshttp://www.firebirdsql.org/refdocs/langrefupd15-savepoint.html
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection
Transactionhttps://pythonhosted.org/fdb/reference.html#fdb.Transaction
main transactionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.main_transaction
begin()https://pythonhosted.org/fdb/reference.html#fdb.Connection.begin
savepoint()https://pythonhosted.org/fdb/reference.html#fdb.Connection.savepoint
commit()https://pythonhosted.org/fdb/reference.html#fdb.Connection.commit
rollback()https://pythonhosted.org/fdb/reference.html#fdb.Connection.rollback
trans_info()https://pythonhosted.org/fdb/reference.html#fdb.Connection.trans_info
transaction_info()https://pythonhosted.org/fdb/reference.html#fdb.Connection.transaction_info
sectionhttps://pythonhosted.org/fdb/usage-guide.html#multiple-transactions
https://pythonhosted.org/fdb/usage-guide.html#auto-commit
default_actionhttps://pythonhosted.org/fdb/reference.html#fdb.Transaction.default_action
https://pythonhosted.org/fdb/usage-guide.html#transaction-parameters
default_tpbhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.default_tpb
begin()https://pythonhosted.org/fdb/reference.html#fdb.Connection.begin
Firebird API documentationhttp://www.ibphoenix.com/files/60ApiGuide.zip
Connection.query_transactionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.query_transaction
TPBhttps://pythonhosted.org/fdb/reference.html#fdb.TPB
renderedhttps://pythonhosted.org/fdb/reference.html#fdb.TPB.render
TableReservationhttps://pythonhosted.org/fdb/reference.html#fdb.TableReservation
https://pythonhosted.org/fdb/usage-guide.html#getting-information-about-transaction
Transactionhttps://pythonhosted.org/fdb/reference.html#fdb.Transaction
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection
main_transactionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.main_transaction
transaction_info()https://pythonhosted.org/fdb/reference.html#fdb.Transaction.transaction_info
trans_info()https://pythonhosted.org/fdb/reference.html#fdb.Transaction.trans_info
https://pythonhosted.org/fdb/usage-guide.html#retaining-transactions
commit()https://pythonhosted.org/fdb/reference.html#fdb.Transaction.commit
rollback()https://pythonhosted.org/fdb/reference.html#fdb.Transaction.rollback
this documenthttp://www.ibphoenix.com/resources/documents/search/doc_21
https://pythonhosted.org/fdb/usage-guide.html#savepoints
savepoint()https://pythonhosted.org/fdb/reference.html#fdb.Transaction.savepoint
rollback()https://pythonhosted.org/fdb/reference.html#fdb.Transaction.rollback
https://pythonhosted.org/fdb/usage-guide.html#using-multiple-transactions-with-the-same-connection
main transactionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.main_transaction
Transactionhttps://pythonhosted.org/fdb/reference.html#fdb.Transaction
Connection.trans()https://pythonhosted.org/fdb/reference.html#fdb.Connection.trans
default_tpbhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.default_tpb
Transaction.begin()https://pythonhosted.org/fdb/reference.html#fdb.Transaction.begin
cursor()https://pythonhosted.org/fdb/reference.html#fdb.Transaction.cursor
Transaction.execute_immediate()https://pythonhosted.org/fdb/reference.html#fdb.Transaction.execute_immediate
https://pythonhosted.org/fdb/usage-guide.html#distributed-transactions
ConnectionGrouphttps://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup
Transactionhttps://pythonhosted.org/fdb/reference.html#fdb.Transaction
cursorshttps://pythonhosted.org/fdb/reference.html#fdb.Cursor
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection
ConnectionGrouphttps://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup
ConnectionGroup.add()https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.add
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection
closedhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.close
removedhttps://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.remove
disbandedhttps://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.disband
Transactionhttps://pythonhosted.org/fdb/reference.html#fdb.Transaction
ConnectionGroup.begin()https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.begin
ConnectionGroup.savepoint()https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.savepoint
ConnectionGroup.commit()https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.commit
ConnectionGroup.rollback()https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.rollback
prepare()https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.prepare
Transactionhttps://pythonhosted.org/fdb/reference.html#fdb.Transaction
ConnectionGroup.default_tpbhttps://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.default_tpb
begin()https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.begin
Cursorhttps://pythonhosted.org/fdb/reference.html#fdb.Cursor
ConnectionGroup.cursor()https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.cursor
ConnectionGroup.execute_immediate()https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.execute_immediate
Cursorhttps://pythonhosted.org/fdb/reference.html#fdb.Cursor
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection
cursor()https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.cursor
https://pythonhosted.org/fdb/usage-guide.html#transaction-context-manager
TransactionContexthttps://pythonhosted.org/fdb/reference.html#fdb.TransactionContext
The with statementhttp://docs.python.org/reference/compound_stmts.html#with
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection
ConnectionGrouphttps://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup
Transactionhttps://pythonhosted.org/fdb/reference.html#fdb.Transaction
https://pythonhosted.org/fdb/usage-guide.html#database-events
https://pythonhosted.org/fdb/usage-guide.html#what-they-are
https://pythonhosted.org/fdb/usage-guide.html#why-use-them
busy-waithttp://www.catb.org/jargon/html/B/busy-wait.html
https://pythonhosted.org/fdb/usage-guide.html#how-events-are-exposed
https://pythonhosted.org/fdb/usage-guide.html#api-for-python-developers
Connection.event_conduit()https://pythonhosted.org/fdb/reference.html#fdb.Connection.event_conduit
EventConduithttps://pythonhosted.org/fdb/reference.html#fdb.EventConduit
EventConduithttps://pythonhosted.org/fdb/reference.html#fdb.EventConduit
Connection.event_conduit()https://pythonhosted.org/fdb/reference.html#fdb.Connection.event_conduit
Connection.event_conduit()https://pythonhosted.org/fdb/reference.html#fdb.Connection.event_conduit
EventConduithttps://pythonhosted.org/fdb/reference.html#fdb.EventConduit
EventConduit.begin()https://pythonhosted.org/fdb/reference.html#fdb.EventConduit.begin
begin()https://pythonhosted.org/fdb/reference.html#fdb.EventConduit.begin
close()https://pythonhosted.org/fdb/reference.html#fdb.EventConduit.close
wait()https://pythonhosted.org/fdb/reference.html#fdb.EventConduit.wait
begin()https://pythonhosted.org/fdb/reference.html#fdb.EventConduit.begin
close()https://pythonhosted.org/fdb/reference.html#fdb.EventConduit.close
EventConduit.flush()https://pythonhosted.org/fdb/reference.html#fdb.EventConduit.flush
https://pythonhosted.org/fdb/usage-guide.html#working-with-services
fdb.serviceshttps://pythonhosted.org/fdb/reference.html#module-fdb.services
https://pythonhosted.org/fdb/usage-guide.html#services-api-connections
fdb.services.Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.services.Connection
connect()https://pythonhosted.org/fdb/reference.html#fdb.services.connect
fdb.services.connect()https://pythonhosted.org/fdb/reference.html#fdb.services.connect
close()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.close
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.services.Connection
Server Configuration and Statehttps://pythonhosted.org/fdb/usage-guide.html#server-configuration-and-state
Database optionshttps://pythonhosted.org/fdb/usage-guide.html#database-options
Database maintenancehttps://pythonhosted.org/fdb/usage-guide.html#database-maintenance
User maintanancehttps://pythonhosted.org/fdb/usage-guide.html#user-maintanance
Trace servicehttps://pythonhosted.org/fdb/usage-guide.html#trace-service
Text ouput from Serviceshttps://pythonhosted.org/fdb/usage-guide.html#text-ouput-from-services
iterator protocolhttp://docs.python.org/library/stdtypes.html#typeiter
https://pythonhosted.org/fdb/usage-guide.html#server-configuration-and-state
get_service_manager_version()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.get_service_manager_version
get_server_version()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.get_server_version
fdb.Connection.server_versionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.server_version
fdb.Connection.server_versionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.server_version
get_architecture()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.get_architecture
get_home_directory()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.get_home_directory
get_security_database_path()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.get_security_database_path
get_lock_file_directory()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.get_lock_file_directory
get_server_capabilities()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.get_server_capabilities
fdb.serviceshttps://pythonhosted.org/fdb/reference.html#module-fdb.services
CAPABILITY_MULTI_CLIENThttps://pythonhosted.org/fdb/reference.html#fdb.services.CAPABILITY_MULTI_CLIENT
CAPABILITY_REMOTE_HOPhttps://pythonhosted.org/fdb/reference.html#fdb.services.CAPABILITY_REMOTE_HOP
CAPABILITY_SERVER_CONFIGhttps://pythonhosted.org/fdb/reference.html#fdb.services.CAPABILITY_SERVER_CONFIG
CAPABILITY_QUOTED_FILENAMEhttps://pythonhosted.org/fdb/reference.html#fdb.services.CAPABILITY_QUOTED_FILENAME
CAPABILITY_NO_SERVER_SHUTDOWNhttps://pythonhosted.org/fdb/reference.html#fdb.services.CAPABILITY_NO_SERVER_SHUTDOWN
get_message_file_directory()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.get_message_file_directory
get_connection_count()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.get_connection_count
fdb.Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection
fdb.services.Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.services.Connection
get_attached_database_names()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.get_attached_database_names
get_log()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.get_log
text ouput from Serviceshttps://pythonhosted.org/fdb/usage-guide.html#text-ouput-from-services
https://pythonhosted.org/fdb/usage-guide.html#database-options
set_default_page_buffers()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.set_default_page_buffers
set_sweep_interval()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.set_sweep_interval
set_reserve_page_space()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.set_reserve_page_space
set_write_mode()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.set_write_mode
fdb.serviceshttps://pythonhosted.org/fdb/reference.html#module-fdb.services
WRITE_FORCEDhttps://pythonhosted.org/fdb/reference.html#fdb.services.WRITE_FORCED
WRITE_BUFFEREDhttps://pythonhosted.org/fdb/reference.html#fdb.services.WRITE_BUFFERED
set_access_mode()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.set_access_mode
fdb.serviceshttps://pythonhosted.org/fdb/reference.html#module-fdb.services
ACCESS_READ_WRITEhttps://pythonhosted.org/fdb/reference.html#fdb.services.ACCESS_READ_WRITE
ACCESS_READ_ONLYhttps://pythonhosted.org/fdb/reference.html#fdb.services.ACCESS_READ_ONLY
set_sql_dialect()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.set_sql_dialect
https://pythonhosted.org/fdb/usage-guide.html#database-maintenance
get_limbo_transaction_ids()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.get_limbo_transaction_ids
commit_limbo_transaction()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.commit_limbo_transaction
rollback_limbo_transaction()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.rollback_limbo_transaction
get_statistics()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.get_statistics
text ouput from Serviceshttps://pythonhosted.org/fdb/usage-guide.html#text-ouput-from-services
wait()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.wait
backup()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.backup
text ouput from Serviceshttps://pythonhosted.org/fdb/usage-guide.html#text-ouput-from-services
wait()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.wait
restore()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.restore
text ouput from Serviceshttps://pythonhosted.org/fdb/usage-guide.html#text-ouput-from-services
wait()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.wait
nbackup()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.nbackup
nrestore()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.nrestore
shutdown()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.shutdown
fdb.serviceshttps://pythonhosted.org/fdb/reference.html#module-fdb.services
SHUT_SINGLEhttps://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_SINGLE
SHUT_MULTIhttps://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_MULTI
SHUT_FULLhttps://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_FULL
SHUT_FORCEhttps://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_FORCE
SHUT_DENY_NEW_TRANSACTIONShttps://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_DENY_NEW_TRANSACTIONS
SHUT_DENY_NEW_ATTACHMENTShttps://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_DENY_NEW_ATTACHMENTS
bring_online()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.bring_online
fdb.serviceshttps://pythonhosted.org/fdb/reference.html#module-fdb.services
SHUT_NORMALhttps://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_NORMAL
SHUT_SINGLEhttps://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_SINGLE
SHUT_MULTIhttps://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_MULTI
activate_shadow()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.activate_shadow
sweep()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.sweep
repair()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.repair
https://pythonhosted.org/fdb/usage-guide.html#user-maintanance
get_users()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.get_users
Userhttps://pythonhosted.org/fdb/reference.html#fdb.services.User
add_user()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.add_user
Userhttps://pythonhosted.org/fdb/reference.html#fdb.services.User
namehttps://pythonhosted.org/fdb/reference.html#fdb.services.User.name
passwordhttps://pythonhosted.org/fdb/reference.html#fdb.services.User.password
modify_user()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.modify_user
Userhttps://pythonhosted.org/fdb/reference.html#fdb.services.User
namehttps://pythonhosted.org/fdb/reference.html#fdb.services.User.name
first_namehttps://pythonhosted.org/fdb/reference.html#fdb.services.User.first_name
middle_namehttps://pythonhosted.org/fdb/reference.html#fdb.services.User.middle_name
last_namehttps://pythonhosted.org/fdb/reference.html#fdb.services.User.last_name
user_idhttps://pythonhosted.org/fdb/reference.html#fdb.services.User.user_id
group_idhttps://pythonhosted.org/fdb/reference.html#fdb.services.User.group_id
passwordhttps://pythonhosted.org/fdb/reference.html#fdb.services.User.password
remove_user()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.remove_user
Userhttps://pythonhosted.org/fdb/reference.html#fdb.services.User
namehttps://pythonhosted.org/fdb/reference.html#fdb.services.User.name
user_exists()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.user_exists
Userhttps://pythonhosted.org/fdb/reference.html#fdb.services.User
namehttps://pythonhosted.org/fdb/reference.html#fdb.services.User.name
https://pythonhosted.org/fdb/usage-guide.html#trace-service
trace_start()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.trace_start
readline()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.readline
readlines()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.readlines
wait()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.wait
wait()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.wait
trace_stop()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.trace_stop
trace_suspend()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.trace_suspend
trace_resume()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.trace_resume
trace_list()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.trace_list
https://pythonhosted.org/fdb/usage-guide.html#text-ouput-from-services
readline()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.readline
file.readline()http://docs.python.org/library/stdtypes.html#file.readline
readlines()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.readlines
file.readlines()http://docs.python.org/library/stdtypes.html#file.readlines
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.services.Connection
iterator protocolhttp://docs.python.org/library/stdtypes.html#typeiter
wait()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.wait
Connection.fetchinghttps://pythonhosted.org/fdb/reference.html#fdb.services.Connection.fetching
Connection.isrunning()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.isrunning
wait()https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.wait
https://pythonhosted.org/fdb/usage-guide.html#working-with-database-schema
fdb.schemahttps://pythonhosted.org/fdb/reference.html#module-fdb.schema
fdb.schema.Schemahttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema
bindedhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.bind
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.services.Connection
fdb.Connection.schemahttps://pythonhosted.org/fdb/reference.html#fdb.Connection.schema
ConnectionWithSchemahttps://pythonhosted.org/fdb/reference.html#fdb.ConnectionWithSchema
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.services.Connection
connect()https://pythonhosted.org/fdb/reference.html#fdb.connect
create_database()https://pythonhosted.org/fdb/reference.html#fdb.create_database
Schemahttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema
domainshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.domains
tableshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.tables
claredhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.clear
reloadhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.reload
clarhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.clear
https://pythonhosted.org/fdb/usage-guide.html#available-information
Schemahttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema
Owner namehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.owner_name
default character sethttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.default_character_set
descriptionhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.description
security classhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.security_class
single or multiple fileshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.ismultifile
character setshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.character_sets
collationshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.collations
fileshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.files
shadowshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.shadows
exceptionshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.exceptions
generatorshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.generators
domainshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.domains
tableshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.tables
constraintshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.constraints
indiceshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.indices
viewshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.views
triggershttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.triggers
procedureshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.procedures
roleshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.roles
user defined functionshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.functions
generatorshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.sysgenerators
domainshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.sysdomains
tableshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.systables
indiceshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.sysindices
viewshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.sysviews
triggershttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.systriggers
procedureshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.sysprocedures
functionshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.sysfunctions
dependencieshttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.dependencies
Allhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.privileges
tablehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Table.privileges
table columnhttps://pythonhosted.org/fdb/reference.html#fdb.schema.TableColumn.privileges
viewhttps://pythonhosted.org/fdb/reference.html#fdb.schema.View.privileges
view columnhttps://pythonhosted.org/fdb/reference.html#fdb.schema.ViewColumn.privileges
procedurehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Procedure.privileges
rolehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Role.privileges
granted tohttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.get_privileges_of
https://pythonhosted.org/fdb/usage-guide.html#metadata-objects
BaseSchemaItemhttps://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem
Schemahttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema
namehttps://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.name
descriptionhttps://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.description
actionshttps://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.actions
accept_visitor()https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.accept_visitor
Visitor Pattern supporthttps://pythonhosted.org/fdb/usage-guide.html#visitor-pattern-support
issystemobject()https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.issystemobject
get_quoted_name()https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.get_quoted_name
get_dependents()https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.get_dependents
dependhttps://pythonhosted.org/fdb/usage-guide.html#object-dependencies
get_dependencies()https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.get_dependencies
dependhttps://pythonhosted.org/fdb/usage-guide.html#object-dependencies
get_sql_for()https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.get_sql_for
SQL command stringhttps://pythonhosted.org/fdb/usage-guide.html#sql-oprations
Collationhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Collation
CharacterSethttps://pythonhosted.org/fdb/reference.html#fdb.schema.CharacterSet
DatabaseExceptionhttps://pythonhosted.org/fdb/reference.html#fdb.schema.DatabaseException
Sequencehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Sequence
Domainhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Domain
Indexhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Index
Tablehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Table
TableColumnhttps://pythonhosted.org/fdb/reference.html#fdb.schema.TableColumn
Constrainthttps://pythonhosted.org/fdb/reference.html#fdb.schema.Constraint
Viewhttps://pythonhosted.org/fdb/reference.html#fdb.schema.View
ViewColumnhttps://pythonhosted.org/fdb/reference.html#fdb.schema.ViewColumn
Triggerhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Trigger
Procedurehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Procedure
ProcedureParameterhttps://pythonhosted.org/fdb/reference.html#fdb.schema.ProcedureParameter
Functionhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Function
FunctionArgumenthttps://pythonhosted.org/fdb/reference.html#fdb.schema.FunctionArgument
Rolehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Role
Dependencyhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Dependency
DatabaseFilehttps://pythonhosted.org/fdb/reference.html#fdb.schema.DatabaseFile
Shadowhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Shadow
https://pythonhosted.org/fdb/usage-guide.html#visitor-pattern-support
Visitor Patternhttp://en.wikipedia.org/wiki/Visitor_pattern
Schemahttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema
accept_visitor()https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.accept_visitor
Tablehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Table
schema Visitor objecthttps://pythonhosted.org/fdb/reference.html#fdb.schema.SchemaVisitor
https://pythonhosted.org/fdb/usage-guide.html#object-dependencies
Dependencyhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Dependency
get_dependents()https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.get_dependents
get_dependencies()https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.get_dependencies
Dependencyhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Dependency
Dependencyhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Dependency
https://pythonhosted.org/fdb/usage-guide.html#sql-operations
get_sql_for()https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.get_sql_for
actionshttps://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.actions
Collationhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Collation
CharacterSethttps://pythonhosted.org/fdb/reference.html#fdb.schema.CharacterSet
Collationhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Collation
DatabaseExceptionhttps://pythonhosted.org/fdb/reference.html#fdb.schema.DatabaseException
Sequencehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Sequence
Domainhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Domain
Constrainthttps://pythonhosted.org/fdb/reference.html#fdb.schema.Constraint
Indexhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Index
Tablehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Table
TableColumnhttps://pythonhosted.org/fdb/reference.html#fdb.schema.TableColumn
Viewhttps://pythonhosted.org/fdb/reference.html#fdb.schema.View
Triggerhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Trigger
Procedurehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Procedure
Rolehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Role
Functionhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Function
DatabaseFilehttps://pythonhosted.org/fdb/reference.html#fdb.schema.DatabaseFile
Shadowhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Shadow
Privilegehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Privilege
https://pythonhosted.org/fdb/usage-guide.html#working-with-user-privileges
Schemahttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema
Privilegehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Privilege
allhttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.privileges
tablehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Table.privileges
table columnhttps://pythonhosted.org/fdb/reference.html#fdb.schema.TableColumn.privileges
viewhttps://pythonhosted.org/fdb/reference.html#fdb.schema.View.privileges
view columnhttps://pythonhosted.org/fdb/reference.html#fdb.schema.ViewColumn.privileges
procedurehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Procedure.privileges
rolehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Role.privileges
granted tohttps://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.get_privileges_of
Privilegehttps://pythonhosted.org/fdb/reference.html#fdb.schema.Privilege
get_sql_for()https://pythonhosted.org/fdb/reference.html#fdb.schema.Privilege.get_sql_for
get_grants()https://pythonhosted.org/fdb/reference.html#fdb.schema.get_grants
https://pythonhosted.org/fdb/usage-guide.html#working-with-monitoring-tables
fdb.monitorhttps://pythonhosted.org/fdb/reference.html#module-fdb.monitor
fdb.monitor.Monitorhttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor
Connectionhttps://pythonhosted.org/fdb/reference.html#fdb.Connection
fdb.Connection.monitorhttps://pythonhosted.org/fdb/reference.html#fdb.Connection.monitor
Monitorhttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor
https://pythonhosted.org/fdb/usage-guide.html#id9
Monitorhttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor
Databasehttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.db
Connectionshttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.attachments
currenthttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.this_attachment
Transactionshttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.transactions
SQL statementshttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.statements
callstackhttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.callstack
I/O statisticshttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.iostats
Context variableshttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.variables
https://pythonhosted.org/fdb/usage-guide.html#activity-snapshot
closedhttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.closed
claredhttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.clear
refreshedhttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.refresh
Monitor.clear()https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.clear
Monitor.refresh()https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.refresh
connectionshttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.attachments
transactionshttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.transactions
claredhttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.clear
refreshedhttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.refresh
clearhttps://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.clear
Table Of Contentshttps://pythonhosted.org/fdb/index.html
Usage Guidehttps://pythonhosted.org/fdb/usage-guide.html
Driver structurehttps://pythonhosted.org/fdb/usage-guide.html#driver-structure
Databaseshttps://pythonhosted.org/fdb/usage-guide.html#databases
Using connecthttps://pythonhosted.org/fdb/usage-guide.html#using-connect
Using create_databasehttps://pythonhosted.org/fdb/usage-guide.html#using-create-database
Deleting databaseshttps://pythonhosted.org/fdb/usage-guide.html#deleting-databases
Connection objecthttps://pythonhosted.org/fdb/usage-guide.html#connection-object
Getting information about Firebird versionhttps://pythonhosted.org/fdb/usage-guide.html#getting-information-about-firebird-version
Database On-Disk Structurehttps://pythonhosted.org/fdb/usage-guide.html#database-on-disk-structure
Getting information about databasehttps://pythonhosted.org/fdb/usage-guide.html#getting-information-about-database
Executing SQL Statementshttps://pythonhosted.org/fdb/usage-guide.html#executing-sql-statements
Cursor objecthttps://pythonhosted.org/fdb/usage-guide.html#cursor-object
SQL Execution Basicshttps://pythonhosted.org/fdb/usage-guide.html#sql-execution-basics
Parametrized statementshttps://pythonhosted.org/fdb/usage-guide.html#parametrized-statements
Fetching data from serverhttps://pythonhosted.org/fdb/usage-guide.html#fetching-data-from-server
Prepared Statementshttps://pythonhosted.org/fdb/usage-guide.html#prepared-statements
Named Cursorshttps://pythonhosted.org/fdb/usage-guide.html#named-cursors
Working with stored procedureshttps://pythonhosted.org/fdb/usage-guide.html#working-with-stored-procedures
Data handling and conversionshttps://pythonhosted.org/fdb/usage-guide.html#data-handling-and-conversions
Implicit Conversion of Input Parameters from Stringshttps://pythonhosted.org/fdb/usage-guide.html#implicit-conversion-of-input-parameters-from-strings
Automatic conversion from/to unicodehttps://pythonhosted.org/fdb/usage-guide.html#automatic-conversion-from-to-unicode
Working with BLOBshttps://pythonhosted.org/fdb/usage-guide.html#working-with-blobs
Firebird ARRAY typehttps://pythonhosted.org/fdb/usage-guide.html#firebird-array-type
Transanction managementhttps://pythonhosted.org/fdb/usage-guide.html#transanction-management
Basicshttps://pythonhosted.org/fdb/usage-guide.html#basics
Auto-commithttps://pythonhosted.org/fdb/usage-guide.html#auto-commit
Transaction parametershttps://pythonhosted.org/fdb/usage-guide.html#transaction-parameters
Getting information about transactionhttps://pythonhosted.org/fdb/usage-guide.html#getting-information-about-transaction
Retaining transactionshttps://pythonhosted.org/fdb/usage-guide.html#retaining-transactions
Savepointshttps://pythonhosted.org/fdb/usage-guide.html#savepoints
Using multiple transactions with the same connectionhttps://pythonhosted.org/fdb/usage-guide.html#using-multiple-transactions-with-the-same-connection
Distributed Transactionshttps://pythonhosted.org/fdb/usage-guide.html#distributed-transactions
Transaction Context Managerhttps://pythonhosted.org/fdb/usage-guide.html#transaction-context-manager
Database Eventshttps://pythonhosted.org/fdb/usage-guide.html#database-events
What they arehttps://pythonhosted.org/fdb/usage-guide.html#what-they-are
Why use themhttps://pythonhosted.org/fdb/usage-guide.html#why-use-them
How events are exposedhttps://pythonhosted.org/fdb/usage-guide.html#how-events-are-exposed
API for Python developershttps://pythonhosted.org/fdb/usage-guide.html#api-for-python-developers
Working with Serviceshttps://pythonhosted.org/fdb/usage-guide.html#working-with-services
Services API Connectionshttps://pythonhosted.org/fdb/usage-guide.html#services-api-connections
Server Configuration and Statehttps://pythonhosted.org/fdb/usage-guide.html#server-configuration-and-state
Database optionshttps://pythonhosted.org/fdb/usage-guide.html#database-options
Database maintenancehttps://pythonhosted.org/fdb/usage-guide.html#database-maintenance
User maintanancehttps://pythonhosted.org/fdb/usage-guide.html#user-maintanance
Trace servicehttps://pythonhosted.org/fdb/usage-guide.html#trace-service
Text ouput from Serviceshttps://pythonhosted.org/fdb/usage-guide.html#text-ouput-from-services
Working with database schemahttps://pythonhosted.org/fdb/usage-guide.html#working-with-database-schema
Available informationhttps://pythonhosted.org/fdb/usage-guide.html#available-information
Metadata objectshttps://pythonhosted.org/fdb/usage-guide.html#metadata-objects
Visitor Pattern supporthttps://pythonhosted.org/fdb/usage-guide.html#visitor-pattern-support
Object dependencieshttps://pythonhosted.org/fdb/usage-guide.html#object-dependencies
SQL operationshttps://pythonhosted.org/fdb/usage-guide.html#sql-operations
Working with user privilegeshttps://pythonhosted.org/fdb/usage-guide.html#working-with-user-privileges
Working with monitoring tableshttps://pythonhosted.org/fdb/usage-guide.html#working-with-monitoring-tables
Available informationhttps://pythonhosted.org/fdb/usage-guide.html#id9
Activity snapshothttps://pythonhosted.org/fdb/usage-guide.html#activity-snapshot
Getting Started with FDBhttps://pythonhosted.org/fdb/getting-started.html
Compliance to Python Database API 2.0https://pythonhosted.org/fdb/python-db-api-compliance.html
indexhttps://pythonhosted.org/fdb/genindex.html
moduleshttps://pythonhosted.org/fdb/py-modindex.html
nexthttps://pythonhosted.org/fdb/python-db-api-compliance.html
previoushttps://pythonhosted.org/fdb/getting-started.html
FDB 1.7 documentationhttps://pythonhosted.org/fdb/index.html
Sphinxhttp://sphinx-doc.org/

URLs of crawlers that visited me.