apache > db
Apache DB Project
 
Font size:      

LONG VARCHAR

LONG VARCHAR

The LONG VARCHAR type allows storage of character strings of unlimited length. It is identical to VARCHAR, except that you do not have to specify a maximum length when creating columns of this type.

Syntax

LONG VARCHAR

Corresponding Compile-Time Java Type

java.lang.String

JDBC Metadata Type (java.sql.Types)

LONGVARCHAR

When you are converting from Java values to SQL values, no Java type corresponds to LONG VARCHAR.


Previous Page
Next Page
Table of Contents
Index