René's URL Explorer Experiment
go
Title:
Usage Guide — FDB 1.7 documentation
direct link
Domain:
pythonhosted.org
None
text/html; charset=utf-8
Links
:
index
https://pythonhosted.org/fdb/genindex.html
modules
https://pythonhosted.org/fdb/py-modindex.html
next
https://pythonhosted.org/fdb/python-db-api-compliance.html
previous
https://pythonhosted.org/fdb/getting-started.html
FDB 1.7 documentation
https://pythonhosted.org/fdb/index.html
¶
https://pythonhosted.org/fdb/usage-guide.html#usage-guide
¶
https://pythonhosted.org/fdb/usage-guide.html#driver-structure
ibase
https://pythonhosted.org/fdb/reference.html#module-fdb.ibase
ctypes
http://docs.python.org/whatsnew/2.5.html#module-ctypes
fbcore
https://pythonhosted.org/fdb/reference.html#module-fdb.fbcore
services
https://pythonhosted.org/fdb/reference.html#module-fdb.services
schema
https://pythonhosted.org/fdb/reference.html#module-fdb.schema
utils
https://pythonhosted.org/fdb/reference.html#module-fdb.utils
fbcore
https://pythonhosted.org/fdb/reference.html#module-fdb.fbcore
ibase
https://pythonhosted.org/fdb/reference.html#module-fdb.ibase
fdb.services
https://pythonhosted.org/fdb/reference.html#module-fdb.services
services
https://pythonhosted.org/fdb/reference.html#module-fdb.services
connect()
https://pythonhosted.org/fdb/reference.html#fdb.services.connect
Connection
https://pythonhosted.org/fdb/reference.html#fdb.services.Connection
¶
https://pythonhosted.org/fdb/usage-guide.html#databases
Connection
https://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 Documentation
http://www.firebirdsql.org/en/reference-manuals/
Data handling and conversions
https://pythonhosted.org/fdb/usage-guide.html#data-handling-and-conversions
Connection
https://pythonhosted.org/fdb/reference.html#fdb.Connection
ConnectionWithSchema
https://pythonhosted.org/fdb/reference.html#fdb.ConnectionWithSchema
Schema
https://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
Connection
https://pythonhosted.org/fdb/reference.html#fdb.Connection
¶
https://pythonhosted.org/fdb/usage-guide.html#connection-object
Connection
https://pythonhosted.org/fdb/reference.html#fdb.Connection
Executing SQL Statements
https://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 management
https://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_transaction
https://pythonhosted.org/fdb/reference.html#fdb.Connection.main_transaction
transactions
https://pythonhosted.org/fdb/reference.html#fdb.Connection.transactions
default_tpb
https://pythonhosted.org/fdb/reference.html#fdb.Connection.default_tpb
group
https://pythonhosted.org/fdb/reference.html#fdb.Connection.group
Database Events
https://pythonhosted.org/fdb/usage-guide.html#database-events
event_conduit()
https://pythonhosted.org/fdb/reference.html#fdb.Connection.event_conduit
Getting information about Firebird version
https://pythonhosted.org/fdb/usage-guide.html#getting-information-about-firebird-version
server_version
https://pythonhosted.org/fdb/reference.html#fdb.Connection.server_version
firebird_version
https://pythonhosted.org/fdb/reference.html#fdb.Connection.firebird_version
version
https://pythonhosted.org/fdb/reference.html#fdb.Connection.version
engine_version
https://pythonhosted.org/fdb/reference.html#fdb.Connection.engine_version
Getting information about database
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
Getting information about database metadata
https://pythonhosted.org/fdb/usage-guide.html#working-with-schema
schema
https://pythonhosted.org/fdb/reference.html#fdb.Connection.schema
ods
https://pythonhosted.org/fdb/reference.html#fdb.Connection.ods
¶
https://pythonhosted.org/fdb/usage-guide.html#getting-information-about-firebird-version
server_version
https://pythonhosted.org/fdb/reference.html#fdb.Connection.server_version
firebird_version
https://pythonhosted.org/fdb/reference.html#fdb.Connection.firebird_version
version
https://pythonhosted.org/fdb/reference.html#fdb.Connection.version
engine_version
https://pythonhosted.org/fdb/reference.html#fdb.Connection.engine_version
¶
https://pythonhosted.org/fdb/usage-guide.html#database-on-disk-structure
Connection.ods
https://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
Cursor
https://pythonhosted.org/fdb/reference.html#fdb.Cursor
¶
https://pythonhosted.org/fdb/usage-guide.html#cursor-object
Connection
https://pythonhosted.org/fdb/reference.html#fdb.Connection
Transaction
https://pythonhosted.org/fdb/reference.html#fdb.Transaction
cursor()
https://pythonhosted.org/fdb/reference.html#fdb.Connection.cursor
Connection
https://pythonhosted.org/fdb/reference.html#fdb.Connection
main_transaction
https://pythonhosted.org/fdb/reference.html#fdb.Connection.main_transaction
transactions
https://pythonhosted.org/fdb/reference.html#fdb.Connection.transactions
Transaction
https://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
PreparedStatement
https://pythonhosted.org/fdb/reference.html#fdb.PreparedStatement
plan
https://pythonhosted.org/fdb/reference.html#fdb.PreparedStatement.plan
prep()
https://pythonhosted.org/fdb/reference.html#fdb.Cursor.prep
Fetching results
https://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 statements
https://pythonhosted.org/fdb/usage-guide.html#id1
prepared statements
https://pythonhosted.org/fdb/usage-guide.html#id2
DDL
http://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
DML
http://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
Cursor
https://pythonhosted.org/fdb/reference.html#fdb.Cursor
Prepared Statements
https://pythonhosted.org/fdb/usage-guide.html#id2
datetime
http://docs.python.org/library/datetime.html#module-datetime
decimal
http://docs.python.org/library/decimal.html#module-decimal
¶
https://pythonhosted.org/fdb/usage-guide.html#fetching-data-from-server
Cursor
https://pythonhosted.org/fdb/reference.html#fdb.Cursor
fetchone()
https://pythonhosted.org/fdb/reference.html#fdb.Cursor.fetchone
iterator protocol
http://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
arraysize
https://pythonhosted.org/fdb/reference.html#fdb.Cursor.arraysize
arraysize
https://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 protocol
http://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
iterator
http://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
iterator
http://docs.python.org/library/stdtypes.html#typeiter
execute()
https://pythonhosted.org/fdb/reference.html#fdb.Cursor.execute
iterator protocol
http://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
PreparedStatement
https://pythonhosted.org/fdb/reference.html#fdb.PreparedStatement
Cursor
https://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
description
https://pythonhosted.org/fdb/reference.html#fdb.PreparedStatement.description
plan
https://pythonhosted.org/fdb/reference.html#fdb.PreparedStatement.plan
statement_type
https://pythonhosted.org/fdb/reference.html#fdb.PreparedStatement.statement_type
¶
https://pythonhosted.org/fdb/usage-guide.html#named-cursors
Cursor.name
https://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
connection
https://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 statement
https://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
BlobReader
https://pythonhosted.org/fdb/reference.html#fdb.BlobReader
BlobReader
https://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
DatabaseError
https://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 parameters
https://pythonhosted.org/fdb/usage-guide.html#transaction-parameters
retaining transactions
https://pythonhosted.org/fdb/usage-guide.html#retaining-transactions
savepoints
https://pythonhosted.org/fdb/usage-guide.html#savepoints
distributed transactions
https://pythonhosted.org/fdb/usage-guide.html#id4
¶
https://pythonhosted.org/fdb/usage-guide.html#basics
Connection
https://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 SAVEPOINTs
http://www.firebirdsql.org/refdocs/langrefupd15-savepoint.html
Connection
https://pythonhosted.org/fdb/reference.html#fdb.Connection
Transaction
https://pythonhosted.org/fdb/reference.html#fdb.Transaction
main transaction
https://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
section
https://pythonhosted.org/fdb/usage-guide.html#multiple-transactions
¶
https://pythonhosted.org/fdb/usage-guide.html#auto-commit
default_action
https://pythonhosted.org/fdb/reference.html#fdb.Transaction.default_action
¶
https://pythonhosted.org/fdb/usage-guide.html#transaction-parameters
default_tpb
https://pythonhosted.org/fdb/reference.html#fdb.Connection.default_tpb
begin()
https://pythonhosted.org/fdb/reference.html#fdb.Connection.begin
Firebird API documentation
http://www.ibphoenix.com/files/60ApiGuide.zip
Connection.query_transaction
https://pythonhosted.org/fdb/reference.html#fdb.Connection.query_transaction
TPB
https://pythonhosted.org/fdb/reference.html#fdb.TPB
rendered
https://pythonhosted.org/fdb/reference.html#fdb.TPB.render
TableReservation
https://pythonhosted.org/fdb/reference.html#fdb.TableReservation
¶
https://pythonhosted.org/fdb/usage-guide.html#getting-information-about-transaction
Transaction
https://pythonhosted.org/fdb/reference.html#fdb.Transaction
Connection
https://pythonhosted.org/fdb/reference.html#fdb.Connection
main_transaction
https://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 document
http://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 transaction
https://pythonhosted.org/fdb/reference.html#fdb.Connection.main_transaction
Transaction
https://pythonhosted.org/fdb/reference.html#fdb.Transaction
Connection.trans()
https://pythonhosted.org/fdb/reference.html#fdb.Connection.trans
default_tpb
https://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
ConnectionGroup
https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup
Transaction
https://pythonhosted.org/fdb/reference.html#fdb.Transaction
cursors
https://pythonhosted.org/fdb/reference.html#fdb.Cursor
Connection
https://pythonhosted.org/fdb/reference.html#fdb.Connection
ConnectionGroup
https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup
ConnectionGroup.add()
https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.add
Connection
https://pythonhosted.org/fdb/reference.html#fdb.Connection
closed
https://pythonhosted.org/fdb/reference.html#fdb.Connection.close
removed
https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.remove
disbanded
https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.disband
Transaction
https://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
Transaction
https://pythonhosted.org/fdb/reference.html#fdb.Transaction
ConnectionGroup.default_tpb
https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.default_tpb
begin()
https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup.begin
Cursor
https://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
Cursor
https://pythonhosted.org/fdb/reference.html#fdb.Cursor
Connection
https://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
TransactionContext
https://pythonhosted.org/fdb/reference.html#fdb.TransactionContext
The with statement
http://docs.python.org/reference/compound_stmts.html#with
Connection
https://pythonhosted.org/fdb/reference.html#fdb.Connection
ConnectionGroup
https://pythonhosted.org/fdb/reference.html#fdb.ConnectionGroup
Transaction
https://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-wait
http://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
EventConduit
https://pythonhosted.org/fdb/reference.html#fdb.EventConduit
EventConduit
https://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
EventConduit
https://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.services
https://pythonhosted.org/fdb/reference.html#module-fdb.services
¶
https://pythonhosted.org/fdb/usage-guide.html#services-api-connections
fdb.services.Connection
https://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
Connection
https://pythonhosted.org/fdb/reference.html#fdb.services.Connection
Server Configuration and State
https://pythonhosted.org/fdb/usage-guide.html#server-configuration-and-state
Database options
https://pythonhosted.org/fdb/usage-guide.html#database-options
Database maintenance
https://pythonhosted.org/fdb/usage-guide.html#database-maintenance
User maintanance
https://pythonhosted.org/fdb/usage-guide.html#user-maintanance
Trace service
https://pythonhosted.org/fdb/usage-guide.html#trace-service
Text ouput from Services
https://pythonhosted.org/fdb/usage-guide.html#text-ouput-from-services
iterator protocol
http://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_version
https://pythonhosted.org/fdb/reference.html#fdb.Connection.server_version
fdb.Connection.server_version
https://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.services
https://pythonhosted.org/fdb/reference.html#module-fdb.services
CAPABILITY_MULTI_CLIENT
https://pythonhosted.org/fdb/reference.html#fdb.services.CAPABILITY_MULTI_CLIENT
CAPABILITY_REMOTE_HOP
https://pythonhosted.org/fdb/reference.html#fdb.services.CAPABILITY_REMOTE_HOP
CAPABILITY_SERVER_CONFIG
https://pythonhosted.org/fdb/reference.html#fdb.services.CAPABILITY_SERVER_CONFIG
CAPABILITY_QUOTED_FILENAME
https://pythonhosted.org/fdb/reference.html#fdb.services.CAPABILITY_QUOTED_FILENAME
CAPABILITY_NO_SERVER_SHUTDOWN
https://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.Connection
https://pythonhosted.org/fdb/reference.html#fdb.Connection
fdb.services.Connection
https://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 Services
https://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.services
https://pythonhosted.org/fdb/reference.html#module-fdb.services
WRITE_FORCED
https://pythonhosted.org/fdb/reference.html#fdb.services.WRITE_FORCED
WRITE_BUFFERED
https://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.services
https://pythonhosted.org/fdb/reference.html#module-fdb.services
ACCESS_READ_WRITE
https://pythonhosted.org/fdb/reference.html#fdb.services.ACCESS_READ_WRITE
ACCESS_READ_ONLY
https://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 Services
https://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 Services
https://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 Services
https://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.services
https://pythonhosted.org/fdb/reference.html#module-fdb.services
SHUT_SINGLE
https://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_SINGLE
SHUT_MULTI
https://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_MULTI
SHUT_FULL
https://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_FULL
SHUT_FORCE
https://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_FORCE
SHUT_DENY_NEW_TRANSACTIONS
https://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_DENY_NEW_TRANSACTIONS
SHUT_DENY_NEW_ATTACHMENTS
https://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.services
https://pythonhosted.org/fdb/reference.html#module-fdb.services
SHUT_NORMAL
https://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_NORMAL
SHUT_SINGLE
https://pythonhosted.org/fdb/reference.html#fdb.services.SHUT_SINGLE
SHUT_MULTI
https://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
User
https://pythonhosted.org/fdb/reference.html#fdb.services.User
add_user()
https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.add_user
User
https://pythonhosted.org/fdb/reference.html#fdb.services.User
name
https://pythonhosted.org/fdb/reference.html#fdb.services.User.name
password
https://pythonhosted.org/fdb/reference.html#fdb.services.User.password
modify_user()
https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.modify_user
User
https://pythonhosted.org/fdb/reference.html#fdb.services.User
name
https://pythonhosted.org/fdb/reference.html#fdb.services.User.name
first_name
https://pythonhosted.org/fdb/reference.html#fdb.services.User.first_name
middle_name
https://pythonhosted.org/fdb/reference.html#fdb.services.User.middle_name
last_name
https://pythonhosted.org/fdb/reference.html#fdb.services.User.last_name
user_id
https://pythonhosted.org/fdb/reference.html#fdb.services.User.user_id
group_id
https://pythonhosted.org/fdb/reference.html#fdb.services.User.group_id
password
https://pythonhosted.org/fdb/reference.html#fdb.services.User.password
remove_user()
https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.remove_user
User
https://pythonhosted.org/fdb/reference.html#fdb.services.User
name
https://pythonhosted.org/fdb/reference.html#fdb.services.User.name
user_exists()
https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.user_exists
User
https://pythonhosted.org/fdb/reference.html#fdb.services.User
name
https://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
Connection
https://pythonhosted.org/fdb/reference.html#fdb.services.Connection
iterator protocol
http://docs.python.org/library/stdtypes.html#typeiter
wait()
https://pythonhosted.org/fdb/reference.html#fdb.services.Connection.wait
Connection.fetching
https://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.schema
https://pythonhosted.org/fdb/reference.html#module-fdb.schema
fdb.schema.Schema
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema
binded
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.bind
Connection
https://pythonhosted.org/fdb/reference.html#fdb.services.Connection
fdb.Connection.schema
https://pythonhosted.org/fdb/reference.html#fdb.Connection.schema
ConnectionWithSchema
https://pythonhosted.org/fdb/reference.html#fdb.ConnectionWithSchema
Connection
https://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
Schema
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema
domains
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.domains
tables
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.tables
clared
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.clear
reload
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.reload
clar
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.clear
¶
https://pythonhosted.org/fdb/usage-guide.html#available-information
Schema
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema
Owner name
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.owner_name
default character set
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.default_character_set
description
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.description
security class
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.security_class
single or multiple files
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.ismultifile
character sets
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.character_sets
collations
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.collations
files
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.files
shadows
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.shadows
exceptions
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.exceptions
generators
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.generators
domains
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.domains
tables
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.tables
constraints
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.constraints
indices
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.indices
views
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.views
triggers
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.triggers
procedures
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.procedures
roles
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.roles
user defined functions
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.functions
generators
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.sysgenerators
domains
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.sysdomains
tables
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.systables
indices
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.sysindices
views
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.sysviews
triggers
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.systriggers
procedures
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.sysprocedures
functions
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.sysfunctions
dependencies
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.dependencies
All
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.privileges
table
https://pythonhosted.org/fdb/reference.html#fdb.schema.Table.privileges
table column
https://pythonhosted.org/fdb/reference.html#fdb.schema.TableColumn.privileges
view
https://pythonhosted.org/fdb/reference.html#fdb.schema.View.privileges
view column
https://pythonhosted.org/fdb/reference.html#fdb.schema.ViewColumn.privileges
procedure
https://pythonhosted.org/fdb/reference.html#fdb.schema.Procedure.privileges
role
https://pythonhosted.org/fdb/reference.html#fdb.schema.Role.privileges
granted to
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.get_privileges_of
¶
https://pythonhosted.org/fdb/usage-guide.html#metadata-objects
BaseSchemaItem
https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem
Schema
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema
name
https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.name
description
https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.description
actions
https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.actions
accept_visitor()
https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.accept_visitor
Visitor Pattern support
https://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
depend
https://pythonhosted.org/fdb/usage-guide.html#object-dependencies
get_dependencies()
https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.get_dependencies
depend
https://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 string
https://pythonhosted.org/fdb/usage-guide.html#sql-oprations
Collation
https://pythonhosted.org/fdb/reference.html#fdb.schema.Collation
CharacterSet
https://pythonhosted.org/fdb/reference.html#fdb.schema.CharacterSet
DatabaseException
https://pythonhosted.org/fdb/reference.html#fdb.schema.DatabaseException
Sequence
https://pythonhosted.org/fdb/reference.html#fdb.schema.Sequence
Domain
https://pythonhosted.org/fdb/reference.html#fdb.schema.Domain
Index
https://pythonhosted.org/fdb/reference.html#fdb.schema.Index
Table
https://pythonhosted.org/fdb/reference.html#fdb.schema.Table
TableColumn
https://pythonhosted.org/fdb/reference.html#fdb.schema.TableColumn
Constraint
https://pythonhosted.org/fdb/reference.html#fdb.schema.Constraint
View
https://pythonhosted.org/fdb/reference.html#fdb.schema.View
ViewColumn
https://pythonhosted.org/fdb/reference.html#fdb.schema.ViewColumn
Trigger
https://pythonhosted.org/fdb/reference.html#fdb.schema.Trigger
Procedure
https://pythonhosted.org/fdb/reference.html#fdb.schema.Procedure
ProcedureParameter
https://pythonhosted.org/fdb/reference.html#fdb.schema.ProcedureParameter
Function
https://pythonhosted.org/fdb/reference.html#fdb.schema.Function
FunctionArgument
https://pythonhosted.org/fdb/reference.html#fdb.schema.FunctionArgument
Role
https://pythonhosted.org/fdb/reference.html#fdb.schema.Role
Dependency
https://pythonhosted.org/fdb/reference.html#fdb.schema.Dependency
DatabaseFile
https://pythonhosted.org/fdb/reference.html#fdb.schema.DatabaseFile
Shadow
https://pythonhosted.org/fdb/reference.html#fdb.schema.Shadow
¶
https://pythonhosted.org/fdb/usage-guide.html#visitor-pattern-support
Visitor Pattern
http://en.wikipedia.org/wiki/Visitor_pattern
Schema
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema
accept_visitor()
https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.accept_visitor
Table
https://pythonhosted.org/fdb/reference.html#fdb.schema.Table
schema Visitor object
https://pythonhosted.org/fdb/reference.html#fdb.schema.SchemaVisitor
¶
https://pythonhosted.org/fdb/usage-guide.html#object-dependencies
Dependency
https://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
Dependency
https://pythonhosted.org/fdb/reference.html#fdb.schema.Dependency
Dependency
https://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
actions
https://pythonhosted.org/fdb/reference.html#fdb.schema.BaseSchemaItem.actions
Collation
https://pythonhosted.org/fdb/reference.html#fdb.schema.Collation
CharacterSet
https://pythonhosted.org/fdb/reference.html#fdb.schema.CharacterSet
Collation
https://pythonhosted.org/fdb/reference.html#fdb.schema.Collation
DatabaseException
https://pythonhosted.org/fdb/reference.html#fdb.schema.DatabaseException
Sequence
https://pythonhosted.org/fdb/reference.html#fdb.schema.Sequence
Domain
https://pythonhosted.org/fdb/reference.html#fdb.schema.Domain
Constraint
https://pythonhosted.org/fdb/reference.html#fdb.schema.Constraint
Index
https://pythonhosted.org/fdb/reference.html#fdb.schema.Index
Table
https://pythonhosted.org/fdb/reference.html#fdb.schema.Table
TableColumn
https://pythonhosted.org/fdb/reference.html#fdb.schema.TableColumn
View
https://pythonhosted.org/fdb/reference.html#fdb.schema.View
Trigger
https://pythonhosted.org/fdb/reference.html#fdb.schema.Trigger
Procedure
https://pythonhosted.org/fdb/reference.html#fdb.schema.Procedure
Role
https://pythonhosted.org/fdb/reference.html#fdb.schema.Role
Function
https://pythonhosted.org/fdb/reference.html#fdb.schema.Function
DatabaseFile
https://pythonhosted.org/fdb/reference.html#fdb.schema.DatabaseFile
Shadow
https://pythonhosted.org/fdb/reference.html#fdb.schema.Shadow
Privilege
https://pythonhosted.org/fdb/reference.html#fdb.schema.Privilege
¶
https://pythonhosted.org/fdb/usage-guide.html#working-with-user-privileges
Schema
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema
Privilege
https://pythonhosted.org/fdb/reference.html#fdb.schema.Privilege
all
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.privileges
table
https://pythonhosted.org/fdb/reference.html#fdb.schema.Table.privileges
table column
https://pythonhosted.org/fdb/reference.html#fdb.schema.TableColumn.privileges
view
https://pythonhosted.org/fdb/reference.html#fdb.schema.View.privileges
view column
https://pythonhosted.org/fdb/reference.html#fdb.schema.ViewColumn.privileges
procedure
https://pythonhosted.org/fdb/reference.html#fdb.schema.Procedure.privileges
role
https://pythonhosted.org/fdb/reference.html#fdb.schema.Role.privileges
granted to
https://pythonhosted.org/fdb/reference.html#fdb.schema.Schema.get_privileges_of
Privilege
https://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.monitor
https://pythonhosted.org/fdb/reference.html#module-fdb.monitor
fdb.monitor.Monitor
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor
Connection
https://pythonhosted.org/fdb/reference.html#fdb.Connection
fdb.Connection.monitor
https://pythonhosted.org/fdb/reference.html#fdb.Connection.monitor
Monitor
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor
¶
https://pythonhosted.org/fdb/usage-guide.html#id9
Monitor
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor
Database
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.db
Connections
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.attachments
current
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.this_attachment
Transactions
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.transactions
SQL statements
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.statements
callstack
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.callstack
I/O statistics
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.iostats
Context variables
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.variables
¶
https://pythonhosted.org/fdb/usage-guide.html#activity-snapshot
closed
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.closed
clared
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.clear
refreshed
https://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
connections
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.attachments
transactions
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.transactions
clared
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.clear
refreshed
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.refresh
clear
https://pythonhosted.org/fdb/reference.html#fdb.monitor.Monitor.clear
Table Of Contents
https://pythonhosted.org/fdb/index.html
Usage Guide
https://pythonhosted.org/fdb/usage-guide.html
Driver structure
https://pythonhosted.org/fdb/usage-guide.html#driver-structure
Databases
https://pythonhosted.org/fdb/usage-guide.html#databases
Using connect
https://pythonhosted.org/fdb/usage-guide.html#using-connect
Using create_database
https://pythonhosted.org/fdb/usage-guide.html#using-create-database
Deleting databases
https://pythonhosted.org/fdb/usage-guide.html#deleting-databases
Connection object
https://pythonhosted.org/fdb/usage-guide.html#connection-object
Getting information about Firebird version
https://pythonhosted.org/fdb/usage-guide.html#getting-information-about-firebird-version
Database On-Disk Structure
https://pythonhosted.org/fdb/usage-guide.html#database-on-disk-structure
Getting information about database
https://pythonhosted.org/fdb/usage-guide.html#getting-information-about-database
Executing SQL Statements
https://pythonhosted.org/fdb/usage-guide.html#executing-sql-statements
Cursor object
https://pythonhosted.org/fdb/usage-guide.html#cursor-object
SQL Execution Basics
https://pythonhosted.org/fdb/usage-guide.html#sql-execution-basics
Parametrized statements
https://pythonhosted.org/fdb/usage-guide.html#parametrized-statements
Fetching data from server
https://pythonhosted.org/fdb/usage-guide.html#fetching-data-from-server
Prepared Statements
https://pythonhosted.org/fdb/usage-guide.html#prepared-statements
Named Cursors
https://pythonhosted.org/fdb/usage-guide.html#named-cursors
Working with stored procedures
https://pythonhosted.org/fdb/usage-guide.html#working-with-stored-procedures
Data handling and conversions
https://pythonhosted.org/fdb/usage-guide.html#data-handling-and-conversions
Implicit Conversion of Input Parameters from Strings
https://pythonhosted.org/fdb/usage-guide.html#implicit-conversion-of-input-parameters-from-strings
Automatic conversion from/to unicode
https://pythonhosted.org/fdb/usage-guide.html#automatic-conversion-from-to-unicode
Working with BLOBs
https://pythonhosted.org/fdb/usage-guide.html#working-with-blobs
Firebird ARRAY type
https://pythonhosted.org/fdb/usage-guide.html#firebird-array-type
Transanction management
https://pythonhosted.org/fdb/usage-guide.html#transanction-management
Basics
https://pythonhosted.org/fdb/usage-guide.html#basics
Auto-commit
https://pythonhosted.org/fdb/usage-guide.html#auto-commit
Transaction parameters
https://pythonhosted.org/fdb/usage-guide.html#transaction-parameters
Getting information about transaction
https://pythonhosted.org/fdb/usage-guide.html#getting-information-about-transaction
Retaining transactions
https://pythonhosted.org/fdb/usage-guide.html#retaining-transactions
Savepoints
https://pythonhosted.org/fdb/usage-guide.html#savepoints
Using multiple transactions with the same connection
https://pythonhosted.org/fdb/usage-guide.html#using-multiple-transactions-with-the-same-connection
Distributed Transactions
https://pythonhosted.org/fdb/usage-guide.html#distributed-transactions
Transaction Context Manager
https://pythonhosted.org/fdb/usage-guide.html#transaction-context-manager
Database Events
https://pythonhosted.org/fdb/usage-guide.html#database-events
What they are
https://pythonhosted.org/fdb/usage-guide.html#what-they-are
Why use them
https://pythonhosted.org/fdb/usage-guide.html#why-use-them
How events are exposed
https://pythonhosted.org/fdb/usage-guide.html#how-events-are-exposed
API for Python developers
https://pythonhosted.org/fdb/usage-guide.html#api-for-python-developers
Working with Services
https://pythonhosted.org/fdb/usage-guide.html#working-with-services
Services API Connections
https://pythonhosted.org/fdb/usage-guide.html#services-api-connections
Server Configuration and State
https://pythonhosted.org/fdb/usage-guide.html#server-configuration-and-state
Database options
https://pythonhosted.org/fdb/usage-guide.html#database-options
Database maintenance
https://pythonhosted.org/fdb/usage-guide.html#database-maintenance
User maintanance
https://pythonhosted.org/fdb/usage-guide.html#user-maintanance
Trace service
https://pythonhosted.org/fdb/usage-guide.html#trace-service
Text ouput from Services
https://pythonhosted.org/fdb/usage-guide.html#text-ouput-from-services
Working with database schema
https://pythonhosted.org/fdb/usage-guide.html#working-with-database-schema
Available information
https://pythonhosted.org/fdb/usage-guide.html#available-information
Metadata objects
https://pythonhosted.org/fdb/usage-guide.html#metadata-objects
Visitor Pattern support
https://pythonhosted.org/fdb/usage-guide.html#visitor-pattern-support
Object dependencies
https://pythonhosted.org/fdb/usage-guide.html#object-dependencies
SQL operations
https://pythonhosted.org/fdb/usage-guide.html#sql-operations
Working with user privileges
https://pythonhosted.org/fdb/usage-guide.html#working-with-user-privileges
Working with monitoring tables
https://pythonhosted.org/fdb/usage-guide.html#working-with-monitoring-tables
Available information
https://pythonhosted.org/fdb/usage-guide.html#id9
Activity snapshot
https://pythonhosted.org/fdb/usage-guide.html#activity-snapshot
Getting Started with FDB
https://pythonhosted.org/fdb/getting-started.html
Compliance to Python Database API 2.0
https://pythonhosted.org/fdb/python-db-api-compliance.html
index
https://pythonhosted.org/fdb/genindex.html
modules
https://pythonhosted.org/fdb/py-modindex.html
next
https://pythonhosted.org/fdb/python-db-api-compliance.html
previous
https://pythonhosted.org/fdb/getting-started.html
FDB 1.7 documentation
https://pythonhosted.org/fdb/index.html
Sphinx
http://sphinx-doc.org/
URLs of
crawlers that visited me
.