Package gavo :: Package rsc :: Module qtable
[frames] | no frames]

Module qtable

source code

A table representing a query.

This is mainly for streaming applications. The table represents a DB query result. All you can do with the data itself is iterate over the rows. The metadata is usable as with any other table.

Classes
  QueryTable
QueryTables are constructed with a table definition and a DB query feeding this table definition.
Variables
  __package__ = 'gavo.rsc'