返回首页

gbase数据、南大通用产品文档:GBase8s支持的数据类型

更新日期:2024年09月11日

下表对比了较不常见的 GBase 8s 数据类型,以及每个 .NET 提供程序对这些
数据类型的支持情况。
表 2. .NET 提供程序对不常见 GBase 8s 数据类型的支持差异
GBase 8s 数据类型
GBase 8s .NET Provider
GBASE Data Server .NET Provider
CLOB 和 BLOB
支持
有限支持。大小限制为 2 GB。
Collection
支持
不支持
Interval
DayToFraction
支持。此类型必须作为字符串读
取。
不支持
IntervalMonth
支持
不支持
LIST
支持
不支持
MONEY
支持
Money 将被视为十进制数据类型。

MULTISET
支持
不支持
ROW
支持
不支持
SET
支持
不支持

export GBASE_INSTANCES_BASE=/opt
export
GBASE_INSTANCES=/opt/192.168.146.22/gb
ase_profile
export
GBASE_HOME=/opt/192.168.146.22/gnode/s
erver
PATH=$GBASE_HOME/bin:$PATH
单实例
安装目录
Gcluster
Gcware
Gnode
安装目录
IP 1 文件
Gcluster
Gcware
Gnode
IP 2 文件
IP 3 文件
Gnode
Gnode
多实例





南大通用数据技术股份有限公司
36/44
export
GBASE_INSTANCES=/opt/192.168.146.20/gb
ase_profile:$GBASE_INSTANCES
export
GBASE_HOME=/opt/192.168.146.20/gnode/s
erver
PATH=$GBASE_HOME/bin:$PATH

if
[
-f
/opt/192.168.146.20/gbase_profile
];
then
. /opt/192.168.146.20/gbase_profile
fi

if
[
-f
/opt/192.168.146.20/gcware_profile ];
then
. /opt/192.168.146.20/gcware_profile
fi








if
[
-f
/opt/192.168.146.22/gbase_profile
];
then
. /opt/192.168.146.22/gbase_profile
fi

if
[
-f
/opt/192.168.146.22/gcware_profile ];
then
. /opt/192.168.146.22/gcware_profile
fi
多实例server 中复合节点与纯gnode 节点环境变量文件对比:
(一个多实例服务器,最多只能有一个节点是带有gcluster 和gcware 的复
合节点)

取值:[0|1]
默认值:0
说明:express trace 日志开关。
修改方式:可使用set 语句修改值也可在配置文件中修改值。适用于global 范围。