Module show_create_table

Source
Expand description

Implementation of SHOW CREATE TABLE statement.

Functionsยง

column_option_def ๐Ÿ”’
create_column ๐Ÿ”’
create_sql_options ๐Ÿ”’
Generates CREATE TABLE options from given table metadata and schema-level options.
create_table_constraints ๐Ÿ”’
create_table_stmt
Create a CreateTable statement from table info.
primary_key_columns_for_show_create ๐Ÿ”’
Returns the primary key columns for SHOW CREATE TABLE statement.