Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct {
Statements statement.Statements
Name string
// If a table has foreign keys, then it has Dependencies on those other tables.
Dependencies []string
}
Table is a collection of Statements, and a representation of a sqlite database table. It should have a way to input from and output to both a plaintext "Decomposition" of the table, and a binary sqlite database file.
Click to show internal directories.
Click to hide internal directories.