public CalendarType() { super( TimestampTypeDescriptor.INSTANCE, CalendarTypeDescriptor.INSTANCE ); }
public TimestampType() { super( TimestampTypeDescriptor.INSTANCE, JdbcTimestampTypeDescriptor.INSTANCE ); }
public InstantType() { super(TimestampTypeDescriptor.INSTANCE, InstantTypeDescriptor.INSTANCE); }