- object_kind_1
- A mandatory database object kind specification.
- object_kind_2
- An optional database object kind specification.
- database_name
- The containing database for object_name if it is not contained by the current database or user.
- user_name
- The containing user for object_name if it is not contained by the current database or user.
- comment
- A description of the object.
- object_name
- The name of the object to which you want to add a comment. You can add a comment to the following objects:
- Parameter in a macro, SQL procedure, or user-defined function.
- Column in a user base table or view.
- Specific function, macro, file, profile, role, SQL procedure, base table, trigger, or view name contained by a database or user.
- Database or user.
- UDT.
You can add a comment to a particular attribute of a structured UDT by specifying database_name.udt_name.attribute_name.
The maximum size for attribute_name is 128 Unicode characters.
- Method.
If you specify a method, you must use its specific method name.
- GLOP set.
If no object kind keyword precedes the object name, then the database attempts to deduce the object from the level of qualification in the name. Use the fully qualified name if there is any ambiguity.
Let x.y.z indicate the qualification hierarchy, with x being the highest, such as database or user, and z the lowest, such as parameter or attribute.