DocBook|Search
Class Reference
%CSP.DwxQuery
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%CSP] >  [DwxQuery]
Private  Storage  

class %CSP.DwxQuery extends %RegisteredObject

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.

This class works in conjunction with the CacheDWX.dll and provides server-side queries for the Caché DreamWeaver integration.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5


Summary

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject CSPListClose CSPListExecute CSPListFetch
ClassListClose ClassListExecute ClassListFetch ClassQueryListClose
ClassQueryListExecute ClassQueryListFetch MemberListClose MemberListExecute
MemberListFetch QueryColumnListClose QueryColumnListExecute QueryColumnListFetch


Queries

• query CSPList()
Selects PageName As %String, PageType As %String
Get list of CSP pages.
• query ClassList()
Selects ID As %String, ClassName As %String
Get list of classes.
• query ClassQueryList()
Selects ID As %String, ClassName As %String
Get list of classes.
• query MemberList(class As %String)
Selects ID As %String, MemberName As %String
Get list of members that can be used by Wizard for a specific class.
• query QueryColumnList(class As %String)
Selects ColumnName As %String
Get list of columns that can be used by Wizard for a specific query.