ODBC Driver for CSV

Build 23.0.8839

TypeDetectionScheme

カラムのデータ型を決定するための方法を指定します。

Possible Values

None, RowScan, ColumnCount

データ型

string

デフォルト値

"RowScan"

解説

NoneTypeDetectionScheme をNone に設定した場合は、すべてのカラムは文字列型で返されます。
RowScanTypeDetectionScheme をRowScan に設定した場合は、ヒューリスティックにデータ型を決定します。RowScanDepth ではスキャンする行数を決定します。
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) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839