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

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

public interface SQLFloat
extends SQLDataType, ParametrizableDataType

This class represents the FLOAT type.

Author:
Stanislav Muhametsin

Method Summary
 java.lang.Integer getPrecision()
          Returns the precision for this FLOAT.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getPrecision

java.lang.Integer getPrecision()
Returns the precision for this FLOAT.

Returns:
The precision for this FLOAT.


Copyright © 2010. All Rights Reserved.