| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NClob | |
|---|---|
| java.sql | Provides the API for accessing and processing data stored in a data source (usually a relational database) using the JavaTM programming language. | 
| javax.sql | Provides the API for server side data source access and processing from the JavaTM programming language. | 
| javax.sql.rowset | Standard interfaces and base classes for JDBC RowSetimplementations. | 
| javax.sql.rowset.serial | Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language. | 
| Uses of NClob in java.sql | 
|---|
| Methods in java.sql that return NClob | |
|---|---|
|  NClob | Connection.createNClob()Constructs an object that implements the NClobinterface. | 
|  NClob | CallableStatement.getNClob(int parameterIndex)Retrieves the value of the designated JDBC NCLOBparameter as ajava.sql.NClobobject in the Java programming language. | 
|  NClob | ResultSet.getNClob(int columnIndex)Retrieves the value of the designated column in the current row of this ResultSetobject as aNClobobject
 in the Java programming language. | 
|  NClob | CallableStatement.getNClob(String parameterName)Retrieves the value of a JDBC NCLOBparameter as ajava.sql.NClobobject in the Java programming language. | 
|  NClob | ResultSet.getNClob(String columnLabel)Retrieves the value of the designated column in the current row of this ResultSetobject as aNClobobject
 in the Java programming language. | 
|  NClob | SQLInput.readNClob()Reads an SQL NCLOBvalue from the stream and returns it as aNClobobject in the Java programming language. | 
| Methods in java.sql with parameters of type NClob | |
|---|---|
|  void | PreparedStatement.setNClob(int parameterIndex,
         NClob value)Sets the designated parameter to a java.sql.NClobobject. | 
|  void | CallableStatement.setNClob(String parameterName,
         NClob value)Sets the designated parameter to a java.sql.NClobobject. | 
|  void | ResultSet.updateNClob(int columnIndex,
            NClob nClob)Updates the designated column with a java.sql.NClobvalue. | 
|  void | ResultSet.updateNClob(String columnLabel,
            NClob nClob)Updates the designated column with a java.sql.NClobvalue. | 
|  void | SQLOutput.writeNClob(NClob x)Writes an SQL NCLOBvalue to the stream. | 
| Uses of NClob in javax.sql | 
|---|
| Methods in javax.sql with parameters of type NClob | |
|---|---|
|  void | RowSet.setNClob(int parameterIndex,
         NClob value)Sets the designated parameter to a java.sql.NClobobject. | 
|  void | RowSet.setNClob(String parameterName,
         NClob value)Sets the designated parameter to a java.sql.NClobobject. | 
| Uses of NClob in javax.sql.rowset | 
|---|
| Methods in javax.sql.rowset with parameters of type NClob | |
|---|---|
|  void | BaseRowSet.setNClob(int parameterIndex,
         NClob value)Sets the designated parameter to a java.sql.NClobobject. | 
|  void | BaseRowSet.setNClob(String parameterName,
         NClob value)Sets the designated parameter to a java.sql.NClobobject. | 
| Uses of NClob in javax.sql.rowset.serial | 
|---|
| Methods in javax.sql.rowset.serial that return NClob | |
|---|---|
|  NClob | SQLInputImpl.readNClob()Reads an SQL NCLOBvalue from the stream and returns it as aClobobject in the Java programming language. | 
| Methods in javax.sql.rowset.serial with parameters of type NClob | |
|---|---|
|  void | SQLOutputImpl.writeNClob(NClob x)Writes an SQL NCLOBvalue to the stream. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.