Internal
The class that encapsulates the tables DDL API
Adds a column to an existing table.
Alters a column's type, required flag, or default.
Creates a table with the given columns.
Describes a table's schema.
Drops a table.
Lists all table names.
Removes a column from a table.
Renames a column in a table.
The class that encapsulates the tables DDL API