![]() |
SQL-J Language Reference
|
Reference Manual |
SMALLINTSMALLINT provides 2 bytes of storage. Syntax for Column DefinitionCorresponding Compile-Time Java TypeJDBC Metadata Type (java.sql.Types)Minimum Value-32768 (java.lang.Short.MIN_VALUE) Maximum Value32767 (java.lang.Short.MAX_VALUE) 3.4028235E38 (java.lang.Float.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. Literals in the appropriate format always map to INTEGER or LONGINT, depending on their length; use a CAST to convert a literal to a SMALLINT. |
|
![]() Cloudscape Version 3.6 For information about Cloudscape technical support, go to: www.cloudscape.com/support/.Copyright © 1998, 1999, 2000 Informix Software, Inc. All rights reserved. |