persistent class %Dictionary.CompiledQuery
extends %Persistent, %Dictionary.CompiledQueryQuery
parameter SQLENABLED = 1;
property Cardinality
as %Integer;
Cardinality
property ClientInfo
as %RawString;
ClientInfo
property ClientName
as %RawString;
An alias used by client projections of this query.
property ColCaptions
as %RawString;
ColCaptions
property ColNames
as %RawString;
ColNames
property CompilerGenerated
as %Boolean;
CompilerGenerated
property Deprecated
as %Boolean;
True if this query is deprecated.
property Description
as %RawString;
Specifies a description of the query.
property ExtendedInfo
as %RawString;
ExtendedInfo
property Final
as %Boolean;
Specifies that subclasses cannot override the definition of the query.
property FormalSpec
as %RawString;
Specifies the list of arguments passed to the Execute method. Each argument is of the format [&|*]<name>[:<type>][=<default>] where & means pass-by-reference and * means output-only.
property FormalSpecParsed
as %RawString;
FormalSpecParsed
property Id
as %Integer;
Id
property InheritedId
as %Boolean;
InheritedId
property Internal
as %Boolean;
If true, then do not display this item in automatic documentation.
property KeywordError
as %Boolean;
KeywordError
property KeywordModified
as %Boolean;
KeywordModified
relationship Methods
as %Dictionary.CompiledQueryMethod [ Inverse = parent,Cardinality = children ];
Method
property Name
as %Dictionary.Identifier [ Required ];
The name of the query.
property NotInheritable
as %Boolean;
Deprecated
property Origin
as %RawString;
Origin
property Parameters
as array of %RawString;
Parameter
property ParmNames
as %RawString;
ParmNames
property Private
as %Boolean;
Deprecated.
property SequenceNumber
as %Integer;
SequenceNumber
property SoapBindingStyle
as %RawString;
Specifies what type of SOAP invocation is used for a web method. This keyword is ignored for non-web methods.
property SoapBodyUse
as %RawString;
Specifies what kind of SOAP encoding is used for the inputs and outputs of a web method. This keyword is ignored for non-web methods.
property SoapNameSpace
as %RawString;
Specifies the namespace at the binding operation level in the WSDL. Applies only in a class that is defined as a web service or web client.
property SqlName
as %RawString;
If this query is projected as an SQL stored procedure, then this name is used as the name of the stored procedure.
property SqlProc
as %Boolean;
Specifies that the query can be invoked as an SQL stored procedure.
property SqlQuery
as %RawString;
Specifies an SQL statement to be used for an SQL-based query.
property SqlQueryGen
as %RawString;
SqlQueryGen
property SqlView
as %Boolean;
Specifies whether to project this query as an SQL View.
property SqlViewName
as %RawString;
Specifies an SQL alias for the view projected from this query.
property Type
as %Dictionary.Classname;
Specifies the Query class used to provide the implementation of the query interface.
property UserActualType
as %RawString;
UserActualType
property WebMethod
as %Boolean;
description=Specifies that this query can be invoked using the SOAP protocol.
relationship parent
as %Dictionary.CompiledClass [ Inverse = Queries,Cardinality = parent ];
Pointer to the containing parent object
classmethod %Exists(oid As %ObjectIdentity)
as %Boolean
Checks to see if the object identified by the OID oid exists in the extent.
Returns %Boolean TRUE if it exists, FALSE if it does not.
classmethod %LockId(id As %String, shared As %Boolean = 0, timeout As %Integer)
as %Status
Obtain an exclusive or shared lock on the object identified by id. The type
of lock obtained is determined by shared. This method is normally generated by
the storage class for persistent classes using %Storage.Persistent or %Storage.SQL.
classmethod %UnlockId(id As %String, shared As %Boolean = 0, immediate As %Boolean = 0)
as %Status
Release an exclusive or shared lock on the object identified by id. The type
of lock released is determined by shared. If this method is not overridden
then the default implementation returns an error. This method is normally generated by
the storage class for persistent classes using %Storage.Persistent or %Storage.SQL.
method ClientNameIsDefined()
as %Boolean
method ClientNameReset()
method ClientNameSet(value As %String = "")
as %Status
This is a Set accessor method for the ClientName property.
method DeprecatedIsDefined()
as %Boolean
method DeprecatedReset()
method DeprecatedSet(value As %String = "")
as %Status
This is a Set accessor method for the Deprecated property.
method DescriptionIsDefined()
as %Boolean
method DescriptionReset()
method DescriptionSet(value As %String = "")
as %Status
This is a Set accessor method for the Description property.
method FinalIsDefined()
as %Boolean
method FinalReset()
method FinalSet(value As %String = "")
as %Status
This is a Set accessor method for the Final property.
method FormalSpecIsDefined()
as %Boolean
method FormalSpecReset()
method FormalSpecSet(value As %String = "")
as %Status
This is a Set accessor method for the FormalSpec property.
method InternalIsDefined()
as %Boolean
method InternalReset()
method InternalSet(value As %String = "")
as %Status
This is a Set accessor method for the Internal property.
method NameIsDefined()
as %Boolean
method NameReset()
method NameSet(value As %String = "")
as %Status
This is a Set accessor method for the Name property.
method NotInheritableIsDefined()
as %Boolean
method NotInheritableReset()
method NotInheritableSet(value As %String = "")
as %Status
This is a Set accessor method for the NotInheritable property.
method PrivateIsDefined()
as %Boolean
method PrivateReset()
method PrivateSet(value As %String = "")
as %Status
This is a Set accessor method for the Private property.
method SequenceNumberIsDefined()
as %Boolean
method SequenceNumberReset()
method SequenceNumberSet(value As %String = "")
as %Status
This is a Set accessor method for the SequenceNumber property.
method SoapBindingStyleIsDefined()
as %Boolean
method SoapBindingStyleReset()
method SoapBindingStyleSet(value As %String = "")
as %Status
This is a Set accessor method for the SoapBindingStyle property.
method SoapBodyUseIsDefined()
as %Boolean
method SoapBodyUseReset()
method SoapBodyUseSet(value As %String = "")
as %Status
This is a Set accessor method for the SoapBodyUse property.
method SoapNameSpaceIsDefined()
as %Boolean
method SoapNameSpaceReset()
method SoapNameSpaceSet(value As %String = "")
as %Status
This is a Set accessor method for the SoapNameSpace property.
method SqlNameIsDefined()
as %Boolean
method SqlNameReset()
method SqlNameSet(value As %String = "")
as %Status
This is a Set accessor method for the SqlName property.
method SqlProcIsDefined()
as %Boolean
method SqlProcReset()
method SqlProcSet(value As %String = "")
as %Status
This is a Set accessor method for the SqlProc property.
method SqlQueryIsDefined()
as %Boolean
method SqlQueryReset()
method SqlQuerySet(value As %String = "")
as %Status
This is a Set accessor method for the SqlQuery property.
method SqlViewIsDefined()
as %Boolean
method SqlViewNameIsDefined()
as %Boolean
method SqlViewNameReset()
method SqlViewNameSet(value As %String = "")
as %Status
This is a Set accessor method for the SqlViewName property.
method SqlViewReset()
method SqlViewSet(value As %String = "")
as %Status
This is a Set accessor method for the SqlView property.
method TypeIsDefined()
as %Boolean
method TypeReset()
method TypeSet(value As %String = "")
as %Status
This is a Set accessor method for the Type property.
method WebMethodIsDefined()
as %Boolean
method WebMethodReset()
method WebMethodSet(value As %String = "")
as %Status
This is a Set accessor method for the WebMethod property.
classmethod parentOnDelete(id As %String, concurrency As %Integer)
as %Status
index (IDKEY on Name) [IdKey];
trigger OnDelete
(BEFORE event DELETE)trigger OnInsertUpdate
(BEFORE event INSERT/UPDATE)