Searched refs:NClob (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DNClob.java36 * <P>The <code>NClob</code> interface extends the <code>Clob</code> interface
41 * <code>NCLOB</code> value. A <code>NClob</code> object, just like a <code>Clob</code> object, is valid for the duration
49 * All methods on the <code>NClob</code> interface must be fully implemented if the
55 public interface NClob extends Clob { } interface in inherits:Clob
H A DSQLInput.java370 * <code>NClob</code> object in the Java programming language.
372 * @return a <code>NClob</code> object representing data of the SQL <code>NCLOB</code> value
380 NClob readNClob() throws SQLException;
H A DSQLOutput.java393 * @param x a <code>NClob</code> object representing data of an SQL
401 void writeNClob(NClob x) throws SQLException;
H A DCallableStatement.java1093 * <code>Ref</code>, <code>Blob</code>, <code>Clob</code>, <code>NClob</code>,
1167 * <code>Ref</code>, <code>Blob</code>, <code>Clob</code>, <code>NClob</code>,
1855 * Sets the designated parameter to a <code>java.sql.NClob</code> object. The object
1856 * implements the <code>java.sql.NClob</code> interface. This <code>NClob</code>
1869 void setNClob(String parameterName, NClob value) throws SQLException;
1951 * <code>java.sql.NClob</code> object in the Java programming language.
1955 * @return the parameter value as a <code>NClob</code> object in the
1967 NClob getNClob (int parameterIndex) throws SQLException;
1972 * <code>java.sql.NClob</cod
[all...]
H A DConnection.java1072 * Constructs an object that implements the <code>NClob</code> interface. The object
1074 * <code>setCharacterStream</code> and <code>setString</code> methods of the <code>NClob</code> interface may
1075 * be used to add data to the <code>NClob</code>.
1076 * @return An object that implements the <code>NClob</code> interface
1078 * <code>NClob</code> interface can not be constructed, this method is
1085 NClob createNClob() throws SQLException;
H A DPreparedStatement.java430 * <code>Ref</code>, <code>Blob</code>, <code>Clob</code>, <code>NClob</code>,
808 * Sets the designated parameter to a <code>java.sql.NClob</code> object. The driver converts this to a
820 void setNClob(int parameterIndex, NClob value) throws SQLException;
934 * <code>Ref</code>, <code>Blob</code>, <code>Clob</code>, <code>NClob</code>,
H A DResultSet.java185 * <code>Clob</code> or <code>NClob</code> objects created by the <code>ResultSet</code>. <code>Blob</code>,
186 * <code>Clob</code> or <code>NClob</code> objects remain valid for at least the duration of the
3085 * Updates the designated column with a <code>java.sql.NClob</code> value.
3103 void updateNClob(int columnIndex, NClob nClob) throws SQLException;
3106 * Updates the designated column with a <code>java.sql.NClob</code> value.
3124 void updateNClob(String columnLabel, NClob nClob) throws SQLException;
3128 * of this <code>ResultSet</code> object as a <code>NClob</code> object
3132 * @return a <code>NClob</code> object representing the SQL
3143 NClob getNClob(int columnIndex) throws SQLException;
3147 * of this <code>ResultSet</code> object as a <code>NClob</cod
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSet.java1213 * <code>Ref</code>, <code>Blob</code>, <code>Clob</code>, <code>NClob</code>,
1253 * <code>Ref</code>, <code>Blob</code>, <code>Clob</code>, <code>NClob</code>,
1346 * <code>Ref</code>, <code>Blob</code>, <code>Clob</code>, <code>NClob</code>,
1383 * <code>Ref</code>, <code>Blob</code>, <code>Clob</code>, <code>NClob</code>,
2045 * Sets the designated parameter to a <code>java.sql.NClob</code> object. The object
2046 * implements the <code>java.sql.NClob</code> interface. This <code>NClob</code>
2055 void setNClob(String parameterName, NClob value) throws SQLException;
2133 * Sets the designated parameter to a <code>java.sql.NClob</code> object. The driver converts this to a
2142 void setNClob(int parameterIndex, NClob valu
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSQLInputImpl.java781 * @return a <code>NClob</code> object representing data of the SQL <code>NCLOB</code> value
786 public NClob readNClob() throws SQLException {
H A DSQLOutputImpl.java580 * @param x a <code>NClob</code> object representing data of an SQL
586 public void writeNClob(NClob x) throws SQLException {
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4775 public void updateNClob(int columnIndex, NClob nClob) throws SQLException {
4787 public void updateNClob(String columnName, NClob nClob) throws SQLException {
4793 * of this <code>ResultSet</code> object as a <code>NClob</code> object
4797 * @return a <code>NClob</code> object representing the SQL
4802 public NClob getNClob(int i) throws SQLException {
4809 * of this <code>ResultSet</code> object as a <code>NClob</code> object
4813 * @return a <code>NClob</code> object representing the SQL <code>NCLOB</code>
4818 public NClob getNClob(String colName) throws SQLException {
4932 * Sets the designated parameter to a <code>java.sql.NClob</code> object. The object
4933 * implements the <code>java.sql.NClob</cod
[all...]
H A DCachedRowSetImpl.java7843 public void updateNClob(int columnIndex, NClob nClob) throws SQLException {
7855 public void updateNClob(String columnName, NClob nClob) throws SQLException {
7861 * of this <code>ResultSet</code> object as a <code>NClob</code> object
7865 * @return a <code>NClob</code> object representing the SQL
7870 public NClob getNClob(int i) throws SQLException {
7877 * of this <code>ResultSet</code> object as a <code>NClob</code> object
7881 * @return a <code>NClob</code> object representing the SQL <code>NCLOB</code>
7886 public NClob getNClob(String colName) throws SQLException {
7983 * Sets the designated parameter to a <code>java.sql.NClob</code> object. The object
7984 * implements the <code>java.sql.NClob</cod
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java3690 * <code>Ref</code>, <code>Blob</code>, <code>Clob</code>, <code>NClob</code>,
3770 * <code>Ref</code>, <code>Blob</code>, <code>Clob</code>, <code>NClob</code>,
4349 * Sets the designated parameter to a <code>java.sql.NClob</code> object. The object
4350 * implements the <code>java.sql.NClob</code> interface. This <code>NClob</code>
4359 public void setNClob(String parameterName, NClob value) throws SQLException{
4449 * Sets the designated parameter to a <code>java.sql.NClob</code> object. The driver converts this oa
4458 public void setNClob(int parameterIndex, NClob value) throws SQLException{

Completed in 214 milliseconds