JDBC Driver for SugarCRM

Build 23.0.8839

AggregateColumnMode

Controls how aggregate columns are treated by the provider.

Possible Values

Ignore, List, ListAndRetrieve

データ型

string

デフォルト値

"ListAndRetrieve"

解説

The available aggregate column modes are detailed below:

IgnoreAll aggregate will be ignored and will not show up as available columns in the table definition.
ListAggregate columns will be listed in all tables, but on base tables such as Contacts, they will not retrieve data from SugarCRM.
ListAndRetrieveAggregate columns will be listed and requested on all tables. Note that when this mode is activated, primitive columns that are also part of the aggregates will be returned as NULL. For example, in the Accounts table, the Team_Id column, which is also part of the Team_Name aggregate, will be returned as NULL.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839