|
|
#
|
AddFieldsFromObjectType (character, handle, character, GetAttributesForEnum)
|
Adds the field from the given object type to the attribute temp-table
|
|
|
#
|
CreateCacheForObjectType (character, GetAttributesForEnum)
|
Creates the attribute cache temp-table for the given object type
|
|
|
#
|
CHARACTER GetConcatenatedAttributeValue (character, character)
|
Returns a comma-delimited list of character values for the given attribute label
from the object type and its parent object types
Notes : Uses direct database access for the attribute value records
@param pcObjectTypeGuid The GUID of the object type
@param pcAttributeLabel The attribute label
@return The concatenated character value list
*/
|
|
|
+
|
HANDLE GetRepositoryCacheTables (GetAttributesForEnum, CharacterList)
|
Returns a dataset handle that contains the cache temp-tables for the
given object types
|
|
|
+
|
GetRepositoryCacheTables (GetAttributesForEnum, CharacterList, handle)
|
Returns a dataset handle that contains the cache temp-tables for the
given object types
|