Package gluon :: Module sql_sybase :: Class SQLRows
[hide private]
[frames] | no frames]

Class SQLRows

source code

A wrapper for the retun value of a select. It basically represents a table. It has an iterator and each row is represented as a dictionary.

Instance Methods [hide private]
 
__init__(self, db, response, *colnames) source code
 
__len__(self) source code
 
__getitem__(self, i) source code
 
__iter__(self)
iterator over records
source code
 
__str__(self)
serializes the table into a csv file
source code
 
xml(self)
serializes the table using sqlhtml.SQLTABLE (if present)
source code