dbChangeGroupType
dbChangeGroupType(
d_groupId
l_groupType
)
=> t / nil
Description
Changes the type of a group.
Arguments
|
d_groupId
|
ID of the group to be changed.
|
|
l_groupType
|
List of group attributes. Valid values:
collection or set—to define the attribute groupType.
ordered or unordered—to define the attribute ordered.
nonUniqueName or uniqueName—to define the attribute uniqueName.
deleteNever, deleteFirst, or deleteLast—to define the attribute deleteWhen.
For more information on valid values of l_groupType see Database Access Function Argument Types.
|
Value Returned
|
t
|
The group type is successfully changed
|
|
nil
|
The group type is not changed.
|
Related Topics
Group Creation and Modification Functions
Return to top