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

/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DCallableStatement.java2095 java.io.Reader getNCharacterStream(int parameterIndex) throws SQLException; method in interface:CallableStatement
2115 java.io.Reader getNCharacterStream(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java3314 java.io.Reader getNCharacterStream(int columnIndex) throws SQLException; method in interface:ResultSet
3335 java.io.Reader getNCharacterStream(String columnLabel) throws SQLException; method in interface:ResultSet
/openjdk10/jdk/test/java/sql/testng/util/
H A DStubCallableStatement.java523 public Reader getNCharacterStream(int parameterIndex) throws SQLException { method in class:StubCallableStatement
528 public Reader getNCharacterStream(String parameterName) throws SQLException { method in class:StubCallableStatement
/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubBaseRowSet.java833 public Reader getNCharacterStream(int columnIndex) throws SQLException { method in class:StubBaseRowSet
838 public Reader getNCharacterStream(String columnLabel) throws SQLException { method in class:StubBaseRowSet
H A DStubJoinRowSetImpl.java1744 public Reader getNCharacterStream(int columnIndex) throws SQLException { method in class:StubJoinRowSetImpl
1749 public Reader getNCharacterStream(String columnLabel) throws SQLException { method in class:StubJoinRowSetImpl
H A DStubFilteredRowSetImpl.java1674 public Reader getNCharacterStream(int columnIndex) throws SQLException { method in class:StubFilteredRowSetImpl
1679 public Reader getNCharacterStream(String columnLabel) throws SQLException { method in class:StubFilteredRowSetImpl
H A DStubCachedRowSetImpl.java1629 public Reader getNCharacterStream(int columnIndex) throws SQLException { method in class:StubCachedRowSetImpl
1634 public Reader getNCharacterStream(String columnLabel) throws SQLException { method in class:StubCachedRowSetImpl
H A DStubJdbcRowSetImpl.java1453 public Reader getNCharacterStream(int columnIndex) throws SQLException { method in class:StubJdbcRowSetImpl
1458 public Reader getNCharacterStream(String columnLabel) throws SQLException { method in class:StubJdbcRowSetImpl
H A DStubWebRowSetImpl.java1660 public Reader getNCharacterStream(int columnIndex) throws SQLException { method in class:StubWebRowSetImpl
1665 public Reader getNCharacterStream(String columnLabel) throws SQLException { method in class:StubWebRowSetImpl
H A DStubSyncResolver.java1447 public Reader getNCharacterStream(int columnIndex) throws SQLException { method in class:StubSyncResolver
1452 public Reader getNCharacterStream(String columnLabel) throws SQLException { method in class:StubSyncResolver
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4828 public java.io.Reader getNCharacterStream(int columnIndex) throws SQLException { method in class:JdbcRowSetImpl
4848 public java.io.Reader getNCharacterStream(String columnName) throws SQLException { method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java8021 public java.io.Reader getNCharacterStream(int columnIndex) throws SQLException { method in class:CachedRowSetImpl
8041 public java.io.Reader getNCharacterStream(String columnName) throws SQLException { method in class:CachedRowSetImpl

Completed in 244 milliseconds