Name

USER_SET_QUALIFIER — Change the default catalog (qualifier/database) of a user account.

Synopsis

USER_SET_QUALIFIER ( in name varchar ,
in qual varchar );

Description

This function is used to change the default catalog (qualifier/database) of a given user account.

Parameters

name

A string containing the name of the user account.

qual

A string containing the initial default qualifier of the session after a SQL client login.

Return Types

None