HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: //usr/share/mof/cimv2.33.0/Database/CIM_SqlObjectForDatabase.mof
// Copyright (c) 2006 DMTF.  All rights reserved.
// <change cr="DBCR00030" type ="add">Add top level relational model
// support to the database model.</change>
// <change cr="DBCR00032" type ="add">Correct SQL model
// associations.</change>
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// ===================================================================
// CIM_SqlObjectForDatabase
// ===================================================================
   [Association, Experimental, Version ( "2.12.0" ), 
    UMLPackagePath ( "CIM::Database::Sql" ), 
    Description ( 
       "The SqlObjectForDatabase association identifies a set of "
       "SQLObjects that belong to the database." )]
class CIM_SqlObjectForDatabase : CIM_Dependency {

      [Override ( "Antecedent" ), 
       Min ( 1 ), 
       Max ( 1 ), 
       Description ( 
          "Identifies the database to which this SQL object belongs." )]
   CIM_CommonDatabase REF Antecedent;

      [Override ( "Dependent" ), 
       Min ( 0 ), 
       Description ( 
          "Identifies a set of SQL objects that belong to the "
          "particular database." )]
   CIM_SqlObject REF Dependent;


};