butler.ext.attribute
Class AttributeColumn

java.lang.Object
  extended by butler.sql.metadata.Column
      extended by butler.sql.metadata.VirtualColumn
          extended by butler.ext.attribute.AttributeColumn

public class AttributeColumn
extends VirtualColumn

Author:
Fredrik Bertilsson

Constructor Summary
AttributeColumn(int attrid, Datatype datatype)
           
 
Method Summary
 java.lang.Short getAttrid()
           
 
Methods inherited from class butler.sql.metadata.VirtualColumn
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

AttributeColumn

public AttributeColumn(int attrid,
                       Datatype datatype)
                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getAttrid

public java.lang.Short getAttrid()