📄 validateproperties.query.resgood
字号:
Using root/SampleProvider as default namespace.======Validate Properties Results=============================================0SELECT NonExistent FROM CQL_TestElement -----The property NonExistent does not exist on class CQL_TestElement.======================================1SELECT * FROM CQL_TestElement WHERE NonExistent = 3-----The property NonExistent does not exist on class CQL_TestElement.======================================2SELECT PropertyString FROM CQL_TestElement -----The property PropertyString does not exist on class CQL_TestElement.======================================3SELECT * FROM CQL_TestElement WHERE PropertyString = 'abc'-----The property PropertyString does not exist on class CQL_TestElement.======================================4SELECT InstanceID,NotThere FROM CQL_TestElement -----The property NotThere does not exist on class CQL_TestElement.======================================5SELECT NotThere1,NotThere2 FROM CQL_TestElement -----The property NotThere1 does not exist on class CQL_TestElement.======================================6SELECT * FROM CQL_TestElement WHERE InstanceID = 3 AND NotThere = 'abc'-----The property NotThere does not exist on class CQL_TestElement.======================================7SELECT InstanceID FROM CQL_TestElement ----- validate ok======================================8SELECT * FROM CQL_TestElement WHERE InstanceID = 3----- validate ok======================================9SELECT InstanceID FROM CQL_TestPropertyTypes ----- validate ok======================================10SELECT * FROM CQL_TestPropertyTypes WHERE InstanceID = 3----- validate ok======================================11SELECT CQL_NonExistent.InstanceID FROM CQL_TestElement -----The identifier InstanceID of CQL_TestElement.CQL_NonExistent.InstanceID must use the scope operator.======================================12SELECT * FROM CQL_TestElement WHERE CQL_NonExistent.InstanceID = 3-----The identifier InstanceID of CQL_TestElement.CQL_NonExistent.InstanceID must use the scope operator.======================================13SELECT CQL_TestElement.InstanceID FROM CQL_TestElement ----- validate ok======================================14SELECT * FROM CQL_TestElement WHERE CQL_TestElement.InstanceID = 3----- validate ok======================================15SELECT alias.InstanceID FROM CQL_TestElement AS alias ----- validate ok======================================16SELECT * FROM CQL_TestElement AS alias WHERE alias.InstanceID = 3----- validate ok======================================17SELECT CQL_TestElement.NotThere FROM CQL_TestElement -----The property NotThere does not exist on class CQL_TestElement.======================================18SELECT * FROM CQL_TestElement WHERE CQL_TestElement.NotThere = 3-----The property NotThere does not exist on class CQL_TestElement.======================================19SELECT alias.NotThere FROM CQL_TestElement AS alias -----The property NotThere does not exist on class CQL_TestElement.======================================20SELECT * FROM CQL_TestElement AS alias WHERE alias.NotThere = 3-----The property NotThere does not exist on class CQL_TestElement.======================================21SELECT CQL_NotThere::someprop FROM CQL_TestElement -----The class CQL_NotThere does not exist.======================================22SELECT CQL_TestElement.CQL_NotThere::someprop FROM CQL_TestElement -----The class CQL_NotThere does not exist.======================================23SELECT alias.CQL_NotThere::someprop FROM CQL_TestElement AS alias -----The class CQL_NotThere does not exist.======================================24SELECT CIM_ComputerSystem::EnabledState FROM CQL_TestElement -----The class CIM_ComputerSystem is not a superclass, subclass, or the same class as CQL_TestElement.======================================25SELECT CQL_TestElement.CIM_ComputerSystem::EnabledState FROM CQL_TestElement AS alias -----The class CIM_ComputerSystem is not a superclass, subclass, or the same class as CQL_TestElement.======================================26SELECT alias.CIM_ComputerSystem::EnabledState FROM CQL_TestElement AS alias -----The class CIM_ComputerSystem is not a superclass, subclass, or the same class as CQL_TestElement.======================================27SELECT CQL_TestElement::InstanceID FROM CQL_TestPropertyTypes ----- validate ok======================================28SELECT CQL_TestPropertyTypes.CQL_TestElement::InstanceID FROM CQL_TestPropertyTypes ----- validate ok======================================29SELECT alias.CQL_TestElement::InstanceID FROM CQL_TestPropertyTypes AS alias ----- validate ok======================================30SELECT CQL_TestPropertyTypes::InstanceID FROM CQL_TestPropertyTypes ----- validate ok======================================31SELECT CQL_TestPropertyTypes.CQL_TestPropertyTypes::InstanceID FROM CQL_TestPropertyTypes ----- validate ok======================================32SELECT alias.CQL_TestPropertyTypes::InstanceID FROM CQL_TestPropertyTypes AS alias ----- validate ok======================================33SELECT CQL_TestPropertyTypes::PropertyString FROM CQL_TestPropertyTypes ----- validate ok======================================34SELECT CQL_TestPropertyTypes.CQL_TestPropertyTypes::PropertyString FROM CQL_TestPropertyTypes ----- validate ok======================================35SELECT alias.CQL_TestPropertyTypes::PropertyString FROM CQL_TestPropertyTypes AS alias ----- validate ok======================================36SELECT alias::InstanceID FROM CQL_TestPropertyTypes AS alias ----- validate ok======================================37SELECT CQL_TestPropertyTypes.alias::InstanceID FROM CQL_TestPropertyTypes AS alias ----- validate ok======================================38SELECT alias.alias::InstanceID FROM CQL_TestPropertyTypes AS alias ----- validate ok======================================39SELECT alias::PropertyString FROM CQL_TestPropertyTypes AS alias ----- validate ok======================================40SELECT CQL_TestPropertyTypes.alias::PropertyString FROM CQL_TestPropertyTypes AS alias ----- validate ok======================================41SELECT alias.alias::PropertyString FROM CQL_TestPropertyTypes AS alias ----- validate ok======================================42SELECT CQL_TestPropertyTypes::InstanceID FROM CQL_TestElement ----- validate ok======================================43SELECT CQL_TestElement.CQL_TestPropertyTypes::InstanceID FROM CQL_TestElement ----- validate ok======================================44SELECT alias.CQL_TestPropertyTypes::InstanceID FROM CQL_TestElement AS alias ----- validate ok======================================45SELECT CQL_TestPropertyTypes::PropertyString FROM CQL_TestElement ----- validate ok======================================46SELECT CQL_TestElement.CQL_TestPropertyTypes::PropertyString FROM CQL_TestElement ----- validate ok======================================47SELECT alias.CQL_TestPropertyTypes::PropertyString FROM CQL_TestElement AS alias ----- validate ok======================================48SELECT CQL_TestElement::PropertyString FROM CQL_TestPropertyTypes -----The property PropertyString does not exist on class CQL_TestElement.======================================49SELECT CQL_TestPropertyTypes.CQL_TestElement::PropertyString FROM CQL_TestPropertyTypes -----The property PropertyString does not exist on class CQL_TestElement.======================================50SELECT alias.CQL_TestElement::PropertyString FROM CQL_TestPropertyTypes AS alias -----The property PropertyString does not exist on class CQL_TestElement.======================================51SELECT CQL_TestElement::PropertyString FROM CQL_TestElement -----The property PropertyString does not exist on class CQL_TestElement.======================================52SELECT CQL_TestElement.CQL_TestElement::PropertyString FROM CQL_TestElement -----The property PropertyString does not exist on class CQL_TestElement.======================================53SELECT alias.CQL_TestElement::PropertyString FROM CQL_TestElement AS alias -----The property PropertyString does not exist on class CQL_TestElement.======================================54SELECT EmbObjBase.CQL_EmbeddedTestElement::CS.CIM_ComputerSystem::EnabledState,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT.*,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT.CQL_TestPropertyTypes::propertyString,EmbObjBase.CQL_EmbeddedTestElement::SomeString,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT.CQL_TestPropertyTypes::propertyReal64Array,EmbObjSub,EmbObjBase.CQL_EmbeddedTestElement::TE.CQL_TestElement::InstanceId,EmbObjSub.*,EmbObjSub.CQL_EmbeddedTestPropertyTypes::SomeUint8,EmbObjBase.CQL_EmbeddedTestElement::CS.CIM_ComputerSystem::Description FROM CQL_EmbeddedSubClass ----- validate ok======================================55SELECT EmbObjBase.CQL_EmbeddedTestElement::CS.CIM_ComputerSystem::EnabledState,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT.*,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT.CQL_TestPropertyTypes::propertyString,EmbObjBase.CQL_EmbeddedTestElement::SomeString,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT.CQL_NonExistent::propertyReal64Array,EmbObjSub,EmbObjBase.CQL_EmbeddedTestElement::TE.CQL_TestElement::InstanceId,EmbObjSub.*,EmbObjSub.CQL_EmbeddedTestPropertyTypes::SomeUint8,EmbObjBase.CQL_EmbeddedTestElement::CS.CIM_ComputerSystem::Description FROM CQL_EmbeddedSubClass -----The class CQL_NonExistent does not exist.======================================56SELECT EmbObjBase.CQL_EmbeddedTestElement::CS.CIM_ComputerSystem::EnabledState,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT.*,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT.CQL_TestPropertyTypes::propertyString,EmbObjBase.CQL_EmbeddedTestElement::SomeString,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT.CQL_TestPropertyTypes::propertyReal64Array,EmbObjSub,EmbObjBase.CQL_EmbeddedTestElement::NotThere.CQL_TestElement::InstanceId,EmbObjSub.*,EmbObjSub.CQL_EmbeddedTestPropertyTypes::SomeUint8,EmbObjBase.CQL_EmbeddedTestElement::CS.CIM_ComputerSystem::Description FROM CQL_EmbeddedSubClass -----The property NotThere does not exist on class CQL_EmbeddedTestElement.======================================57SELECT EmbObjBase.CQL_EmbeddedTestElement::CS.CIM_ComputerSystem::EnabledState,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT.*,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT.CQL_TestPropertyTypes::propertyString,EmbObjBase.CQL_EmbeddedTestElement::SomeString,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT,EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT.CQL_TestPropertyTypes::propertyReal64Array,EmbObjSub,EmbObjBase.CQL_EmbeddedTestElement::TE.CQL_TestElement::InstanceId,EmbObjSub.*,EmbObjSub.CQL_EmbeddedTestPropertyTypes::SomeUint8.CQL_TestPropertyTypes::propertyString,EmbObjBase.CQL_EmbeddedTestElement::CS.CIM_ComputerSystem::Description FROM CQL_EmbeddedSubClass -----The property SomeUint8 must be an embedded object.======================================58SELECT * FROM CQL_EmbeddedSubClass WHERE EmbObjBase.CQL_EmbeddedTestElement::CS.CIM_ComputerSystem::EnabledState = 2 AND EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT.CQL_TestPropertyTypes::propertyString = 'abc' AND EmbObjBase.CQL_EmbeddedTestElement::SomeString = 'abc' AND EmbObjBase.CQL_EmbeddedTestElement::TE.CQL_TestElement::InstanceId = 3 AND EmbObjSub.CQL_EmbeddedTestPropertyTypes::SomeUint8 = 3 AND EmbObjBase.CQL_EmbeddedTestElement::CS.CIM_ComputerSystem::Description = 'abc'----- validate ok======================================59SELECT * FROM CQL_EmbeddedSubClass WHERE EmbObjBase.CQL_EmbeddedTestElement::CS.CIM_ComputerSystem::EnabledState = 2 AND EmbObjSub.CQL_EmbeddedTestPropertyTypes::TPT.CQL_TestPropertyTypes::propertyString = 'abc' AND EmbObjBase.CQL_EmbeddedTestElement::SomeString = 'abc' AND EmbObjBase.CQL_EmbeddedTestElement::TE.CQL_TestElement::NotThere = 3 AND EmbObjSub.CQL_EmbeddedTestPropertyTypes::SomeUint8 = 3 AND EmbObjBase.CQL_EmbeddedTestElement::CS.CIM_ComputerSystem::Description = 'abc'-----The property NotThere does not exist on class CQL_TestElement.======================================60SELECT * FROM CQL_TestPropertyTypes WHERE CQL_TestPropertyTypes ISA CQL_NonExistent-----The class CQL_NonExistent does not exist.======================================61SELECT * FROM CQL_TestPropertyTypes WHERE CQL_TestPropertyTypes ISA CQL_TestElement----- validate ok======================================62SELECT * FROM CQL_TestPropertyTypes WHERE CQL_TestPropertyTypes ISA CQL_TestElement AND CQL_TestPropertyTypes.BogusProperty ISA CQL_TestElement-----The property BogusProperty does not exist on class CQL_TestPropertyTypes.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -