SQL-J Language Reference,
Page 98 of 118


[top]
[prev]
[next]
Documentation Top
Global Index
Reference Manual
TOC Index
Grammar index
Developer's Guide
TOC Index
Tuning Cloudscape
TOC Index

INTEGER

INTEGER provides 4 bytes of storage for integer values.

Syntax for Column Definition

{ INTEGER | INT }

Corresponding Compile-Time Java Type


java.lang.Integer

JDBC Metadata Type (java.sql.Types)


INTEGER

Minimum Value


-2147483648 (java.lang.Integer.MIN_VALUE)

Maximum Value


2147483647 (java.lang.Integer.MAX_VALUE)

When mixed with other data types in expressions, the resulting data type follows the rules shown in “Numeric Type Promotion in Expressions”.

See also “Storing Values of One Numeric Data Type in Columns of Another Numeric Data Type”.

Literal Examples

3453
425
[top]
[prev]
[next]


Cloudscape Version 3.0
For technical support, go to: www.cloudscape.com and click Support.
Copyright © 1998 and 1999 Cloudscape, Inc. All rights reserved.