QueryFieldDef object methods
The following list summarizes the Perl methods:
- Method name
- Description
GetAggregateFunction- Returns a SQL aggregate function for the field.
GetChoiceList- Returns the items in a choice list for a QueryFieldDef.
GetDataType- Returns the underlying datatype of the QueryFieldDef object.
GetDescription- Returns the description of the field from the schema.
GetFieldPathName- Returns the name of the field from the schema.
GetFieldType- Returns the field type of the QueryFieldDef.
GetFunction- Returns a function for the QueryFieldDef .
GetIsGroupBy- Returns whether the field is in a group-by clause.
GetIsLegalForFilter- Returns whether you can use the field in a query filter.
GetIsShown- Returns whether the field is shown or not.
GetLabel- Returns the column label for a field in a ResultSet.
GetSortOrder- Returns the numeric order of precedence for the field, when there is more than one sort key.
GetSortType- Returns the sort type for the field.
SetAggregateFunction- Sets a SQL aggregate function for the field.
SetFieldPathName- Sets the name of the field from the schema.
SetFunction- Set a function for the QueryFieldDef .
SetIsGroupBy- Sets whether the field is in a group-by clause.
SetIsShown- Enables you to sort by a field but not display the field. Sets whether you want to show the field or not.
SetLabel- Sets the column label for a field in a ResultSet.
SetSortOrder- Sets the numeric order of precedence for the field, when there is more than one sort key.
SetSortType- Sets the sort type for the field.