| Package | Description | 
|---|---|
| oracle.jdbc | 
 Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package  
oracle.jdbc. | 
| oracle.sql | 
 A package of classes that represent java SQL types and Oracle specific SQL types. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
OracleNClob
This interface extends the standard JDBC interface  
NClob and defines methods for Oracle specific NClob . | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CLOB
Deprecated. 
 
Use java.sql.Clob interface for declaration instead of using concrete class oracle.sql.CLOB. 
 | 
class  | 
NCLOB
Deprecated. 
 
Use java.sql.NClob interface for declaration instead of using concrete class oracle.sql.NCLOB. 
 |