Public Member Functions | Public Attributes

bbcflib::btrack::sql::SqlTrack Class Reference

Inheritance diagram for bbcflib::btrack::sql::SqlTrack:
bbcflib::btrack::Track

List of all members.

Public Member Functions

def __init__
def open
def close
def tables

Public Attributes

 readonly
 connection
 cursor
 fields
 types

Detailed Description

Track class for sqlite3 files (extension ".sql" or ".db"). 
Additional attributes:

.. attribute:: readonly

    If True, tables will not be updated to reflect, e.g. the chrmeta or info attributes.

.. attribute:: connection

   The sqlite3 file connection.

.. attribute:: cursor

   The sqlite3 connection cursor.

.. attribute:: types

   The field types as defined in the sqlite3 tables.


Member Function Documentation

def bbcflib::btrack::sql::SqlTrack::tables (   self  ) 
Returns the complete list of SQL tables.

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions