Searched refs:updateNCharacterStream (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java3354 void updateNCharacterStream(int columnIndex, method in interface:ResultSet
3383 void updateNCharacterStream(String columnLabel, method in interface:ResultSet
3707 * <code>updateNCharacterStream</code> which takes a length parameter.
3718 void updateNCharacterStream(int columnIndex, method in interface:ResultSet
3738 * <code>updateNCharacterStream</code> which takes a length parameter.
3750 void updateNCharacterStream(String columnLabel, method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java4813 public void updateNCharacterStream(int columnIndex, method in class:SyncResolverImpl
4835 public void updateNCharacterStream(String columnName, method in class:SyncResolverImpl
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java5070 public void updateNCharacterStream(int columnIndex, method in class:JdbcRowSetImpl
5092 public void updateNCharacterStream(String columnName, method in class:JdbcRowSetImpl
5114 * <code>updateNCharacterStream</code> which takes a length parameter.
5124 public void updateNCharacterStream(int columnIndex, method in class:JdbcRowSetImpl
5144 * <code>updateNCharacterStream</code> which takes a length parameter.
5156 public void updateNCharacterStream(String columnLabel, method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java8122 public void updateNCharacterStream(int columnIndex, method in class:CachedRowSetImpl
8144 public void updateNCharacterStream(String columnName, method in class:CachedRowSetImpl
8166 * <code>updateNCharacterStream</code> which takes a length parameter.
8176 public void updateNCharacterStream(int columnIndex, method in class:CachedRowSetImpl
8196 * <code>updateNCharacterStream</code> which takes a length parameter.
8208 public void updateNCharacterStream(String columnLabel, method in class:CachedRowSetImpl

Completed in 105 milliseconds