class documentation
Undocumented
Class Method | sqlite3 |
Undocumented |
Method | __enter__ |
Undocumented |
Method | __exit__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | commit |
Undocumented |
Method | copy |
Undocumented |
Method | create |
Undocumented |
Method | dcontext |
Undocumented |
Method | delete |
Undocumented |
Method | delete |
Undocumented |
Method | delete |
Undocumented |
Method | dexists |
Undocumented |
Method | dmain |
Undocumented |
Method | dpath |
Undocumented |
Method | dtables |
Undocumented |
Method | execute |
Undocumented |
Method | faddr |
Undocumented |
Method | faddr |
Undocumented |
Method | faddr |
Undocumented |
Method | find |
Find feature by name or feature identifier |
Method | finfo |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | init |
Undocumented |
Method | init |
Undocumented |
Method | query |
Undocumented |
Method | rename |
Undocumented |
Method | set |
Undocumented |
Method | set |
Undocumented |
Instance Variable | autocommit |
Undocumented |
Instance Variable | connection |
Undocumented |
Instance Variable | cursor |
Undocumented |
Instance Variable | features |
Undocumented |
Instance Variable | maindb |
Undocumented |
Instance Variable | schemas |
Undocumented |
Instance Variable | verbose |
Undocumented |
Find feature by name or feature identifier
Args: fid: feature identifier, of the form "database:feature", "context:feature" or "feature" db: database name (optional), if given fid is unique without database: or context: prefix
Returns: FeatureInfo object: the info object for the first found feature feature precedence is according to the order of databases in the path list ambiguity can be resolved by using one of the following methods. - by giving a database name as the second argument or - by using the fid syntax "database:feature" - by using the fid syntax "context:feature" (note that this does not necessarily resolve all ambiguity)
Raises: DatabaseException: if feature is not found or given database info is ambiguous