⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 function2.query

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 QUERY
字号:
##################################### This set of queries targest a set of association instances for# CIM_RunningOS.  Specifically, these statements are testing the CQL# functions which take a CIM Reference as input.  To test these call # cqlcli like this:  # cqlcli $PEGASUS_ROOT/src/Pegasus/CQL/tests/Queries/Function2.query -test 1 -className CIM_RunningOS################################################### referencetostring#############select * FROM CIM_RunningOS where referencetostring(Dependent) = 'CIM_ComputerSystem.CreationClassName="CIM_RunningOS",Name="sysName"'############## classPath#############select * FROM CIM_RunningOS where referencetostring(classpath(Dependent)) = 'CIM_ComputerSystem'############## objectPath#############select * FROM CIM_RunningOS where referencetostring(objectpath(Dependent)) = 'CIM_ComputerSystem.CreationClassName="CIM_RunningOS",Name="sysName"'

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -