com.espertech.esper.epl.table.mgmt
Class TableColumnDescTyped

java.lang.Object
  extended by com.espertech.esper.epl.table.mgmt.TableColumnDesc
      extended by com.espertech.esper.epl.table.mgmt.TableColumnDescTyped

public class TableColumnDescTyped
extends TableColumnDesc


Constructor Summary
TableColumnDescTyped(int positionInDeclaration, java.lang.String columnName, java.lang.Object unresolvedType, boolean key)
           
 
Method Summary
 java.lang.Object getUnresolvedType()
           
 boolean isKey()
           
 
Methods inherited from class com.espertech.esper.epl.table.mgmt.TableColumnDesc
getColumnName, getPositionInDeclaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableColumnDescTyped

public TableColumnDescTyped(int positionInDeclaration,
                            java.lang.String columnName,
                            java.lang.Object unresolvedType,
                            boolean key)
Method Detail

getUnresolvedType

public java.lang.Object getUnresolvedType()

isKey

public boolean isKey()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com