Purpose

Specifies the data type mapping for fixed-point numbers where precision and scale cannot be specified. These include BIGINT, INTEGER, and synonymous types. Refer to your Snowflake documentation for details.

Valid Values

BigInt | Numeric

Behavior

If set to BigInt, the driver maps fixed-point numbers where precision and scale cannot be specified to BigInt.

If set to Numeric, the driver maps fixed-point numbers where precision and scale cannot be specified to Numeric.

Data Source Methods

public String getIntegerFieldMapping()

public void setIntegerFieldMapping(String)

Default Value

Numeric

Data Type

String