| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Table
Build and query a TSV Table. See the documentation of csb.io.tsv for details and examples.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| iterable (2D) |
|
||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Static Methods | |||
| Table |
|
||
| Table |
|
||
| Table |
|
||
| Class Variables | |
HEADER =
|
|
NULL =
|
|
| Properties | |
| tuple |
columns All column names |
| str |
name Table name |
| pk | |
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Dump the table in a file.
|
Table factory: build a Table from a 2D iterable/data reader.
|
Table factory: build a Table with the definition of another Table. |
Table factory: build a Table from a TSV file.
|
Insert a new row in the table.
|
Execute a native SQL query against the storage engine.
|
|
|
Update
|
|
| Property Details |
columnsAll column names
|
nameTable name
|
pk
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:06 2017 | http://epydoc.sourceforge.net |