Function Properties window: General tab

In most cases, the term procedure refers to both user-defined procedures and user-defined functions.

This tab has the following components:

Name   Shows the name of the function.

Type   Shows the type of object.

Owner   Shows the name of the database user who owns the function.

Dialect   Shows the SQL dialect in which the code was last saved. The dialect is either Watcom-SQL or Transact-SQL.

Comment   Provides a place for you to type a description of the function. For example, you could use this area to describe the function's purpose in the system. Later, if you use the Database Documentation Generator to document your SQL Anywhere database, you can include these comments in the output. See Documenting a database.

See also