class %CSP.UI.SQL.QueryBuilderWindow
extends %CSP.Util.AutoPagePopup
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.
Popup window that display an SQL Query builder form.
parameter PAGENAME = "SQL Query Builder";
Name of this page
parameter USENAMESPACE = 1;
If true, this page changes namespace
classmethod GetDetailPane(pInstance As PageInstance)
as Pane
Get the details pane info object
classmethod OnDefineButtons(ByRef pButtons As %CSP.Util.FormButton)
Define buttons displayed in footer bar