Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 (中文) » SQL Anywhere 服务器 - SQL 参考 » 视图 » 系统视图

 

SYSTEXTIDX 系统视图

SYSTEXTIDX 系统视图中的每一行都描述一个文本索引。该视图的基础系统表为 ISYSTEXTIDX。

列名 数据类型 说明
index_id UNSIGNED BIGINT SYSIDX 中文本索引的对象 ID。
sequence UNSIGNED INT 仅供内部使用。
status UNSIGNED INT 仅供内部使用。
text_config UNSIGNED BIGINT SYSTEXTCONFIG 中文本配置对象的对象 ID。
next_handle UNSIGNED INT 仅供内部使用。
last_handle UNSIGNED INT 仅供内部使用。
deleted_length UNSIGNED BIGINT 文本索引中已删除的索引值的总大小。
pending_length UNSIGNED BIGINT 将要在下次刷新时添加到文本索引的索引值的总大小。
refresh_type TINYINT

刷新的类型。以下值之一:

  • 1   MANUAL

  • 2   AUTO

  • 3   IMMEDIATE

refresh_interval UNSIGNED INT AUTO REFRESH 间隔(以分钟为单位)。
last_refresh TIMESTAMP 上次刷新的本地时间。
last_refresh_utc TIMESTAMP WITH TIME ZONE 上次刷新的 UTC 时间。
 基础系统表上的约束
 另请参见