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

Diff for /pegasus/src/Pegasus/CQL/CQLSelectStatement.h between version 1.11 and 1.12

version 1.11, 2008/02/06 20:27:08 version 1.12, 2008/02/08 19:24:20
Line 60 
Line 60 
     /**     /**
       Constructs a CQLSelectStatement default object.       Constructs a CQLSelectStatement default object.
  
       @param  - None.  
       @return - None.  
       @throw  - None.  
   
       <I><B>Experimental Interface</B></I><BR>       <I><B>Experimental Interface</B></I><BR>
     */     */
     CQLSelectStatement();     CQLSelectStatement();
Line 74 
Line 70 
       @param  inQlang - String containing the language of the query.       @param  inQlang - String containing the language of the query.
       @param  inQuery - String containing the query.       @param  inQuery - String containing the query.
       @param  inCtx - Context in which the select statement is running.       @param  inCtx - Context in which the select statement is running.
       @return - None.  
       @throw  - None.  
  
       <I><B>Experimental Interface</B></I><BR>       <I><B>Experimental Interface</B></I><BR>
     */     */
     CQLSelectStatement(String& inQlang,      CQLSelectStatement(
                        String& inQuery,          const String& inQlang,
                        QueryContext& inCtx);          const String& inQuery,
           const QueryContext& inCtx);
  
     /**     /**
       Constructs a CQLSelectStatement object.       Constructs a CQLSelectStatement object.
  
       @param  inQlang - String containing the language of the query.       @param  inQlang - String containing the language of the query.
       @param  inQuery - String containing the query.       @param  inQuery - String containing the query.
       @return - None.  
       @throw  - None.  
  
       <I><B>Experimental Interface</B></I><BR>       <I><B>Experimental Interface</B></I><BR>
     */     */
     CQLSelectStatement(String& inQLang, String& inQuery);      CQLSelectStatement(
           const String& inQlang,
           const String& inQuery);
  
     /**     /**
       Copy constructs a CQLSelectStatement object.       Copy constructs a CQLSelectStatement object.
  
       @param  statement - CQLSelectStatement to be copied.       @param  statement - CQLSelectStatement to be copied.
       @return - None.  
       @throw  - None.  
  
       <I><B>Experimental Interface</B></I><BR>       <I><B>Experimental Interface</B></I><BR>
     */     */
Line 109 
Line 102 
     /**     /**
       Destructs a CQLSelectStatement object.       Destructs a CQLSelectStatement object.
  
       @param  - None.  
       @return - None.  
       @throw  - None.  
   
       <I><B>Experimental Interface</B></I><BR>       <I><B>Experimental Interface</B></I><BR>
     */     */
     ~CQLSelectStatement();     ~CQLSelectStatement();


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2