Package grassyknoll :: Package backend :: Package litesql :: Module SqliteCollection :: Class SqliteCollection
[hide private]

Class SqliteCollection

source code


Instance Methods [hide private]
 
__init__(self, filename, table, create=False) source code
 
__len__(self) source code
 
cleanUp(self)
Remove database file.
source code

Inherited from collection.DelegateCollection.DelegateCollection: close

Inherited from collection.Collection.Collection: create, delete, list, retrieve

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods [hide private]

Inherited from lib.meta.FactoryMixin: factory

Instance Variables [hide private]

Inherited from collection.DelegateCollection.DelegateCollection: reader_factory, writer_factory

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, filename, table, create=False)
(Constructor)

source code 
Overrides: collection.DelegateCollection.DelegateCollection.__init__

__len__(self)
(Length operator)

source code 
Overrides: collection.Collection.Collection.__len__

cleanUp(self)

source code 
Remove database file.
Overrides: collection.Collection.Collection.cleanUp