cascading.lingual.type
Class SQLTimestampCoercibleType

java.lang.Object
  extended by org.eigenbase.reltype.RelDataTypeImpl
      extended by org.eigenbase.sql.type.AbstractSqlType
          extended by org.eigenbase.sql.type.BasicSqlType
              extended by cascading.lingual.type.SQLDateTimeCoercibleType
                  extended by cascading.lingual.type.SQLTimestampCoercibleType
All Implemented Interfaces:
CoercibleType, Serializable, Cloneable, Type, org.eigenbase.reltype.RelDataType, org.eigenbase.reltype.RelDataTypeFamily

public class SQLTimestampCoercibleType
extends SQLDateTimeCoercibleType

See Also:
Serialized Form

Field Summary
 
Fields inherited from class cascading.lingual.type.SQLDateTimeCoercibleType
MILLIS_PER_DAY
 
Fields inherited from class org.eigenbase.sql.type.AbstractSqlType
isNullable, typeName
 
Fields inherited from class org.eigenbase.reltype.RelDataTypeImpl
digest, fieldList, fields
 
Fields inherited from interface org.eigenbase.reltype.RelDataType
PRECISION_NOT_SPECIFIED, SCALE_NOT_SPECIFIED
 
Constructor Summary
SQLTimestampCoercibleType()
           
 
Method Summary
protected  org.eigenbase.util14.ZonelessDatetime createInstance()
           
 Class getCanonicalType()
           
protected  org.eigenbase.util14.ZonelessDatetime parse(String value)
           
 
Methods inherited from class cascading.lingual.type.SQLDateTimeCoercibleType
canonical, coerce, equals, hashCode, isNullable
 
Methods inherited from class org.eigenbase.sql.type.BasicSqlType
generateTypeString, getCharset, getCollation, getLimit, getPrecision, getScale
 
Methods inherited from class org.eigenbase.sql.type.AbstractSqlType
getFamily, getPrecedenceList, getSqlTypeName
 
Methods inherited from class org.eigenbase.reltype.RelDataTypeImpl
computeDigest, getComparability, getComponentType, getField, getFieldCount, getFieldList, getFieldNames, getFieldOrdinal, getFields, getFullTypeString, getIntervalQualifier, getKeyType, getSqlIdentifier, getValueType, isStruct, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLTimestampCoercibleType

public SQLTimestampCoercibleType()
Method Detail

getCanonicalType

public Class getCanonicalType()

parse

protected org.eigenbase.util14.ZonelessDatetime parse(String value)
Specified by:
parse in class SQLDateTimeCoercibleType

createInstance

protected org.eigenbase.util14.ZonelessDatetime createInstance()
Specified by:
createInstance in class SQLDateTimeCoercibleType


Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.