Index of the firebirdconnection module
-
m
sqlobject.firebird.firebirdconnection
...
- a __package__ ...
-
C
FirebirdConnection
...
- a supportTransactions ...
- a limit_re ...
- a schemes ...
- a dbName ...
- f createReferenceConstraint ...
- f delColumn ...
- 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 __init__ ...
- f createIndexSQL ...
- f createColumn ...
- f dropTable ...
- f columnsFromSchema ... - Look at the given table and create Col instances (or subclasses of Col) for the fields it finds in that table.
- f dropDatabase ...
- f createTable ...
- f createIDColumn ...
- f readDefaultEncodingFromDB ...
- f makeConnection ...
- f tableExists ...
- f joinSQLType ...
- f addColumn ...
- f createEmptyDatabase ...