DataModel Object
DataModel — Holds data returned using SQL command.
Introduction
Holds the data returned from a database using the SQL command.
Properties
Table 8. DataModel Object Properties
Name | Details | Possible Values | Default Value |
---|
AutoClear | Clear datamodel after processing by FOREACH. | True, False | True |
Description | Description to be used in lists. | * | - |
DetailDescription | Detailed description. | * | - |
Modified | Modification date-time stamp in ISO 8601 format. | ccyy-mm-dd Thh:mm:ss | date stamp |
Example
<Object Application="MyOrder" Type="DataModel" Name="dmCust">
<DataModel>
<AutoClear>True</AutoClear>
<Description>Customer</Description>
<DetailDescription>Customer Table in PostgreSQL</DetailDescription>
<Modified>2007-11-12T09:58:00</Modified>
</DataModel>
</Object>