Searched refs:Clob (Results 1 – 10 of 10) sorted by relevance
28 import java.sql.Clob;55 public interface NClob extends Clob { }
58 public interface Clob { interface164 long position(Clob searchstr, long start) throws SQLException; in position()
322 Clob readClob() throws SQLException; in readClob()
328 void writeClob(Clob x) throws SQLException; in writeClob()
481 Clob getClob (int parameterIndex) throws SQLException; in getClob()1650 Clob getClob (String parameterName) throws SQLException; in getClob()2190 void setClob (String parameterName, Clob x) throws SQLException; in setClob()
1054 Clob createClob() throws SQLException; in createClob()
572 void setClob (int parameterIndex, Clob x) throws SQLException; in setClob()
1554 void setClob (int i, Clob x) throws SQLException; in setClob()1639 void setClob (String parameterName, Clob x) throws SQLException; in setClob()
28 import java.sql.Clob;2090 Clob mock = new MockClob(); in testSetClob()2372 private class MockClob implements Clob {2390 public long position(Clob searchstr, long start) throws SQLException { in position()
700 "ojluni/src/main/java/java/sql/Clob.java",