Module rustdb::sys

source ·
Expand description

System table functions.

Functions§

  • Create or alter 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.
  • Create 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.
  • Get then parse 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.
  • Get information about an index from name.
  • Get the id of a schema from a name.
  • Gets table from the database.
  • Update IdGen field for a table.
  • Update root page for index.
  • Update root page for table ( for ALTER TABLE ).