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 Server - Programming » SQL Anywhere Database Tools Interface » Database tools interface » DBTools enumeration types

 

dbtran_userlist_type enumeration

The type of a user list, as used by an a_translate_log structure.

Syntax
typedef enum dbtran_userlist_type {
    DBTRAN_INCLUDE_ALL,
    DBTRAN_INCLUDE_SOME,
    DBTRAN_EXCLUDE_SOME
} dbtran_userlist_type;
Parameters
Value Description
DBTRAN_INCLUDE_ALL Include operations from all users.
DBTRAN_INCLUDE_SOME Include operations only from the users listed in the supplied user list.
DBTRAN_EXCLUDE_SOME Exclude operations from the users listed in the supplied user list.
See also