Module rustdb::sys[][src]

Expand description

System table functions.

Functions

Creates or alters a function in the database by saving the source into the Function system table.

Create a new table index by writing to the system Index and IndexColumn tables.

Creates a schema in the database by writing to the system Schema table.

Create a new table in the database by writing to the system Table and Column tables.

Gets then parses a function from the database.

Get the id of a function.

Get the IdGen field for a table. This is only needed to initialise system tables.

Gets the id of a schema from a name.

Gets a table from the database.

Update IdGen field for a table.