Represents information of a file in which a function is defined. An index for class_of is created.
Attribute Name |
Data Type |
Description |
---|---|---|
class_of |
_db_class |
Class to which the method file information belongs |
from_class_of |
_db_class |
If the file information is inherited, the super class in which it is defined is used otherwise, NULL |
path_name |
VARCHAR(255) |
File path in which the method is located |