JDBC Driver for CSV

Build 22.0.8462

TypeDetectionScheme

Determines how to determine the data types of columns.

Possible Values

None, RowScan, ColumnCount

Data Type

string

Default Value

"RowScan"

Remarks

NoneSetting TypeDetectionScheme to None will return all columns as the string type.
RowScanSetting TypeDetectionScheme to RowScan will scan rows to heuristically determine the data type. The RowScanDepth determines the number of rows to be scanned.
ColumnCountSetting TypeDetectionScheme to ColumnCount will control the number for columns to detect and will return all columns as the string type. The ColumnCount property determines the number of columns.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462