public interface AttrSpec
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClsName()
Returns the fully qualified class name if the data type is OBJECT
|
AttrDataType |
getDataType() |
java.text.DateFormat |
getDateFormat()
Returns the date format if the datatype is DATE or TIMESTAMP
|
java.lang.String |
getIntervalFormat()
Returns the interval format conforming to the following format if the data type is Interval leading_timeunit - trailing_timeunit timeunits are 'nanoseconds', 'microseconds', 'milliseconds', 'seconds', 'minutes', 'hours', 'days', 'months', 'years'
|
int |
getLength() |
java.lang.String |
getName() |
int |
getPrecision() |
java.math.RoundingMode |
getRoundingMode() |
int |
getScale() |
java.util.TimeZone |
getTimeZone()
Returns the timezone if the datatype is DATE or TIMESTAMP
|
java.lang.String getName()
AttrDataType getDataType()
int getLength()
int getPrecision()
int getScale()
java.math.RoundingMode getRoundingMode()
java.text.DateFormat getDateFormat()
java.util.TimeZone getTimeZone()
java.lang.String getClsName()
java.lang.String getIntervalFormat()