Index of the firebird module
-
m
sqlobject.firebird
...
- f builder ...
- f isSupported ...
-
m
firebirdconnection
...
- a kinterbasdb ...
-
C
FirebirdConnection
...
- a dbName ...
- a schemes ...
- a supportTransactions ...
- f __init__ ...
- f addColumn ...
- f columnsFromSchema ... - Look at the given table and create Col instances (or subclasses of Col) for the fields it finds in that table.
- f connectionFromURI ...
- f createColumn ...
- f createIDColumn ...
- f createIndexSQL ...
- f createReferenceConstraint ...
- f createTable ...
- f delColumn ...
- f dropTable ...
- f guessClass ... - An internal method that tries to figure out what Col subclass is appropriate given whatever introspective information is available -- both very database-specific.
- f joinSQLType ...
- f makeConnection ...
- f tableExists ...