Module vervolg::schema [] [src]

Structs

Column

Description of a column with a data set

CsvOptions

Various options for the CSV library; ideally, this collection of parameters would reside within the CSV library and could be passed directly to the csv::ReaderBuilder constructor.

Database

the logical database, which is a collection of schemata

File

An external CSV data file that can be accessed by the engine.

RowSet

Description of a collection of rows of the database

Schema

description of a schema within the database

Table

Description of a table within the database

View

Description of a table within the database

Enums

SchemaObject

currently, the only schema object types we support are tables and views