Searched defs:getNClob (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DCallableStatement.java1967 NClob getNClob (int parameterIndex) throws SQLException; method in interface:CallableStatement
1986 NClob getNClob (String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java3143 NClob getNClob(int columnIndex) throws SQLException; method in interface:ResultSet
3162 NClob getNClob(String columnLabel) throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4802 public NClob getNClob(int i) throws SQLException { method in class:JdbcRowSetImpl
4818 public NClob getNClob(String colName) throws SQLException { method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java7870 public NClob getNClob(int i) throws SQLException { method in class:CachedRowSetImpl
7886 public NClob getNClob(String colName) throws SQLException { method in class:CachedRowSetImpl

Completed in 99 milliseconds