txt_Release() 函数

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

语法

txt_Release()

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

返回类型

txt_Release() 函数返回 LVARCHAR 值。

用法

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

示例

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