1.0

Table Of Contents
ResultSet.getBytes, PreparedStatement.setBytesJDBC methods
use byte[] where requiredEquivalent .NET type
Vmware.Data.SQLFire.SQLFType.LongVarBinaryADO.NET metadata type
BinaryADO.NET mapped System.Data.Dbtype
DbDataReader.GetBytesADO.NET getter
NUMERIC
Synonym for DECIMAL data type.
The meta-data differences from DECIMAL are listed below. Otherwise, NUMERIC behaves identically to
DECIMAL.
java.sql.Types.NUMERICJDBC metadata type
Vmware.Data.SQLFire.SQLFType.NumericADO.NET metadata type
DecimalADO.NET mapped System.Data.Dbtype
Syntax in CREATE TABLE
NUMERIC [(precision [, scale ])]
REAL
Provides 4-byte storage for numbers using IEEE oating-point notation.
Arithmetic operations do not round their resulting values to zero. If the values are too small, you will receive an
exception. Constants always map to DOUBLE use an explicit CAST to convert a constant to REAL.
For behavior with other types in expressions, see Numeric type promotion in expressions, Storing values of one
numeric data type in columns of another numeric data type.
The maximum/minimum limits are different from those of java.lang.Float as noted below.
java.lang.FloatEquivalent Java type
-3.402E+38Minimum value
3.402E+38Maximum value
1.175E-37Smallest positive value
-1.175E-37Largest negative value
java.sql.Types.REALJDBC metadata type
ResultSet.getFloat, PreparedStatement.setFloatJDBC methods
System.SingleEquivalent .NET type
Vmware.Data.SQLFire.SQLFType.RealADO.NET metadata type
SingleADO.NET mapped System.Data.Dbtype
DbDataReader.GetFloatADO.NET getter
vFabric SQLFire User's Guide580
vFabric SQLFire Reference