class %CSP.UI.SQL.USER
extends %RegisteredObject, %CSP.Page
This class is used internally by Caché. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.
Super class Storeing methods and queries common to SQL Manager GUI.
parameter sBase = ",,,,,,,,,,,,,,,,,,,,,,,";
Base value for saving privileges
parameter sWarning = " You may not have privilege to perform this operation.";
classmethod DrawArrows()
Draw arraws between Available and Selected list boxes.
Generic method used by other wizards
classmethod DrawTabStyle()
Draws Style for Tabs
classmethod DrawUpArrows()
Draw up and down arraws next to the Selected list box
Generic method used by other wizards
classmethod GetRoles(SYSOBJ, NullRoles, MatchRoles)
Return roles that should be loaded
classmethod GetUserInfo(Username As %String, ByRef NAME As %String, ByRef TYPE As %Library.String, ByRef x As %Library.String)
Get user/role definition info from user/role name given.