%Library.QueryDefinition
persistent class %Library.QueryDefinition extends %Library.AbstractDefinition
SQL Table Name: %Library.QueryDefinition
Note: The class definition classes in the %Library package have been superceded by those in the %Dictionary package.This class represents a specific class query description for a class contained within the Caché Dictionary.
For more information on class definition classes, refer to About Class Definition Classes.
Property Inventory
- ClassName
- Description
- FormalSpec
- Internal
- Name
- Parameters
- SQLName
- SQLProc
- SQLQuery
- SQLView
- SQLViewName
- SequenceNumber
- Type
Properties
property ClassName as %CacheString;
A string containing the name of the class the query belongs to.
Property methods: ClassNameGet(), ClassNameIsValid(), ClassNameSet()
property Description as %CacheString;
A string containing the description of the query.
Property methods: DescriptionGet(), DescriptionIsValid(), DescriptionSet()
property FormalSpec as %CacheString;
A string containing the list of arguments for the query. These are
the arguments passed via the Execute() method of the
%ResultSet class.
Property methods: FormalSpecGet(), FormalSpecIsValid(), FormalSpecSet()
property Internal as %CacheString;
A flag indicating whether the query is internal (1) or not (0).
Property methods: InternalGet(), InternalIsValid(), InternalSet()
property Name as %CacheString;
A string containing the name of the query.
Property methods: NameGet(), NameIsValid(), NameSet()
property Parameters as array of %CacheString;
An array containing any parameter definitions for the query. The array
keys are the parameter names and the array values are the parameter values.
Property methods: ParametersBuildValueArray(), ParametersCollectionToDisplay(), ParametersCollectionToOdbc(), ParametersDisplayToCollection(), ParametersGet(), ParametersGetObject(), ParametersGetObjectId(), ParametersGetSwizzled(), ParametersIsValid(), ParametersOdbcToCollection(), ParametersSet(), ParametersSetObject(), ParametersSetObjectId()
property SQLName as %CacheString;
A string containing the SQL procedure name of the query.
Property methods: SQLNameGet(), SQLNameIsValid(), SQLNameSet()
property SQLProc as %CacheString;
A flag indicating whether the query is projected as an SQL stored procedure (1) or not (0).
Property methods: SQLProcGet(), SQLProcIsValid(), SQLProcSet()
property SQLQuery as %CacheString;
The SQL statements to implement this query.
Property methods: SQLQueryGet(), SQLQueryIsValid(), SQLQuerySet()
property SQLView as %CacheString;
A flag indicating whether the query is projected as an SQL view (1) or not (0).
Property methods: SQLViewGet(), SQLViewIsValid(), SQLViewSet()
property SQLViewName as %CacheString;
If the query is projected as an SQL view, this is a string containing the name of the SQL view.
Property methods: SQLViewNameGet(), SQLViewNameIsValid(), SQLViewNameSet()
property SequenceNumber as %CacheString;
Sequence number used to determine order of this item in Studio editor and in XML export format.
Property methods: SequenceNumberGet(), SequenceNumberIsValid(), SequenceNumberSet()
property Type as %CacheString;
A string containing the name of the class used for the implementation of the query.
Property methods: TypeGet(), TypeIsValid(), TypeSet()
Indexes
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BuildIndices()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- GetTransientState()
- SetTransientState()
- lb()
- li()
- ll()
Storage
Gray indicates storage defined by superclasses.
Storage Model: CacheStorage (%Library.AbstractDefinition)
^%Library.AbstractDefinitionD(ID) | = | %%CLASSNAME
|