SQL-J Language Reference
Page 104 of 121

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

NUMERIC Literal Examples

123.456
.001