SQL for Reality > SQL Statements Supported by Reality > SQL/ODBC

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

Standards Compliance (SQL) (m691508+compliance.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

Standards Compliance

SQL/ODBC

The compliance level of SQL/ODBC for Reality is:

SQL/JDBC

The compliance level of SQL/JDBC for Reality is:

Other features of the Reality JDBC Driver are:

Data Types

Java equivalents for the SQL data types supported by Reality are listed below.

SQL Type Java Type
BIGINT Long
BIT Boolean
CHAR String
DATE java.sql.Date
DECIMAL java.math.BigDecimal
DOUBLE Double
FLOAT Double
INTEGER Int
LONGVARCHAR String
NUMERIC java.math.BigDecimal
REAL Float
SMALLINT Short
TIME java.sql.Time
TIMESTAMP java.sql.Timestamp
TINYINT Byte
VARCHAR String

Note: Reality SQL/JDBC does not currently support the binary data types: BINARY, VARBINARY and LONGVARBINARY.

RealityV15.1 (MoTW) Revision 7Comment on this topic