This table stores some MobiLink properties.
Column |
Description |
---|---|
component_name |
VARCHAR(128). First part of the composite primary key. For user-defined properties, this can be ScriptVersion or SIS. |
property_set_name |
VARCHAR(128). Second part of the composite primary key. If the component_name is ScriptVersion, this is the name of the script version. If the component_name is SIS, this is the name of the Notifier, gateway, or carrier that you are setting a property for. |
property_name |
VARCHAR(128). Third part of the composite primary key. This is the name of the property. If the component_name is ScriptVersion, this is a user-defined property. If the component_name is SIS, this is a property of the Notifier, gateway, or carrier. See MobiLink Notification Properties. |
property_value |
TEXT. This is the value of the property. |
This table stores name-value pairs. Some of the properties in this table are used internally by MobiLink. In addition, you can use the stored procedure ml_add_property to add or delete rows in this table.
You can use the component_name ScriptVersion to store information on a per script version basis that can be accessed by Java or .NET scripting logic.
This table has a composite primary key made up of component_name, property_set_name, and property_name.