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

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

public interface SQLTimeStamp
extends SQLDataType, ParametrizableDataType

Author:
Stanislav Muhametsin

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

Method Detail

getPrecision

java.lang.Integer getPrecision()
Returns the precision for this TIMESTAMP. May be null.

Returns:
The precision for this TIMESTAMP.

isWithTimeZone

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

Returns:


Copyright © 2010. All Rights Reserved.