Home
last modified time | relevance | path

Searched refs:getNClob (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java786 public NClob getNClob(int columnIndex) throws SQLException { in getNClob() method in Impl_RowSet
790 public NClob getNClob(String columnLabel) throws SQLException { in getNClob() method in Impl_RowSet
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1379 public NClob getNClob(int colIndex) throws SQLException {
1383 public NClob getNClob(String colName) throws SQLException {
1385 return getNClob(col);