geoslurp.view package

Submodules

geoslurp.view.viewBase module

class geoslurp.view.viewBase.TView(dbcon)

Bases: object

Base class which holds and manages a table view

db = None
exists()
halt()

can be overridden to properly clean up an aborted operation

info()
purgeentry()

Delete table view entry in the database

register()

Register the view in the database

schema = 'public'
sqlqry = None
classmethod svname()
updateInvent(updateTime=True)
version = (0, 0, 0)
classmethod vname()