Package DE_EPAGES::Object::API::Table::StringAttribute
interface for table StringAttribute
Functions
- DeleteStringAttribute
- ExistsStringAttribute
- GetAllInfoStringAttributes
- GetAllPKeyStringAttributes
- GetInfoStringAttribute
- GetInfoStringAttributesByAttributeID
- GetInfoStringAttributesByObjectID
- GetPKeyStringAttributesByAttributeID
- GetPKeyStringAttributesByObjectID
- InsertStringAttribute
- OnDeleteAttribute
- OnDeleteObject
- UpdateStringAttribute
DeleteStringAttribute
Deletes a(n) StringAttribute.
Syntax |
DeleteStringAttribute($ObjectID, $AttributeID); DeleteStringAttribute($hStringAttribute); # if $hStringAttribute includes ObjectID, AttributeID |
Input |
|
ExistsStringAttribute
Returns true if the StringAttribute exists.
Syntax |
$exists = ExistsStringAttribute($ObjectID, $AttributeID); |
Input |
|
Return |
|
GetAllInfoStringAttributes
Returns all objects of StringAttribute.
Syntax |
$ahStringAttributes = GetAllInfoStringAttributes(); |
Return |
|
GetAllPKeyStringAttributes
Returns all StringAttribute identifiers.
Syntax |
$ahStringAttributeIDs = GetAllPKeyStringAttributes(); |
Return |
|
GetInfoStringAttribute
Returns the StringAttribute by identifier.
Syntax |
$hStringAttribute = GetInfoStringAttribute($ObjectID, $AttributeID); |
Input |
|
Return |
|
GetInfoStringAttributesByAttributeID
Returns objects of StringAttribute by alternate key AttributeID.
Syntax |
$ahStringAttributes = GetInfoStringAttributesByAttributeID($AttributeID); |
Input |
|
Return |
|
GetInfoStringAttributesByObjectID
Returns objects of StringAttribute by primary key element ObjectID.
Syntax |
$ahStringAttributes = GetInfoStringAttributesByObjectID($ObjectID); |
Input |
|
Return |
|
GetPKeyStringAttributesByAttributeID
Returns primary keys of StringAttribute by alternate key AttributeID.
Syntax |
$ahKeys = GetPKeyStringAttributesByAttributeID($AttributeID); |
Input |
|
Return |
|
GetPKeyStringAttributesByObjectID
Returns primary keys of StringAttribute by primary key element ObjectID.
Syntax |
$ahKeys = GetPKeyStringAttributesByObjectID($ObjectID); |
Input |
|
Return |
|
InsertStringAttribute
Creates an entry of StringAttribute.
Syntax |
InsertStringAttribute($hStringAttribute); |
Input |
|
OnDeleteAttribute
Deletes StringAttribute of this model when a(n) Attribute is deleted.
Syntax |
OnDeleteAttribute($hParams); |
Input |
|
OnDeleteObject
Deletes StringAttribute of this model when a(n) Object is deleted.
Syntax |
OnDeleteObject($hParams); |
Input |
|
UpdateStringAttribute
Updates a(n) StringAttribute if any element was changed.
Syntax |
UpdateStringAttribute($ObjectID, $AttributeID, $hStringAttribute); UpdateStringAttribute($hStringAttribute); # if $hStringAttribute includes ObjectID, AttributeID |
Input |
|