Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : MIN-SCHEMA-MARSHAL attribute
 

MIN-SCHEMA-MARSHAL attribute

Set to TRUE to minimize schema information when marshaling data for a temp-table parameter. The temp-table may be an independent temp-table or a member of a ProDataSet object.
This attribute is supported only for backward compatibility. Use the SCHEMA-MARSHAL attribute instead.
Data type: LOGICAL
Access: Readable/Writeable
Applies to: Temp-table object handle
This attribute suppresses index descriptions and some field information (such as label, help, field validation expression, and so on) when marshaling data. It does marshal field names, data types, and extents.
The MIN-SCHEMA-MARSHAL attribute corresponds to the SCHEMA-MARSHAL attribute with a value of "MIN".
Note: If you specify both the MIN-SCHEMA-MARSHAL attribute and the SCHEMA-MARSHAL or NO-SCHEMA-MARSHAL attribute for an individual temp-table, the AVM uses the attribute you most recently specified.
Setting this attribute overrides the setting of the Temp-table Schema Marshal (-ttmarshal) startup parameter for an individual temp-table parameter. For more information about this startup parameter, see OpenEdge Deployment: Startup Command and Parameter Reference.

See also

NO-SCHEMA-MARSHAL attribute, SCHEMA-MARSHAL attribute