|
Name |
abaobjecttypes |
|
Code |
ap_obt |
|
Creation Date |
13 december 2000 13:53:05 |
|
Modification Date |
27 oktober 2006 11:08:43 |
|
Comment |
Object types handled by AbaPerls. |
|
This is a pre-loaded table that defines which type of objects that AbaPerls tracks. |
|
|
|
Data |
NOT |
F |
|
|
char(3) |
X |
|
Code for the object type |
||
|
typename |
varchar(30) |
X |
|
Descriptive name for the object type. |
|
|
varchar(30) |
|
|
The word that follows CREATE |
|
Name |
Columns |
Options |
PK |
|
pk_ap_obt |
objtype | clustered |
X |
|
The codes agree with the values in sys.objects.type for the object types that SQL Server stores in sys.objects. Note that sys.objects.type has a few more possible values that are not present in abaobjecttypes, as AbaPerls does not handle these object types. |
|
Many object types are created with a CREATE xxx statement. This column specifies what xxx is for the object type in question. The column in used in places where AbaPerls is dropping many types of objects, for instance objects that refers an assembly that needs to be dropped. |
|
Child Table |
Foreign Key Columns |
|
objtype |
|
|
objtype |
|
|
|