%Dictionary.StorageSQLMapSubAccessvarDefinition
persistent class %Dictionary.StorageSQLMapSubAccessvarDefinition
extends
Inventory
Summary
Properties | |||
---|---|---|---|
Code | Name | Variable | parent |
Parameters
Properties
Code
Name
Variable
Pointer to the containing parent object
Methods
Checks to see if the object identified by the OID oid exists in the extent.Returns
%Boolean TRUE if it exists, FALSE if it does not.
Obtain an exclusive or shared lock on the object identified by id. The type of lock obtained is determined by shared. This method is normally generated by the storage class for persistent classes using%Storage.Persistent or%Storage.SQL .
Release an exclusive or shared lock on the object identified by id. The type of lock released is determined by shared. If this method is not overridden then the default implementation returns an error. This method is normally generated by the storage class for persistent classes using%Storage.Persistent or%Storage.SQL .
This is a Set accessor method for theCode property.
This is a Set accessor method for theName property.
This is a Set accessor method for theVariable property.