tableDatasource
Description | Syntax | Parameters | Returns | Example |
---|---|---|---|---|
Selects values from a datasource. | tableDatasource(datasourceName, columns, whereClause, DISTINCT) | datasourceName: name of the datasource.
columns (1 to n): array of columns. whereClause: where clause (optional). DISTINCT (Optional): The valid values are DISTINCT_TRUE and DISTINCT_FALSE. |
Array of values. | tableDatasource(COUNTRYCODES, COUNTRYCODE, COUNTRYNAME, where like (COUNTRYNAME, 'Arg%')) |
Copyright © Cloud Software Group, Inc. All rights reserved.