| Package | Description |
|---|---|
| org.sql.generation.api.grammar.common.datatypes |
This is the package containing support for (most)pre-defined SQL data types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Decimal
This class represents the
DECIMAL data type, sometimes abbreviated as DEC. |
interface |
Numeric
This class represents the
NUMERIC type. |
interface |
SQLChar
This class represents
CHARACTER and CHARACTER VARYING data types, typically abbreviated as
CHAR and VARCHAR, respectively. |
interface |
SQLFloat
This class represents the
FLOAT type. |
interface |
SQLInterval
This class represents the
INTEGER type, sometimes abbreviated as INT (typically 32-bit integer). |
interface |
SQLTime
This class represents
TIME data type. |
interface |
SQLTimeStamp |
Copyright © 2010-2012. All Rights Reserved.