Modulesยง
- show_
create_ ๐table Implementation ofSHOW CREATE TABLE
statement.
Constantsยง
- COLUMN_
EXTRA_ ๐COLUMN - COLUMN_
KEY_ ๐COLUMN - COLUMN_
NAME_ ๐COLUMN - COLUMN_
TYPE_ ๐COLUMN - FIELD_
COLUMN ๐ - FLOWS_
COLUMN ๐ - INDEX_
COMMENT_ ๐COLUMN - INDEX_
PACKED_ ๐COLUMN - INDEX_
TABLE_ ๐COLUMN SHOW index columns - INDEX_
VISIBLE_ ๐COLUMN - NO_STR ๐
- OPTIONS_
COLUMN ๐ - PRI_KEY ๐
- SCHEMAS_
COLUMN ๐ - TABLES_
COLUMN ๐ - TABLE_
TYPE_ ๐COLUMN - TIME_
INDEX ๐ - VIEWS_
COLUMN ๐ - YES_STR ๐
Staticsยง
Functionsยง
- This function checks if the column schemas from a file can be matched with the column schemas of a table.
- Create a CreateTable statement from table info.
- describe_
column_ ๐keys - null ๐
- Cast a
show
statement execution into a query from tables ininformation_schema
. - Execute
SHOW CHARSET
statement and returns theOutput
if success. - Execute
SHOW COLLATION
statement and returns theOutput
if success. - Execute
SHOW COLUMNS
statement. - Execute
SHOW INDEX
statement. - Execute
ShowTableStatus
statement and return theOutput
if success. - Execute
ShowTables
statement and return theOutput
if success.