1 – record-name
Specifies the record element you are creating.
2 – text
Adds information. Within the DESCRIPTION clause, this is information documenting the record element; within the AUDIT clause, it is a history list entry. Valid delimiters are /* */ or double quotation marks (" "). You can use Japanese to document comments in the DESCRIPTION or AUDIT clause for a field. To do this, use the SET CHARACTER_SET command, and set the character_set of the session to DEC_KANJI.
3 – record-property
Adds a property to the record element. See rec-properties for the record properties CDO provides.
4 – constraint-clause
Specifies a condition that affects adding or modifying data to the database table (CDO record). CDO provides syntax for record constraints, including specification of NOT NULL, PRIMARY KEY, FOREIGN KEY, UNIQUE, and CHECK (arbitrary search condition constraint) for fields and records. See the DEFINE RECORD_Constraint command for more information.
5 – included-name-clause
Allows you to include existing field definitions and record definitions within record elements. See the DEFINE RECORD_Included_Name command for more information.
6 – local-field-clause
Allows you to create local field definitions within record elements. Describes the attributes of the local field. See the DEFINE RECORD_Local_Field command for more information.
7 – structure-name-clause
Creates structure definitions within record elements. See the DEFINE RECORD_Structure_Name command for more information.
8 – variants-clause
Creates variants definitions within record elements. See the DEFINE RECORD_Variants command for more information.