(file) Return to CQLSelectStatement.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / CQL

 1 humberto 1.1.2.1 #include "CQLSelectStatement.h"
 2                  
 3                  PEGASUS_NAMESPACE_BEGIN
 4                  
 5                  //##ModelId=40D9CF6C0307
 6                  CQLSelectStatement::CQLSelectStatement(String inQlang, String inQuery, QueryContext& inCtx):
 7                  SelectStatement(inQlang, inQuery, inCtx)
 8                  {
 9                  }
10                  
11                  //##ModelId=40D9CF4B01C0
12                  Boolean CQLSelectStatement::evaluate(CIMInstance const inCI)
13                  {
14                     return false;
15                  }
16                  
17                  //##ModelId=40D9CF5000C3
18                  Array<CIMInstance> CQLSelectStatement::executeQuery(Array<CIMInstance> inCIMInstanceArray) throw(Exception)
19                  {
20                     Array<CIMInstance> arr;
21                     return arr;
22 humberto 1.1.2.1 }
23                  
24                  //##ModelId=40D9CF5403CC
25                  CIMInstance CQLSelectStatement::applyProjection(CIMInstance inCI) throw(Exception)
26                  {
27                     CIMInstance arr;
28                     return arr;
29                  }
30                  
31                  //##ModelId=410513ED03D0
32                  void CQLSelectStatement::validateClass(const CIMObjectPath& inClassName) throw(Exception)
33                  {
34                  }
35                  
36                  //##ModelId=40D9CF5E0054
37                  void CQLSelectStatement::validateProperties() throw(Exception)
38                  {
39                  }
40                  
41                  //##ModelId=40F43FE503C2
42                  Array<CIMObjectPath> const CQLSelectStatement::getClassPathList()
43 humberto 1.1.2.1 {
44                     Array<CIMObjectPath> arr;
45                     return arr;
46                  }
47                  
48                  //##ModelId=410512AC0316
49                  CIMPropertyList CQLSelectStatement::getPropertyList(const CIMObjectPath& inClassName)
50                  {
51                     CIMPropertyList arr;
52                     return arr;
53                  }
54                  
55                  //##ModelId=40E01E7B01EE
56                  void CQLSelectStatement::appendClassPath(const CQLIdentifier& inIdentifier)
57                  {
58                  }
59                  
60                  //##ModelId=40E0398E0346
61                  void CQLSelectStatement::setPredicate(CQLPredicate inPredicate)
62                  {
63                  }
64 humberto 1.1.2.1 
65                  //##ModelId=40E03D3A03CC
66                  void CQLSelectStatement::insertClassPathAlias(const CQLIdentifier& inIdentifier, String inAlias)
67                  {
68                  }
69                  
70                  //##ModelId=40F428D000A4
71                  void CQLSelectStatement::appendSelectIdentifier(const CQLChainedIdentifier& x)
72                  {
73                  }
74                  
75                  //##ModelId=40F42AED028E
76                  Boolean CQLSelectStatement::appendWhereIdentifier(const CQLChainedIdentifier& x)
77                  {
78                     return false;
79                  }
80                  
81                  PEGASUS_NAMESPACE_END

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2