butler.ext.log
Class TimestampColumn

java.lang.Object
  extended by butler.sql.metadata.Column
      extended by butler.ext.log.TimestampColumn

public class TimestampColumn
extends Column

Author:
Fredrik Bertilsson Column that are set to current timestamp at insert and update.

Constructor Summary
TimestampColumn(java.lang.String name)
           
 
Method Summary
 void setTable(Table tab)
           
 
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, isPhysical, le, like, lt, ne, set, setCaption, setDatatype, setDefaultValue, setEditable, setInPrimaryKey, setNullable, toString, toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimestampColumn

public TimestampColumn(java.lang.String name)
                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

setTable

public void setTable(Table tab)
              throws java.lang.Exception
Overrides:
setTable in class Column
Throws:
java.lang.Exception