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

/openjdk7/jdk/src/share/classes/java/sql/
H A DCallableStatement.java2104 java.io.Reader getNCharacterStream(int parameterIndex) throws SQLException; method in interface:CallableStatement
2124 java.io.Reader getNCharacterStream(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java3307 java.io.Reader getNCharacterStream(int columnIndex) throws SQLException; method in interface:ResultSet
3328 java.io.Reader getNCharacterStream(String columnLabel) throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4962 public java.io.Reader getNCharacterStream(int columnIndex) throws SQLException { method in class:JdbcRowSetImpl
4982 public java.io.Reader getNCharacterStream(String columnName) throws SQLException { method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java8013 public java.io.Reader getNCharacterStream(int columnIndex) throws SQLException { method in class:CachedRowSetImpl
8033 public java.io.Reader getNCharacterStream(String columnName) throws SQLException { method in class:CachedRowSetImpl

Completed in 114 milliseconds