Searched refs:NClob (Results 1 – 8 of 8) sorted by relevance
55 public interface NClob extends Clob { } interface
380 NClob readNClob() throws SQLException; in readNClob()
401 void writeNClob(NClob x) throws SQLException; in writeNClob()
1872 void setNClob(String parameterName, NClob value) throws SQLException; in setNClob()1970 NClob getNClob (int parameterIndex) throws SQLException; in getNClob()1989 NClob getNClob (String parameterName) throws SQLException; in getNClob()
1086 NClob createNClob() throws SQLException; in createNClob()
824 void setNClob(int parameterIndex, NClob value) throws SQLException; in setNClob()
2055 void setNClob(String parameterName, NClob value) throws SQLException; in setNClob()2142 void setNClob(int parameterIndex, NClob value) throws SQLException; in setNClob()
715 "ojluni/src/main/java/java/sql/NClob.java",