isql
Class ISQLSelectParser.TableColumnSubExpression

java.lang.Object
  extended by isql.ISQLSelectParser.SubExpression
      extended by isql.ISQLSelectParser.TableColumnSubExpression
Enclosing class:
ISQLSelectParser

public static class ISQLSelectParser.TableColumnSubExpression
extends ISQLSelectParser.SubExpression


Constructor Summary
ISQLSelectParser.TableColumnSubExpression(ISQLSelectParser.TableColumn tableColumn)
           
 
Method Summary
 ISQLSelectParser.TableColumn getTableColumn()
           
 
Methods inherited from class isql.ISQLSelectParser.SubExpression
getUnaryOperator, setUnaryOperator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISQLSelectParser.TableColumnSubExpression

public ISQLSelectParser.TableColumnSubExpression(ISQLSelectParser.TableColumn tableColumn)
Method Detail

getTableColumn

public ISQLSelectParser.TableColumn getTableColumn()