Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » MobiLink - Server Administration » Writing Synchronization Scripts in Java » MobiLink server API for Java Reference » ServerContext interface

getProperties method Next Page

getPropertiesByVersion method


Syntax

public java.util.Properties getPropertiesByVersion( java.lang.String script_version )

Remarks

Returns the set of properties associated with the script version. These are stored in the MobiLink system table ml_property. The script version is stored in the prop_set_name column when the component_name is ScriptVersion.

Parameters
Returns

The set of properties associated with the given script version.

See also