Home
last modified time | relevance | path

Searched refs:parameterName (Results 1 – 25 of 1798) sorted by relevance

12345678910>>...72

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.sql/share/classes/java/sql/
H A DCallableStatement.java991 void setDate(String parameterName, java.sql.Date x) in setDate() argument
1009 void setTime(String parameterName, java.sql.Time x) in setTime() argument
1209 void setCharacterStream(String parameterName, in setCharacterStream() argument
1376 byte getByte(String parameterName) throws SQLException; in getByte() argument
1409 int getInt(String parameterName) throws SQLException; in getInt() argument
1604 Ref getRef (String parameterName) throws SQLException; in getRef() argument
1821 void setNString(String parameterName, String value) in setNString() argument
2253 void setCharacterStream(String parameterName, in setCharacterStream() argument
2331 void setCharacterStream(String parameterName, in setCharacterStream() argument
2379 void setClob(String parameterName, Reader reader) in setClob() argument
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.sql/share/classes/java/sql/
H A DCallableStatement.java991 void setDate(String parameterName, java.sql.Date x) in setDate() argument
1009 void setTime(String parameterName, java.sql.Time x) in setTime() argument
1209 void setCharacterStream(String parameterName, in setCharacterStream() argument
1376 byte getByte(String parameterName) throws SQLException; in getByte() argument
1409 int getInt(String parameterName) throws SQLException; in getInt() argument
1604 Ref getRef (String parameterName) throws SQLException; in getRef() argument
1821 void setNString(String parameterName, String value) in setNString() argument
2253 void setCharacterStream(String parameterName, in setCharacterStream() argument
2331 void setCharacterStream(String parameterName, in setCharacterStream() argument
2379 void setClob(String parameterName, Reader reader) in setClob() argument
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.sql/share/classes/java/sql/
H A DCallableStatement.java991 void setDate(String parameterName, java.sql.Date x) in setDate() argument
1009 void setTime(String parameterName, java.sql.Time x) in setTime() argument
1209 void setCharacterStream(String parameterName, in setCharacterStream() argument
1376 byte getByte(String parameterName) throws SQLException; in getByte() argument
1409 int getInt(String parameterName) throws SQLException; in getInt() argument
1604 Ref getRef (String parameterName) throws SQLException; in getRef() argument
1821 void setNString(String parameterName, String value) in setNString() argument
2253 void setCharacterStream(String parameterName, in setCharacterStream() argument
2331 void setCharacterStream(String parameterName, in setCharacterStream() argument
2379 void setClob(String parameterName, Reader reader) in setClob() argument
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/sql/
H A DCallableStatement.java990 void setDate(String parameterName, java.sql.Date x) in setDate() argument
1008 void setTime(String parameterName, java.sql.Time x) in setTime() argument
1208 void setCharacterStream(String parameterName, in setCharacterStream() argument
1375 byte getByte(String parameterName) throws SQLException; in getByte() argument
1408 int getInt(String parameterName) throws SQLException; in getInt() argument
1603 Ref getRef (String parameterName) throws SQLException; in getRef() argument
1820 void setNString(String parameterName, String value) in setNString() argument
2251 void setCharacterStream(String parameterName, in setCharacterStream() argument
2329 void setCharacterStream(String parameterName, in setCharacterStream() argument
2377 void setClob(String parameterName, Reader reader) in setClob() argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.sql/share/classes/java/sql/
H A DCallableStatement.java991 void setDate(String parameterName, java.sql.Date x) in setDate() argument
1009 void setTime(String parameterName, java.sql.Time x) in setTime() argument
1209 void setCharacterStream(String parameterName, in setCharacterStream() argument
1376 byte getByte(String parameterName) throws SQLException; in getByte() argument
1409 int getInt(String parameterName) throws SQLException; in getInt() argument
1604 Ref getRef (String parameterName) throws SQLException; in getRef() argument
1821 void setNString(String parameterName, String value) in setNString() argument
2253 void setCharacterStream(String parameterName, in setCharacterStream() argument
2331 void setCharacterStream(String parameterName, in setCharacterStream() argument
2379 void setClob(String parameterName, Reader reader) in setClob() argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.sql/share/classes/java/sql/
H A DCallableStatement.java991 void setDate(String parameterName, java.sql.Date x) in setDate() argument
1009 void setTime(String parameterName, java.sql.Time x) in setTime() argument
1209 void setCharacterStream(String parameterName, in setCharacterStream() argument
1376 byte getByte(String parameterName) throws SQLException; in getByte() argument
1409 int getInt(String parameterName) throws SQLException; in getInt() argument
1604 Ref getRef (String parameterName) throws SQLException; in getRef() argument
1821 void setNString(String parameterName, String value) in setNString() argument
2253 void setCharacterStream(String parameterName, in setCharacterStream() argument
2331 void setCharacterStream(String parameterName, in setCharacterStream() argument
2379 void setClob(String parameterName, Reader reader) in setClob() argument
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.sql/share/classes/java/sql/
H A DCallableStatement.java991 void setDate(String parameterName, java.sql.Date x) in setDate() argument
1009 void setTime(String parameterName, java.sql.Time x) in setTime() argument
1209 void setCharacterStream(String parameterName, in setCharacterStream() argument
1376 byte getByte(String parameterName) throws SQLException; in getByte() argument
1409 int getInt(String parameterName) throws SQLException; in getInt() argument
1604 Ref getRef (String parameterName) throws SQLException; in getRef() argument
1821 void setNString(String parameterName, String value) in setNString() argument
2253 void setCharacterStream(String parameterName, in setCharacterStream() argument
2331 void setCharacterStream(String parameterName, in setCharacterStream() argument
2379 void setClob(String parameterName, Reader reader) in setClob() argument
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.sql/share/classes/java/sql/
H A DCallableStatement.java991 void setDate(String parameterName, java.sql.Date x) in setDate() argument
1009 void setTime(String parameterName, java.sql.Time x) in setTime() argument
1209 void setCharacterStream(String parameterName, in setCharacterStream() argument
1376 byte getByte(String parameterName) throws SQLException; in getByte() argument
1409 int getInt(String parameterName) throws SQLException; in getInt() argument
1604 Ref getRef (String parameterName) throws SQLException; in getRef() argument
1821 void setNString(String parameterName, String value) in setNString() argument
2253 void setCharacterStream(String parameterName, in setCharacterStream() argument
2331 void setCharacterStream(String parameterName, in setCharacterStream() argument
2379 void setClob(String parameterName, Reader reader) in setClob() argument
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.sql/share/classes/java/sql/
H A DCallableStatement.java991 void setDate(String parameterName, java.sql.Date x) in setDate() argument
1009 void setTime(String parameterName, java.sql.Time x) in setTime() argument
1209 void setCharacterStream(String parameterName, in setCharacterStream() argument
1376 byte getByte(String parameterName) throws SQLException; in getByte() argument
1409 int getInt(String parameterName) throws SQLException; in getInt() argument
1604 Ref getRef (String parameterName) throws SQLException; in getRef() argument
1821 void setNString(String parameterName, String value) in setNString() argument
2253 void setCharacterStream(String parameterName, in setCharacterStream() argument
2331 void setCharacterStream(String parameterName, in setCharacterStream() argument
2379 void setClob(String parameterName, Reader reader) in setClob() argument
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/sql/
H A DCallableStatement.java990 void setDate(String parameterName, java.sql.Date x) in setDate() argument
1008 void setTime(String parameterName, java.sql.Time x) in setTime() argument
1208 void setCharacterStream(String parameterName, in setCharacterStream() argument
1375 byte getByte(String parameterName) throws SQLException; in getByte() argument
1408 int getInt(String parameterName) throws SQLException; in getInt() argument
1603 Ref getRef (String parameterName) throws SQLException; in getRef() argument
1820 void setNString(String parameterName, String value) in setNString() argument
2251 void setCharacterStream(String parameterName, in setCharacterStream() argument
2329 void setCharacterStream(String parameterName, in setCharacterStream() argument
2377 void setClob(String parameterName, Reader reader) in setClob() argument
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Daudio_track_collection.cpp125 if (!params->IfExists(FullParameterName("enable", parameterName))) in AddParameters()
167 if (params->IfExists(FullParameterName("enable", parameterName))) in RemoveParameters()
173 params->DeleteParameter(FullParameterName("enable", parameterName)); in RemoveParameters()
223 const QString parameterName = listOfAllParameters[i]; in RefreshAllAudioTracks() local
224 if (audioTracks[parameterName]->isLoaded()) in RefreshAllAudioTracks()
226 audioTracks[parameterName]->setFramesPerSecond( in RefreshAllAudioTracks()
228 audioTracks[parameterName]->setSoundDelay( in RefreshAllAudioTracks()
231 audioTracks[parameterName]->calculateFFT(); in RefreshAllAudioTracks()
240 audioTracks[parameterName]->binaryFilter( in RefreshAllAudioTracks()
246 audioTracks[parameterName]->decayFilter( in RefreshAllAudioTracks()
[all …]
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/database/
H A DCallableStatementWrapper.java449 cstmt.setURL(parameterName, val); in setURL()
477 cstmt.setByte(parameterName, x); in setByte()
485 cstmt.setShort(parameterName, x); in setShort()
489 cstmt.setInt(parameterName, x); in setInt()
501 cstmt.setLong(parameterName, x); in setLong()
509 cstmt.setFloat(parameterName, x); in setFloat()
549 cstmt.setBytes(parameterName, x); in setBytes()
553 cstmt.setDate(parameterName, x); in setDate()
561 cstmt.setTime(parameterName, x); in setTime()
825 cstmt.setBlob(parameterName, x); in setBlob()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/sql/
H A DCallableStatement.java446 void setBigDecimal(String parameterName, BigDecimal x) in setBigDecimal() argument
472 void setTimestamp(String parameterName, Timestamp x) in setTimestamp() argument
549 byte getByte(String parameterName) throws SQLException; in getByte() argument
559 int getInt(String parameterName) throws SQLException; in getInt() argument
564 long getLong(String parameterName) throws SQLException; in getLong() argument
584 Date getDate(String parameterName) throws SQLException; in getDate() argument
589 Time getTime(String parameterName) throws SQLException; in getTime() argument
614 Ref getRef(String parameterName) throws SQLException; in getRef() argument
619 Blob getBlob(String parameterName) throws SQLException; in getBlob() argument
624 Clob getClob(String parameterName) throws SQLException; in getClob() argument
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/sql/
H A DCallableStatement.java446 void setBigDecimal(String parameterName, BigDecimal x) in setBigDecimal() argument
472 void setTimestamp(String parameterName, Timestamp x) in setTimestamp() argument
549 byte getByte(String parameterName) throws SQLException; in getByte() argument
559 int getInt(String parameterName) throws SQLException; in getInt() argument
564 long getLong(String parameterName) throws SQLException; in getLong() argument
584 Date getDate(String parameterName) throws SQLException; in getDate() argument
589 Time getTime(String parameterName) throws SQLException; in getTime() argument
614 Ref getRef(String parameterName) throws SQLException; in getRef() argument
619 Blob getBlob(String parameterName) throws SQLException; in getBlob() argument
624 Clob getClob(String parameterName) throws SQLException; in getClob() argument
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/sql/
H A DCallableStatement.java446 void setBigDecimal(String parameterName, BigDecimal x) in setBigDecimal() argument
472 void setTimestamp(String parameterName, Timestamp x) in setTimestamp() argument
549 byte getByte(String parameterName) throws SQLException; in getByte() argument
559 int getInt(String parameterName) throws SQLException; in getInt() argument
564 long getLong(String parameterName) throws SQLException; in getLong() argument
584 Date getDate(String parameterName) throws SQLException; in getDate() argument
589 Time getTime(String parameterName) throws SQLException; in getTime() argument
614 Ref getRef(String parameterName) throws SQLException; in getRef() argument
619 Blob getBlob(String parameterName) throws SQLException; in getBlob() argument
624 Clob getClob(String parameterName) throws SQLException; in getClob() argument
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/jdbc/
H A DJDBCCallableStatement.java1726 public void setURL(String parameterName, in setURL() argument
1728 setURL(findParameterIndex(parameterName), val); in setURL()
1827 setByte(findParameterIndex(parameterName), x); in setByte()
1891 setInt(findParameterIndex(parameterName), x); in setInt()
1923 setLong(findParameterIndex(parameterName), x); in setLong()
2124 setDate(findParameterIndex(parameterName), x); in setDate()
2156 setTime(findParameterIndex(parameterName), x); in setTime()
4500 String parameterName, in setBlob() argument
4598 public <T>T getObject(String parameterName, in getObject() argument
4681 if (parameterName == null) { in findParameterIndex()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/sql/testng/util/
H A DStubCallableStatement.java338 public byte getByte(String parameterName) throws SQLException { in getByte() argument
343 public short getShort(String parameterName) throws SQLException { in getShort() argument
348 public int getInt(String parameterName) throws SQLException { in getInt() argument
353 public long getLong(String parameterName) throws SQLException { in getLong() argument
358 public float getFloat(String parameterName) throws SQLException { in getFloat() argument
373 public Date getDate(String parameterName) throws SQLException { in getDate() argument
378 public Time getTime(String parameterName) throws SQLException { in getTime() argument
403 public Ref getRef(String parameterName) throws SQLException { in getRef() argument
408 public Blob getBlob(String parameterName) throws SQLException { in getBlob() argument
413 public Clob getClob(String parameterName) throws SQLException { in getClob() argument
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/sql/testng/util/
H A DStubCallableStatement.java338 public byte getByte(String parameterName) throws SQLException { in getByte() argument
343 public short getShort(String parameterName) throws SQLException { in getShort() argument
348 public int getInt(String parameterName) throws SQLException { in getInt() argument
353 public long getLong(String parameterName) throws SQLException { in getLong() argument
358 public float getFloat(String parameterName) throws SQLException { in getFloat() argument
373 public Date getDate(String parameterName) throws SQLException { in getDate() argument
378 public Time getTime(String parameterName) throws SQLException { in getTime() argument
403 public Ref getRef(String parameterName) throws SQLException { in getRef() argument
408 public Blob getBlob(String parameterName) throws SQLException { in getBlob() argument
413 public Clob getClob(String parameterName) throws SQLException { in getClob() argument
[all …]
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/jdbc/com/firstworks/sql/
H A DSQLRelayCallableStatement.java44 public BigDecimal getBigDecimal(String parameterName) in getBigDecimal() argument
270 public Object getObject(String parameterName, in getObject() argument
452 public void setAsciiStream(String parameterName, in setAsciiStream() argument
459 public void setAsciiStream(String parameterName, in setAsciiStream() argument
467 public void setAsciiStream(String parameterName, in setAsciiStream() argument
487 public void setBinaryStream(String parameterName, in setBinaryStream() argument
495 public void setBinaryStream(String parameterName, in setBinaryStream() argument
503 public void setBlob(String parameterName, Blob x) in setBlob() argument
515 public void setBlob(String parameterName, in setBlob() argument
607 public void setInt(String parameterName, int x) in setInt() argument
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/sql/testng/util/
H A DStubCallableStatement.java338 public byte getByte(String parameterName) throws SQLException { in getByte() argument
343 public short getShort(String parameterName) throws SQLException { in getShort() argument
348 public int getInt(String parameterName) throws SQLException { in getInt() argument
353 public long getLong(String parameterName) throws SQLException { in getLong() argument
358 public float getFloat(String parameterName) throws SQLException { in getFloat() argument
373 public Date getDate(String parameterName) throws SQLException { in getDate() argument
378 public Time getTime(String parameterName) throws SQLException { in getTime() argument
403 public Ref getRef(String parameterName) throws SQLException { in getRef() argument
408 public Blob getBlob(String parameterName) throws SQLException { in getBlob() argument
413 public Clob getClob(String parameterName) throws SQLException { in getClob() argument
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/sql/testng/util/
H A DStubCallableStatement.java338 public byte getByte(String parameterName) throws SQLException { in getByte() argument
343 public short getShort(String parameterName) throws SQLException { in getShort() argument
348 public int getInt(String parameterName) throws SQLException { in getInt() argument
353 public long getLong(String parameterName) throws SQLException { in getLong() argument
358 public float getFloat(String parameterName) throws SQLException { in getFloat() argument
373 public Date getDate(String parameterName) throws SQLException { in getDate() argument
378 public Time getTime(String parameterName) throws SQLException { in getTime() argument
403 public Ref getRef(String parameterName) throws SQLException { in getRef() argument
408 public Blob getBlob(String parameterName) throws SQLException { in getBlob() argument
413 public Clob getClob(String parameterName) throws SQLException { in getClob() argument
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/sql/testng/util/
H A DStubCallableStatement.java338 public byte getByte(String parameterName) throws SQLException { in getByte() argument
343 public short getShort(String parameterName) throws SQLException { in getShort() argument
348 public int getInt(String parameterName) throws SQLException { in getInt() argument
353 public long getLong(String parameterName) throws SQLException { in getLong() argument
358 public float getFloat(String parameterName) throws SQLException { in getFloat() argument
373 public Date getDate(String parameterName) throws SQLException { in getDate() argument
378 public Time getTime(String parameterName) throws SQLException { in getTime() argument
403 public Ref getRef(String parameterName) throws SQLException { in getRef() argument
408 public Blob getBlob(String parameterName) throws SQLException { in getBlob() argument
413 public Clob getClob(String parameterName) throws SQLException { in getClob() argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/sql/testng/util/
H A DStubCallableStatement.java338 public byte getByte(String parameterName) throws SQLException { in getByte() argument
343 public short getShort(String parameterName) throws SQLException { in getShort() argument
348 public int getInt(String parameterName) throws SQLException { in getInt() argument
353 public long getLong(String parameterName) throws SQLException { in getLong() argument
358 public float getFloat(String parameterName) throws SQLException { in getFloat() argument
373 public Date getDate(String parameterName) throws SQLException { in getDate() argument
378 public Time getTime(String parameterName) throws SQLException { in getTime() argument
403 public Ref getRef(String parameterName) throws SQLException { in getRef() argument
408 public Blob getBlob(String parameterName) throws SQLException { in getBlob() argument
413 public Clob getClob(String parameterName) throws SQLException { in getClob() argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/sql/testng/util/
H A DStubCallableStatement.java338 public byte getByte(String parameterName) throws SQLException { in getByte() argument
343 public short getShort(String parameterName) throws SQLException { in getShort() argument
348 public int getInt(String parameterName) throws SQLException { in getInt() argument
353 public long getLong(String parameterName) throws SQLException { in getLong() argument
358 public float getFloat(String parameterName) throws SQLException { in getFloat() argument
373 public Date getDate(String parameterName) throws SQLException { in getDate() argument
378 public Time getTime(String parameterName) throws SQLException { in getTime() argument
403 public Ref getRef(String parameterName) throws SQLException { in getRef() argument
408 public Blob getBlob(String parameterName) throws SQLException { in getBlob() argument
413 public Clob getClob(String parameterName) throws SQLException { in getClob() argument
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/sql/testng/util/
H A DStubCallableStatement.java338 public byte getByte(String parameterName) throws SQLException { in getByte() argument
343 public short getShort(String parameterName) throws SQLException { in getShort() argument
348 public int getInt(String parameterName) throws SQLException { in getInt() argument
353 public long getLong(String parameterName) throws SQLException { in getLong() argument
358 public float getFloat(String parameterName) throws SQLException { in getFloat() argument
373 public Date getDate(String parameterName) throws SQLException { in getDate() argument
378 public Time getTime(String parameterName) throws SQLException { in getTime() argument
403 public Ref getRef(String parameterName) throws SQLException { in getRef() argument
408 public Blob getBlob(String parameterName) throws SQLException { in getBlob() argument
413 public Clob getClob(String parameterName) throws SQLException { in getClob() argument
[all …]

12345678910>>...72