1.0

Table Of Contents
DoubleADO.NET mapped System.Data.Dbtype
DbDataReader.GetFloat/GetDoubleADO.NET getter
Syntax in CREATE TABLE
FLOAT [(precision)]
INTEGER
Provides 4 bytes storage for integer values. INT can be used as a synonym for INTEGER in CREATE TABLE.
For behavior with other types in expressions, see Numeric type promotion in expressions, and Storing values of
one numeric data type in columns of another numeric data type.
java.lang.IntegerEquivalent Java type
java.lang.Integer.MIN_VALUE (-2147483648)Minimum value
java.lang.Integer.MAX_VALUE (21474836487)Maximum value
java.sql.Types.INTEGERJDBC metadata type
ResultSet.getInt, PreparedStatement.setIntJDBC methods
System.Int32Equivalent .NET type
Vmware.Data.SQLFire.SQLFType.IntegerADO.NET metadata type
Int32ADO.NET mapped System.Data.Dbtype
DbDataReader.GetInt32ADO.NET getter
LONG VARCHAR
Identical to VARCHAR except that the maximum length does not have to be specied and is 32700.
java.lang.StringEquivalent Java type
32700Maximum length
java.sql.Types.LONGVARCHARJDBC metadata type
ResultSet.getString, PreparedStatement.setStringJDBC methods
System.StringEquivalent .NET type
Vmware.Data.SQLFire.SQLFType.LongVarCharADO.NET metadata type
StringADO.NET mapped System.Data.Dbtype
DbDataReader.GetStringADO.NET getter
LONG VARCHAR FOR BIT DATA
Identical to VARCHAR FOR BIT DATA except that the maximum length does not have to be specied and is
32700.
use byte[] or java.io.InputStream / java.lang.OutputStream as requiredEquivalent Java type
32700 bytesMaximum length
java.sql.Types.LONGVARBINARYJDBC metadata type
579
SQL Language Reference