sqlobject.firebird.firebirdconnection module¶
- 
class sqlobject.firebird.firebirdconnection.FirebirdConnection(host, db, port='3050', user='sysdba', password='masterkey', autoCommit=1, dialect=None, role=None, charset=None, **kw)[source]¶
- Bases: - sqlobject.dbconnection.DBAPI- 
columnsFromSchema(tableName, soClass)[source]¶
- Look at the given table and create Col instances (or subclasses of Col) for the fields it finds in that table. 
 - 
dbName= 'firebird'¶
 - 
guessClass(t, flength, fCharset, fscale=None)[source]¶
- An internal method that tries to figure out what Col subclass is appropriate given whatever introspective information is available – both very database-specific. 
 - 
limit_re= re.compile('^\\s*(select )(.*)', re.IGNORECASE)¶
 - 
schemes= ['firebird']¶
 - 
supportTransactions= False¶
 
-