目录

Search

  1. 前言
  2. Informatica Developer
  3. 模型存储库
  4. Informatica Developer 中的搜索
  5. 连接
  6. 物理数据对象
  7. 平面文件数据对象
  8. 数据的逻辑视图
  9. 查看数据
  10. 应用程序部署
  11. 对象导入和导出
  12. 数据类型引用
  13. 键盘快捷方式
  14. 连接属性

Developer tool 指南

Developer tool 指南

JDBC 和转换数据类型

JDBC 和转换数据类型

当数据集成服务从 JDBC 源读取数据时,会将本地数据类型转换为对应的 JDBC 数据类型,然后转换为转换数据类型。 将使用转换数据类型跨平台移动数据。
下表将 JDBC 数据类型与转换数据类型进行了比较:
JDBC 数据类型
转换
范围
Bigint
Bigint
-9,223,372,036,854,775,808 到 9,223,372,036,854,775,807
精度 19,小数位数 0
Binary*
Binary
1 到 104,857,600 个字节
Bit
Integer
-2,147,483,648 到 2,147,483,647
精度 10,小数位数 0
Blob*
Binary
1 到 104,857,600 个字节
Boolean
Integer
-2,147,483,648 到 2,147,483,647
精度 10,小数位数 0
Char*
String
1 至 104,857,600 个字符
Clob*
Text
1 至 104,857,600 个字符
Date
Date/Time
公元 0001 年 1 月 1 日到公元 9999 年 12 月 31 日
(精确到纳秒)
Decimal
Decimal
精度为 1 到 28,小数位数为 0 到 28
Double
Double
精度 15
浮点型
Double
精度 15
Integer
Integer
-2,147,483,648 到 2,147,483,647
精度 10,小数位数 0
Long VarBinary*
Binary
1 到 104,857,600 个字节
Long Varchar*
Text
1 至 104,857,600 个字符
数值
Decimal
精度为 1 到 28,小数位数为 0 到 28
Real
Double
精度 15
Smallint
Integer
-2,147,483,648 到 2,147,483,647
精度 10,小数位数 0
时间
Date/Time
公元 0001 年 1 月 1 日到公元 9999 年 12 月 31 日
(精确到纳秒)
时间戳
Date/Time
公元 0001 年 1 月 1 日到公元 9999 年 12 月 31 日
(精确到纳秒)
Tinyint
Integer
-2,147,483,648 到 2,147,483,647
精度 10,小数位数 0
Varchar*
String
1 至 104,857,600 个字符
Varbinary*
Binary
1 到 104,857,600 个字节
*如果端口中数据的大小超出 100 MB,则默认情况下 Developer 工具会将端口精度设置为 4000。 要处理更大的数据,应提高端口精度。