データ型マッピング
データ型のマッピング
本製品 は、データソースの型を、スキーマで使用可能な対応するデータ型にマッピングします。さらに、IgnoreTypes 接続プロパティに基づいて返される利用可能なデータのスキャンを試みます。 以下のテーブルはこれらのマッピングを説明します。
Amazon DynamoDB | CData スキーマ |
String | string、date、datetime、time |
Binary | string |
Number | bigint、int、float(検出されるデータに応じて) |
StringSet | string |
NumberSet | string |
BinarySet | string |
Map | string |
List | string |
Boolean | bool |
Null | string |
Note that depending on the settings of IgnoreTypes, some of these types may not be detected by default.Date, datetime, and time for example are ignored by default as they cannot be filtered server side, and may be inserted / updated in a different format than your existing entries if enabled.Please use caution when enabling them.
FlattenArrays and FlattenObjects may also be used to to flatten the StringSets, NumberSets, BinarySets, Maps, and Lists into indivudal columns.