Uses of Interface
java.sql.NClob
Packages that useNClob
Package
Description
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
Provides the API for server side data source access and processing from the Java programming language.
Standard interfaces and base classes for JDBC
RowSet implementations.Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
Uses ofNClob injava.sql
Modifier and TypeMethodDescriptionConnection.createNClob()Constructs an object that implements theNClobinterface.CallableStatement.getNClob(int parameterIndex) Retrieves the value of the designated JDBCNCLOBparameter as ajava.sql.NClobobject in the Java programming language.Retrieves the value of a JDBCNCLOBparameter as ajava.sql.NClobobject in the Java programming language.ResultSet.getNClob(int columnIndex) Retrieves the value of the designated column in the current row of thisResultSetobject as aNClobobject in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSetobject as aNClobobject in the Java programming language.SQLInput.readNClob()Reads an SQLNCLOBvalue from the stream and returns it as aNClobobject in the Java programming language.Modifier and TypeMethodDescriptionvoidSets the designated parameter to ajava.sql.NClobobject.voidSets the designated parameter to ajava.sql.NClobobject.voidResultSet.updateNClob(int columnIndex,NClob nClob) Updates the designated column with ajava.sql.NClobvalue.voidResultSet.updateNClob(String columnLabel,NClob nClob) Updates the designated column with ajava.sql.NClobvalue.voidSQLOutput.writeNClob(NClob x) Writes an SQLNCLOBvalue to the stream.Uses ofNClob injavax.sql
Uses ofNClob injavax.sql.rowset
Methods injavax.sql.rowset with parameters of typeNClobUses ofNClob injavax.sql.rowset.serial
Methods injavax.sql.rowset.serial that returnNClobModifier and TypeMethodDescriptionSQLInputImpl.readNClob()Reads an SQLNCLOBvalue from the stream and returns it as aClobobject in the Java programming language.Methods injavax.sql.rowset.serial with parameters of typeNClobModifier and TypeMethodDescriptionvoidSQLOutputImpl.writeNClob(NClob x) Writes an SQLNCLOBvalue to the stream.