butler.ext.log
Class InsertTimestampColumn

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

public class InsertTimestampColumn
extends Column

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

Constructor Summary
InsertTimestampColumn(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

InsertTimestampColumn

public InsertTimestampColumn(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