class %CSP.UI.Component.SQLTables
extends %ZEN.Component.component, %CSP.UI.Component.SelectBoxUtils
Component for editing SQL Tables, Views, Procedures, and ML Configurations on the User and Role edit pages
method %DrawHTML()
The %DrawHTML method draws the initial HTML for this component.
classmethod BuildLine(tVal As %String, nPrivilegesLen As %Integer)
classmethod RevokeRow(NAMESPACE, Grantee, cbState, sActs, tab, sType, GrantedBy)
as %String
[ ZenMethod ]
classmethod SetIncludeSystem(newVal As %Integer)
[ ZenMethod ]
method changeNS(sel)
[ Language = javascript ]
method changeSysItems(chbox)
[ Language = javascript ]
method doLaunchColumns(PID, objName)
[ Language = javascript ]
method doLaunchMLConfigurations(PID, objName, objPriv)
[ Language = javascript ]
method doLaunchSchemas(PID, objName, objPriv)
[ Language = javascript ]
method doRevokeObj(PID, tblname, grantedby)
[ Language = javascript ]
method gotoPage(pageNo)
[ Language = javascript ]
Navigate to a requested page in a multi-page resultset. If the requested page is out of the actual page
range, it will automatically be reset to reuqest the first or lastreal page.
method nextPage()
[ Language = javascript ]
Navigate to the next page of results
method prevPage()
[ Language = javascript ]
Navigate to the previous page of results