SQL-J Language Reference,
Page 102 of 118


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

NUMERIC

NUMERIC is a synonym for DECIMAL and behaves the same way. See “DECIMAL”.

Syntax for Column Definition

NUMERIC [(precision [, scale ])]

Corresponding Compile-Time Java Type


java.math.BigDecimal

JDBC Metadata Type (java.sql.Types)


NUMERIC

Literal Examples

123.456
.001
[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.