net.sf.farrago.type.runtime
Interface SpecialDataValue
- All Known Implementing Classes:
- SqlDateTimeWithoutTZ, SqlDateTimeWithoutTZ.SqlDate, SqlDateTimeWithoutTZ.SqlTime, SqlDateTimeWithoutTZ.SqlTimestamp
public interface SpecialDataValue
SpecialDataValue is an interface representing a runtime holder for a data
value. It may be used as an alternative to DataValue
.
Since DataValue is typically used return Jdbc data, this class may be used
to return non-Jdbc data.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/type/runtime/SpecialDataValue.java#6 $
getSpecialData
Object getSpecialData()
- Returns:
- an Object representation of this value's data, or null if this
value is null