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

All Superinterfaces:
org.atp.api.Typeable<SQLDataType>
All Known Subinterfaces:
BigInt, Decimal, DoublePrecision, Numeric, Real, SmallInt, SQLBoolean, SQLChar, SQLDate, SQLFloat, SQLInteger, SQLInterval, SQLTime, SQLTimeStamp, Text, UserDefinedType

public interface SQLDataType
extends org.atp.api.Typeable<SQLDataType>

This is common interface for all SQL data types. The data types provided in this project cover most of of SQL predefined types, however each vendor may extend these with their own custom types.

Author:
Stanislav Muhametsin

Method Summary
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 



Copyright © 2010-2012. All Rights Reserved.