| java.lang.Object | 
    
    
    
        
            |    ↳ | 
         	
        vars.query.ui.db.AbstractQueryExecutor | 
    
    
   Known Direct Subclasses
  
 | 
Class Overview
Query's are built from the UI components. This class encapsulates the database queries
 and returns a org.mbari.sql.QueryResults object with the results based on the
 UI's settings.
 
Summary
| 
  [Expand]
   Inherited Methods  | 
   
From class
  java.lang.Object
  
   
  
    
    
	 
    
        | 
            
            
            
            
            
            Object
         | 
        
        clone()
        
   |  
	 
    
        | 
            
            
            
            
            
            boolean
         | 
        
        equals(Object arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        finalize()
        
   |  
	 
    
        | 
            
            
            final
            
            
            Class<?>
         | 
        
        getClass()
        
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        hashCode()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notify()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notifyAll()
        
   |  
	 
    
        | 
            
            
            
            
            
            String
         | 
        
        toString()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0, int arg1)
        
   |  
 
   
 
 | 
   
From interface
  vars.query.ui.db.QueryExecutor
 | 
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      AbstractQueryExecutor
      (Collection<ConceptConstraints> conceptConstraints, Collection<ValuePanel> valuePanels, boolean allInterpretations, boolean allAssociations)
    
      
    
 
Public Methods
 
    
      
        public 
         
         
         
         
        boolean
      
      isAllAssociations
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        boolean
      
      isAllInterpretations
      ()