new DatabaseScriptDetailsType()
Details of all database scripts for a given version of the case model.
Constructs a new DatabaseScriptDetailsType.
The following features are supported:
Members
createScript :string
The database create script
This property holds the value of the 'Create Script' attribute.
Type:
- string
dropScript :string
The database drop script
This property holds the value of the 'Drop Script' attribute.
Type:
- string
operationDetails :tibco.objectapi.bds.OperationDetailsType
This property holds the value of the 'Operation Details' containment reference.
Type:
revision :number
The revision representing the order in which the audit entries were created (lowest value is the oldest entry)
This property holds the value of the 'Revision' attribute.
Type:
- number
updateScript :string
The database update script
This property holds the value of the 'Update Script' attribute.
Type:
- string
version :string
Full case model version of this set of DB scripts e.g. 1.2.3.4
This property holds the value of the 'Version' attribute.
Type:
- string