etx_Release() 函数

etx_Release() 函数返回版本信息,如 GBase 8s Excalibur Text Search DataBlade 模块的已安装版本和发布日期。

语法

etx_Release()

etx_Release() 函数不采用任何参数。

返回类型

etx_Release() 函数返回 LVARCHAR 值。

用法

etx_Release() 函数返回的信息包括:
  • 已安装的 GBase 8s Excalibur Text Search DataBlade 模块 的版本
  • 已安装的 GBase 8s Excalibur Text Search DataBlade 模块 的编译日期
  • 编译 GBase 8s Excalibur Text Search DataBlade 模块 所使用的数据库服务器的完整版本
  • 编译 GBase 8s Excalibur Text Search DataBlade 模块 所使用的 GLS 库的版本
  • 编译 GBase 8s Excalibur Text Search DataBlade 模块 所使用的 Excalibur 文本检索库(TRL)的版本

示例

以下示例显示如何执行 etx_Release() 函数:
EXECUTE FUNCTION etx_Release();