Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DClob.java68 public String getSubString(long pos, int length) throws SQLException; in getSubString() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2384 public String getSubString(long pos, int length) throws SQLException { in getSubString() method in OldPreparedStatementTest.MockClob