\LibMelanie\SqlSqlObjectPropertyRequests

Liste des requêtes SQL pour les propriétés des objets Melanie2

Summary

Methods
Properties
Constants
No public methods found
No public properties found
insertProperty
updateProperty
deleteProperty
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

insertProperty

insertProperty ="INSERT INTO horde_datatree_attributes (datatree_id, attribute_name, attribute_key, attribute_value) VALUES (:datatree_id, :attribute_name, :attribute_key, :attribute_value);" :string

updateProperty

updateProperty ="UPDATE horde_datatree_attributes SET attribute_value = :attribute_value WHERE datatree_id = :datatree_id AND attribute_name = :attribute_name;" :string

Mise à jour d'une propriété Mélanie2

deleteProperty

deleteProperty ="DELETE FROM horde_datatree_attributes WHERE {where_clause};" :string

Suppression d'une propriété Mélanie2