Home
last modified time | relevance | path

Searched refs:NClob (Results 151 – 175 of 306) sorted by relevance

12345678910>>...13

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.sql/share/classes/java/sql/
H A DSQLOutput.java401 void writeNClob(NClob x) throws SQLException; in writeNClob()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.sql/share/classes/java/sql/
H A DSQLOutput.java401 void writeNClob(NClob x) throws SQLException; in writeNClob()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.sql/share/classes/java/sql/
H A DSQLOutput.java401 void writeNClob(NClob x) throws SQLException; in writeNClob()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/sql/
H A DSQLOutput.java401 void writeNClob(NClob x) throws SQLException; in writeNClob()
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/jdbc/com/firstworks/sql/
H A DSQLRelayCallableStatement.java213 public NClob getNClob(int parameterIndex) throws SQLException { in getNClob()
219 public NClob getNClob(String parameterName) throws SQLException { in getNClob()
634 public void setNClob(String parameterName, NClob value) in setNClob()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/sql/testng/util/
H A DStubJoinRowSetImpl.java37 import java.sql.NClob;
924 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
944 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1694 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1699 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1704 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1709 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
H A DStubWebRowSetImpl.java37 import java.sql.NClob;
840 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
860 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1610 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1615 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1620 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1625 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
H A DStubFilteredRowSetImpl.java37 import java.sql.NClob;
854 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
874 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1624 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1629 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1634 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1639 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
H A DStubCachedRowSetImpl.java34 import java.sql.NClob;
809 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
829 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1579 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1584 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1589 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1594 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/sql/testng/util/
H A DStubCachedRowSetImpl.java34 import java.sql.NClob;
809 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
829 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1579 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1584 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1589 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1594 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
H A DStubFilteredRowSetImpl.java37 import java.sql.NClob;
854 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
874 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1624 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1629 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1634 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1639 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
H A DStubWebRowSetImpl.java37 import java.sql.NClob;
840 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
860 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1610 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1615 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1620 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1625 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
H A DStubJoinRowSetImpl.java37 import java.sql.NClob;
924 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
944 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1694 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1699 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1704 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1709 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/sql/testng/util/
H A DStubFilteredRowSetImpl.java37 import java.sql.NClob;
854 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
874 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1624 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1629 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1634 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1639 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
H A DStubCachedRowSetImpl.java34 import java.sql.NClob;
809 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
829 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1579 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1584 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1589 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1594 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
H A DStubWebRowSetImpl.java37 import java.sql.NClob;
840 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
860 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1610 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1615 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1620 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1625 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
H A DStubJoinRowSetImpl.java37 import java.sql.NClob;
924 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
944 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1694 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1699 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1704 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1709 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/sql/testng/util/
H A DStubWebRowSetImpl.java37 import java.sql.NClob;
840 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
860 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1610 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1615 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1620 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1625 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
H A DStubCachedRowSetImpl.java34 import java.sql.NClob;
809 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
829 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1579 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1584 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1589 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1594 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/sql/testng/util/
H A DStubCachedRowSetImpl.java34 import java.sql.NClob;
809 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
829 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1579 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1584 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1589 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1594 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
H A DStubFilteredRowSetImpl.java37 import java.sql.NClob;
854 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
874 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1624 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1629 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1634 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1639 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
H A DStubJoinRowSetImpl.java37 import java.sql.NClob;
924 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
944 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1694 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1699 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1704 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1709 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
H A DStubWebRowSetImpl.java37 import java.sql.NClob;
840 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
860 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1610 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1615 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1620 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1625 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/sql/testng/util/
H A DStubCachedRowSetImpl.java34 import java.sql.NClob;
809 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
829 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1579 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1584 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1589 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1594 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()
H A DStubFilteredRowSetImpl.java37 import java.sql.NClob;
854 public void setNClob(String parameterName, NClob value) throws SQLException { in setNClob()
874 public void setNClob(int parameterIndex, NClob value) throws SQLException { in setNClob()
1624 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob()
1629 public void updateNClob(String columnLabel, NClob nClob) throws SQLException { in updateNClob()
1634 public NClob getNClob(int columnIndex) throws SQLException { in getNClob()
1639 public NClob getNClob(String columnLabel) throws SQLException { in getNClob()

12345678910>>...13