Home
Trees
Indices
Help
RecSQL
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
collections.deque
object
:
The most base type
recsql.convert.Autoconverter
:
Automatically convert an input value to a special python object.
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
recsql.rest_table.ParseError
:
Signifies a failure to parse.
recsql.sqlutil.FakeDtype
recsql.sqlutil.FakeRecArray
:
Pseudo recarray that is used to feed SQLarray:
recsql.sqlarray.SQLarray
:
A SQL table that returns (mostly) rec arrays.
recsql.csv_table.Table2array
:
Read a csv file and provide conversion to a :class:`numpy.recarray`.
recsql.rest_table.Table2array
:
Primitive parser that converts a simple reST table into ``numpy.recarray``.
recsql.csv_table.UTF8Recoder
:
Iterator that reads an encoded stream and reencodes the input to UTF-8
recsql.csv_table.UnicodeReader
:
A CSV reader which will iterate over lines in the CSV file "f", which is encoded in the given encoding.
recsql.sqlfunctions._Median
recsql.sqlfunctions._NumpyArray
recsql.sqlfunctions._NumpyHistogram
recsql.sqlfunctions._Stdev
:
Implement standard deviation of the sample as SQL aggregate function.
dict
:
dict() -> new empty dictionary.
list
:
list() -> new list list(sequence) -> new list initialized from sequence's items
Home
Trees
Indices
Help
RecSQL
Generated by Epydoc 3.0.1 on Thu Jun 3 22:23:16 2010
http://epydoc.sourceforge.net