Detailed Description
Constructor & Destructor Documentation
      
        
          | __construct | ( |  | $query = NULL, | 
        
          |  |  | array | $values = NULL | 
        
          |  | ) |  |  | 
      
 
Constructor 
- Parameters:
- 
  
    | string | $query | initial query string, optional, default NULL |  | array | $values | initial values associative array, optional, default NULL |  
 
Implemented in Query.
 
 
Member Function Documentation
Adds query object to current query object 
- Parameters:
- 
  
    | IDBQuery | $query | object to add |  
 
Implemented in Query.
 
 
      
        
          | addString | ( |  | $query, | 
        
          |  |  |  | $hintSpace = TRUE | 
        
          |  | ) |  |  | 
      
 
Adds string to query object 
- Parameters:
- 
  
    | string | $query | string to add |  |  | $hintSpace | hints use of space prior to appending, optional, default TRUE |  
 
Implemented in Query.
 
 
      
        
          | addValues | ( | array | $values | ) |  | 
      
 
Adds values array to query object 
- Parameters:
- 
  
    | array | $values | array to append |  
 
Implemented in Query.
 
 
Sets string query value 
- Parameters:
- 
  
    | string | $query | string to set |  
 
Implemented in Query.
 
 
The documentation for this interface was generated from the following file: