butler.sql.metadata
Class VirtualColumn

java.lang.Object
  extended by butler.sql.metadata.Column
      extended by butler.sql.metadata.VirtualColumn
Direct Known Subclasses:
AttributeColumn, DurationColumn, IntervalColumn

public class VirtualColumn
extends Column

Author:
Fredrik Bertilsson

Constructor Summary
VirtualColumn(java.lang.String name)
           
VirtualColumn(java.lang.String name, Datatype datatype)
           
 
Method Summary
 boolean isPhysical()
           
 
Methods inherited from class butler.sql.metadata.Column
copy, createDatatype, eq, equals, equals, ge, get, getCaption, getColumn, getColumnSize, getCreateSQL, getDatatype, getDecimalDigits, getDefaultValue, getHelp, getLocalizableCaption, getName, getSQL, getSQL, getSQL, getTable, getTableName, getType, gt, hashCode, isEditable, isInPrimaryKey, isNullable, le, like, lt, ne, set, setCaption, setDatatype, setDefaultValue, setEditable, setInPrimaryKey, setNullable, setTable, toString, toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VirtualColumn

public VirtualColumn(java.lang.String name)
              throws java.lang.Exception
Throws:
java.lang.Exception

VirtualColumn

public VirtualColumn(java.lang.String name,
                     Datatype datatype)
              throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

isPhysical

public boolean isPhysical()
Overrides:
isPhysical in class Column