Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

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