データ型マッピング
connector は、データソースの型を、スキーマで使用可能な対応するデータ型にマッピングします。次のテーブルはこれらのマッピングをまとめたものです。
データ型マッピング
| Business b-ridge UI JP | Business b-ridge API Type | CData スキーマ |
| Character | string | string |
| Characters(改行あり) | string | string |
| Integer | int | integer |
| Integer(カンマあり) | int3 | integer |
| Minority | decimal | decimal |
| Minority(カンマあり) | decimal3 | decimal |
| date | date | date |
| CreateDate | datetime | timestamp |
| UpdateDate | datetime | timestamp |