org.mentabean.type
Class NowOnInsertTimestampType

java.lang.Object
  extended by org.mentabean.type.TimestampType
      extended by org.mentabean.type.NowOnInsertTimestampType
All Implemented Interfaces:
DBType<Date>

public class NowOnInsertTimestampType
extends TimestampType


Constructor Summary
NowOnInsertTimestampType()
           
 
Method Summary
 boolean canBeNull()
           
 NowOnInsertTimestampType nullable(boolean flag)
           
 
Methods inherited from class org.mentabean.type.TimestampType
bindToStmt, getAnsiType, getFromResultSet, getFromResultSet, getTypeClass, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NowOnInsertTimestampType

public NowOnInsertTimestampType()
Method Detail

canBeNull

public boolean canBeNull()
Specified by:
canBeNull in interface DBType<Date>
Overrides:
canBeNull in class TimestampType

nullable

public NowOnInsertTimestampType nullable(boolean flag)
Overrides:
nullable in class TimestampType


Copyright © 2012. All Rights Reserved.