Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

EMS.SQLSecurityMessage

class EMS.SQLSecurityMessage extends EMS.MessageContent

EMS.SQLSecurityMessage is used to transmit SQL Security updates originating from the Enterprise Manager distributed SQL Security API. 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."

Property Inventory

Properties

property Commands as array of %String);
Property methods: CommandsBuildValueArray(), CommandsCollectionToDisplay(), CommandsCollectionToOdbc(), CommandsDisplayToCollection(), CommandsDisplayToLogical(), CommandsGet(), CommandsGetObject(), CommandsGetObjectId(), CommandsGetSwizzled(), CommandsIsValid(), CommandsLogicalToDisplay(), CommandsLogicalToOdbc(), CommandsNormalize(), CommandsOdbcToCollection(), CommandsSet(), CommandsSetObject(), CommandsSetObjectId()
property IssuingUser as %String;
Property methods: IssuingUserDisplayToLogical(), IssuingUserGet(), IssuingUserIsValid(), IssuingUserLogicalToDisplay(), IssuingUserLogicalToOdbc(), IssuingUserNormalize(), IssuingUserSet()
property Namespace as %String;
Property methods: NamespaceDisplayToLogical(), NamespaceGet(), NamespaceIsValid(), NamespaceLogicalToDisplay(), NamespaceLogicalToOdbc(), NamespaceNormalize(), NamespaceSet()
property NumberOfCommands as %Integer [ InitialExpression = 1 ];
Property methods: NumberOfCommandsDisplayToLogical(), NumberOfCommandsGet(), NumberOfCommandsIsValid(), NumberOfCommandsLogicalToDisplay(), NumberOfCommandsNormalize(), NumberOfCommandsSet(), NumberOfCommandsXSDToLogical()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab