Package org.apache.calcite.sql.type
Interface ExtraSqlTypes
public interface ExtraSqlTypes
Holds constants associated with SQL types introduced after the earliest
version of Java supported by Farrago (this currently means anything
introduced in JDK 1.6 or later).
Allows us to deal sanely with type constants returned by newer JDBC drivers when running a version of Farrago compiled under an old version of the JDK (i.e. 1.5).
By itself, the presence of a constant here doesn't imply that farrago fully supports the associated type. This is simply a mirror of the missing constant values.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Field Details
-
ROWID
static final int ROWID- See Also:
-
NCHAR
static final int NCHAR- See Also:
-
NVARCHAR
static final int NVARCHAR- See Also:
-
LONGNVARCHAR
static final int LONGNVARCHAR- See Also:
-
NCLOB
static final int NCLOB- See Also:
-
SQLXML
static final int SQLXML- See Also:
-
REF_CURSOR
static final int REF_CURSOR- See Also:
-
TIME_WITH_TIMEZONE
static final int TIME_WITH_TIMEZONE- See Also:
-
TIMESTAMP_WITH_TIMEZONE
static final int TIMESTAMP_WITH_TIMEZONE- See Also:
-
GEOMETRY
static final int GEOMETRY- See Also:
-