Clause Class
                        
                        
                                
                        
                                    Module: Database
                        
                        
                        
                        
                        Exposes API to deal with conditions used in query.
Item Index
Methods
Properties
- AND static
- ASC_ORDER_BY static
- Between static
- DESC_ORDER_BY static
- static
- EQUAL_TO static
- GREATER_THAN_EQUAL static
- IN static
- LESS_THAN static
- LESS_THAN_EQUAL static
- LIKE static
- NOT_EQUAL_TO static
- OR static
Methods
greaterThan
                                            
                                                    
                                                        (
                                            
                                                    
                                                        ISelect
                                                    
                                            
                                            
                                            
                                            
                                            
                                            
                                            
                                                
                                            
                                                - 
                                                                    val
Greater then condition
Parameters:
- 
                                                                    valStringValue of the condition 
Returns:
greaterThanEqual
                                            
                                                    
                                                        (
                                            
                                                    
                                                        ISelect
                                                    
                                            
                                            
                                            
                                            
                                            
                                            
                                            
                                                
                                            
                                                - 
                                                                    val
Greater than equal condition
Parameters:
- 
                                                                    valStringValue of the condition 
Returns:
lessThanEqual
                                            
                                                    
                                                        (
                                            
                                                    
                                                        ISelect
                                                    
                                            
                                            
                                            
                                            
                                            
                                            
                                            
                                                
                                            
                                                - 
                                                                    val
Less than equal condition
Parameters:
- 
                                                                    valStringValue of the condition 
Returns:
notEqualTo
                                            
                                                    
                                                        (
                                            
                                                    
                                                        ISelect
                                                    
                                            
                                            
                                            
                                            
                                            
                                            
                                            
                                                
                                            
                                                - 
                                                                    val
Not equal to condition
Parameters:
- 
                                                                    valStringValue of the condition 
Returns:
toString
                                            
                                                    ()
                                            
                                                    
                                                        
                                                    
                                            
                                            
                                            
                                            
                                            
                                            
                                            
                                                
                                            
                                                Where Clause
Returns:
Where Clause
 Siminov Hybrid
            Siminov Hybrid