IColumnExpression
            
            extends
                            IExpression                    
                
            in
            
        
    
        
        
    Tags
Table of Contents
Constants
- TYPE_CASE_EXPRESSION = 1
- TYPE_COLUMN_EXPRESSION = 2
- TYPE_CONDITIONAL_EXPRESSION = 3
- TYPE_DATETIME_EXPRESSION = 4
- TYPE_FUNCTION_EXPRESSION = 5
- TYPE_INTERVAL_EXPRESSION = 6
- TYPE_NUMERIC_EXPRESSION = 6
- TYPE_STRING_EXPRESSION = 7
Methods
- getClause() : IClause
- Gets the instance of the clause this expression is contained in
- getColumn() : IColumn
- getColumnName() : string
- getTable() : ITable
- getTableName() : string
Constants
TYPE_CASE_EXPRESSION
    public
        mixed
    TYPE_CASE_EXPRESSION
    = 1
    
    
    
TYPE_COLUMN_EXPRESSION
    public
        mixed
    TYPE_COLUMN_EXPRESSION
    = 2
    
    
    
TYPE_CONDITIONAL_EXPRESSION
    public
        mixed
    TYPE_CONDITIONAL_EXPRESSION
    = 3
    
    
    
TYPE_DATETIME_EXPRESSION
    public
        mixed
    TYPE_DATETIME_EXPRESSION
    = 4
    
    
    
TYPE_FUNCTION_EXPRESSION
    public
        mixed
    TYPE_FUNCTION_EXPRESSION
    = 5
    
    
    
TYPE_INTERVAL_EXPRESSION
    public
        mixed
    TYPE_INTERVAL_EXPRESSION
    = 6
    
    
    
TYPE_NUMERIC_EXPRESSION
    public
        mixed
    TYPE_NUMERIC_EXPRESSION
    = 6
    
    
    
TYPE_STRING_EXPRESSION
    public
        mixed
    TYPE_STRING_EXPRESSION
    = 7
    
    
    
Methods
getClause()
Gets the instance of the clause this expression is contained in
    public
                    getClause() : IClause
    Return values
IClausegetColumn()
    public
                    getColumn() : IColumn
    Return values
IColumngetColumnName()
    public
                    getColumnName() : string
    Return values
stringgetTable()
    public
                    getTable() : ITable
    Return values
ITablegetTableName()
    public
                    getTableName() : string