| Package | Description |
|---|---|
| org.sql.generation.api.grammar.common.datatypes |
This is the package containing support for (most)pre-defined SQL data types.
|
| org.sql.generation.api.grammar.common.datatypes.pgsql | |
| org.sql.generation.api.grammar.definition.table |
This package contains syntax interfaces for
CREATE TABLE statement. |
| org.sql.generation.api.grammar.factories |
This package provides factories to create various builders and SQL syntax elements.
|
| Class and Description |
|---|
| IntervalDataType
This class contains all the types for fields in
INTERVAL data type. |
| ParametrizableDataType
This is marker interface for SQL data types which may be parametrized (like,
DECIMAL or VARCHAR). |
| SQLDataType
This is common interface for all SQL data types.
|
| Class and Description |
|---|
| SQLDataType
This is common interface for all SQL data types.
|
| Class and Description |
|---|
| SQLDataType
This is common interface for all SQL data types.
|
| Class and Description |
|---|
| BigInt
This class represents the
BIGINT type (typically 64-bit integer). |
| Decimal
This class represents the
DECIMAL data type, sometimes abbreviated as DEC. |
| DoublePrecision
This class represents
DOUBLE PRECISION data type. |
| IntervalDataType
This class contains all the types for fields in
INTERVAL data type. |
| Numeric
This class represents the
NUMERIC type. |
| Real
This class represents the
REAL data type. |
| SmallInt
This class represents the
SMALLINT type (typically 16-bit integer). |
| SQLBoolean
This class represents the
BOOLEAN type. |
| SQLChar
This class represents
CHARACTER and CHARACTER VARYING data types, typically abbreviated as
CHAR and VARCHAR, respectively. |
| SQLDataType
This is common interface for all SQL data types.
|
| SQLDate
This class represents the
DATE data type. |
| SQLFloat
This class represents the
FLOAT type. |
| SQLInteger
This class represents the
INTEGER type, sometimes abbreviated as INT (typically 32-bit integer). |
| SQLInterval
This class represents the
INTEGER type, sometimes abbreviated as INT (typically 32-bit integer). |
| SQLTime
This class represents
TIME data type. |
| SQLTimeStamp |
| UserDefinedType
This is a general way of handling any user-created or otherwise custom type.
|
Copyright © 2010-2012. All Rights Reserved.