SQL-J Language Reference
Page 100 of 121

LONG NVARCHAR

LONG NVARCHAR is similar to LONG VARCHAR, except it is one of the international data types. For more information, see International String Data Types.

Syntax for Column Definition

LONG NVARCHAR

Corresponding Compile-Time Java Type

java.lang.String

JDBC Metadata Type (java.sql.Types)

LONGVARCHAR

For more information about specifying locales, see locale=ll_CC.

NOTE: If a LONG NVARCHAR and another string type are involved in an operation, the locale's collation sequence is used. To remove locale from a LONG NVARCHAR, cast it to LONG VARCHAR.