The
INFORMATION_SCHEMA COLLATION_CHARACTER_SET_APPLICABILITY
Table
1718
INFORMATION_SCHEMA
Name
SHOW
Name
Remarks
IS_DEFAULT
Default
MySQL extension
IS_COMPILED
Compiled
MySQL extension
SORTLEN
Sortlen
MySQL extension
•
COLLATION_NAME
is the collation name.
•
CHARACTER_SET_NAME
is the name of the character set with which the collation is associated.
•
ID
is the collation ID.
•
IS_DEFAULT
indicates whether the collation is the default for its character set.
•
IS_COMPILED
indicates whether the character set is compiled into the server.
•
SORTLEN
is related to the amount of memory required to sort strings expressed in the character set.
Collation information is also available from the
SHOW COLLATION
statement. The following statements
are equivalent:
SELECT COLLATION_NAME FROM INFORMATION_SCHEMA.COLLATIONS
[WHERE COLLATION_NAME LIKE '
wild
']
SHOW COLLATION
[LIKE '
wild
']
19.3. The
INFORMATION_SCHEMA
COLLATION_CHARACTER_SET_APPLICABILITY
Table
The
COLLATION_CHARACTER_SET_APPLICABILITY
table indicates what character set is applicable
for what collation. The columns are equivalent to the first two display fields that we get from
SHOW
COLLATION
.
INFORMATION_SCHEMA
Name
SHOW
Name
Remarks
COLLATION_NAME
Collation
CHARACTER_SET_NAME
Charset
19.4. The
INFORMATION_SCHEMA COLUMNS
Table
The
COLUMNS
table provides information about columns in tables.
INFORMATION_SCHEMA
Name
SHOW
Name
Remarks
TABLE_CATALOG
NULL
TABLE_SCHEMA
TABLE_NAME
COLUMN_NAME
Field
ORDINAL_POSITION
see notes
COLUMN_DEFAULT
Default
IS_NULLABLE
Null
DATA_TYPE
Type
CHARACTER_MAXIMUM_LENGTH
Type
CHARACTER_OCTET_LENGTH
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...