org.sql.generation.api.grammar.common.datatypes
Interface SQLTime

All Superinterfaces:
ParametrizableDataType, SQLDataType, org.atp.api.Typeable<SQLDataType>

public interface SQLTime
extends SQLDataType, ParametrizableDataType

This class represents TIME data type.

Author:
Stanislav Muhametsin

Method Summary
 Integer getPrecision()
          Returns the precision for this TIME.
 Boolean isWithTimeZone()
          Returns whether the TIME should be with time zone.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getPrecision

Integer getPrecision()
Returns the precision for this TIME. May be null.

Returns:
The precision for this TIME.

isWithTimeZone

Boolean isWithTimeZone()
Returns whether the TIME should be with time zone. May be null if no choice specified.

Returns:


Copyright © 2010-2012. All Rights Reserved.