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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据库工具接口 » 数据库工具接口 » DBTools 枚举类型

 

dbtran_userlist_type 枚举

用户列表的类型,由a_translate_log 结构使用。

语法
typedef enum dbtran_userlist_type {
    DBTRAN_INCLUDE_ALL,
    DBTRAN_INCLUDE_SOME,
    DBTRAN_EXCLUDE_SOME
} dbtran_userlist_type;
参数
说明
DBTRAN_INCLUDE_ALL 包括所有用户的操作。
DBTRAN_INCLUDE_SOME 只包括所提供用户列表中用户的操作。
DBTRAN_EXCLUDE_SOME 排除所提供用户列表中用户进行的操作。
另请参见