我在某个地方读过,但我很困惑。他们问,informatica 的数据类型。Informatica 是一种工具,而不是一种编程语言。那么,informatica 如何拥有自己的数据类型。如果它仍然可用,请告诉我。
还告诉我,什么是 informatica 数据类型?
我在某个地方读过,但我很困惑。他们问,informatica 的数据类型。Informatica 是一种工具,而不是一种编程语言。那么,informatica 如何拥有自己的数据类型。如果它仍然可用,请告诉我。
还告诉我,什么是 informatica 数据类型?
数据类型不是编程语言独有的概念。Excel 是一种工具,但您可以将单元格的数据类型(在 Excel 中称为类别Number
)设置为、Date
和Percentage
其他一些类型。
不同的转换支持不同的数据类型,但这里有一个表达式列表:
bigint
binary
date/time
decimal
double
integer
nstring
ntext
real
small integer
string
text
Informatica 有自己的一组数据类型,因为它有助于将任何源数据类型(数据库/文件)转换为Informatica compatible datatypes for further processing.
Whenever you drag any source definition in a mapping it automatically creates a source qualifier which converts source datatypes into suitable Informatica datatypes.
In informatica various data types are supported ( depending on transformation and clients requirements) . Below are the most usable data types :