Description Extends Fields Methods Examples
Creates an ECL "SORT" definition. The SORT function sorts the recordset according to the values specified.
Class "ECLDataset", directly.
name:Object of class character Class name.
datasetType:Object of class ECLRecord Input record name.
logicalFileName:Object of class character A string constant containing the logical file name.
fileType:Object of class character One of the following keywords, optionally followed by relevant options for that specific type of file: THOR/FLAT, CSV, XML, PIPE.
def:Object of class character ECl definition/code.
inDataset:Object of class ECLDataset Input record name.
addField(value):Used to add ECL definitions.
getName():Returns class name.
print():Prints the ECL code.
The following methods are inherited (from the corresponding class): print ("ECLDataset"), getName ("ECLDataset"), getDatasetType ("ECLDataset"), addExpression ("ECLDataset")
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.