Get HTML - Table HTML_SPECIAL_ENTITY_CODES Specification
- Name: html_special_entity_codes
- Description: A conversion table that matches the special entity codes to the characters they represent.
- Columns:
- Name: special_entity_code
- Description: The common special entity code without the ampersand and semi-colon - case sensitive.
- Datatype:VARCHAR2(6)
- Null: No
- Unique: Yes
- Part of PK: Yes
- Name: character
- Description: The character represented by the code.
- Datatype: VARCHAR2(1)
- Null: No
- Unique: No
- Part of PK: No
- Name: description
- Description: A description of the code.
- Datatype: VARCHAR2(100)
- Null: No
- Unique: No
- Part of PK: No
0 Comments:
Post a Comment
<< Home