- 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