Modulesยง
- show_
create_ ๐table - Implementation of
SHOW CREATE TABLE
statement.
Constantsยง
- COLUMN_
COLLATION_ ๐COLUMN - COLUMN_
COMMENT_ ๐COLUMN - COLUMN_
DEFAULT_ ๐COLUMN - COLUMN_
EXTRA_ ๐COLUMN - COLUMN_
GREPTIME_ ๐TYPE_ COLUMN - COLUMN_
KEY_ ๐COLUMN - COLUMN_
NAME_ ๐COLUMN - COLUMN_
NULLABLE_ ๐COLUMN - COLUMN_
PRIVILEGES_ ๐COLUMN - COLUMN_
SEMANTIC_ ๐TYPE_ COLUMN - COLUMN_
TYPE_ ๐COLUMN - FIELD_
COLUMN ๐ - FLOWS_
COLUMN ๐ - INDEX_
CARDINALITY_ ๐COLUMN - INDEX_
COLUMN_ ๐NAME_ COLUMN - INDEX_
COMMENT_ ๐COLUMN - INDEX_
EXPRESSION_ ๐COLUMN - INDEX_
INDEX_ ๐TYPE_ COLUMN - INDEX_
KEY_ ๐NAME_ COLUMN - INDEX_
NONT_ ๐UNIQUE_ COLUMN - INDEX_
PACKED_ ๐COLUMN - INDEX_
SEQ_ ๐IN_ INDEX_ COLUMN - INDEX_
SUB_ ๐PART_ 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ยง
- DESCRIBE_
TABLE_ ๐OUTPUT_ SCHEMA - SHOW_
CREATE_ ๐DATABASE_ OUTPUT_ SCHEMA - SHOW_
CREATE_ ๐FLOW_ OUTPUT_ SCHEMA - SHOW_
CREATE_ ๐TABLE_ OUTPUT_ SCHEMA - SHOW_
CREATE_ ๐VIEW_ OUTPUT_ SCHEMA
Functionsยง
- check_
file_ to_ table_ schema_ compatibility - This function checks if the column schemas from a file can be matched with the column schemas of a table.
- create_
table_ stmt - Create a CreateTable statement from table info.
- describe_
column_ ๐defaults - describe_
column_ ๐keys - describe_
column_ ๐names - describe_
column_ ๐nullables - describe_
column_ ๐semantic_ types - describe_
column_ ๐types - describe_
table - file_
column_ schemas_ to_ table - infer_
file_ table_ schema - null ๐
- parse_
file_ ๐table_ format - prepare_
file_ table_ files - query_
from_ ๐information_ schema_ table - Cast a
show
statement execution into a query from tables ininformation_schema
. - show_
charsets - Execute
SHOW CHARSET
statement and returns theOutput
if success. - show_
collations - Execute
SHOW COLLATION
statement and returns theOutput
if success. - show_
columns - Execute
SHOW COLUMNS
statement. - show_
create_ database - show_
create_ flow - show_
create_ foreign_ table_ for_ pg - show_
create_ table - show_
create_ view - show_
databases - show_
flows - Execute
ShowFlows
statement and return theOutput
if success. - show_
index - Execute
SHOW INDEX
statement. - show_
region - Execute
SHOW REGION
statement. - show_
search_ path - show_
status - show_
table_ status - Execute
ShowTableStatus
statement and return theOutput
if success. - show_
tables - Execute
ShowTables
statement and return theOutput
if success. - show_
variable - show_
views - Execute
ShowViews
statement and return theOutput
if success.