MODULES
Records the SQL-server modules in the database.
Column name
|
Data type
|
Description
|
MODULE_SYSID
|
INTEGER
|
System identifier for the module. |
DEF_CHARSET_SYSID
|
INTEGER
|
System identifier for default character set for module. |
DEF_SCHEMA_SYSID
|
INTEGER
|
System identifier for default schema for module. |
MODULE_LENGTH
|
INTEGER
|
Length of module definition. |
MODULE_DEFINITION
|
VARCHAR(2000)
|
Source text for module definition, if the length of the module definition exceeds 2000 characters this column is null. |
SQL_PATH
|
VARCHAR(2000)
|
The path for the module. |
Primary key: MODULE_SYSID