Table (gb.db)

This class represents the definition of a database table.

This class is not creatable.

Properties
Connection   Returns the parent connection object of a table.
Fields   Returns a collection of the fields of the table.
Indexes   Returns a collection of the indexes of the table.
Name   Returns the name of the table.
PrimaryKey   Returns or sets the primary key of the table.
System   Returns if the table is a system table, i.e. a table used by the database server.
Type   Returns or sets the type of a table.

Methods
Update   Creates the table into the database.