railo.runtime.sql.exp
Interface Column

All Superinterfaces:
Expression
All Known Implementing Classes:
ColumnExpression

public interface Column
extends Expression


Method Summary
 String getColumn()
           
 int getColumnIndex()
           
 String getFullName()
           
 String getTable()
           
 Object getValue(Query qry, int row)
           
 Object getValue(Query qry, int row, Object defaultValue)
           
 boolean hasBracked()
           
 void hasBracked(boolean b)
           
 
Methods inherited from interface railo.runtime.sql.exp.Expression
getAlias, getIndex, hasAlias, hasIndex, isDirectionBackward, setAlias, setDirectionBackward, setIndex, toString
 

Method Detail

getFullName

String getFullName()

getColumn

String getColumn()

getTable

String getTable()

hasBracked

boolean hasBracked()

hasBracked

void hasBracked(boolean b)

getColumnIndex

int getColumnIndex()

getValue

Object getValue(Query qry,
                int row)
                throws PageException
Throws:
PageException

getValue

Object getValue(Query qry,
                int row,
                Object defaultValue)


Copyright © 2012 Railo