Lines Matching refs:parameterName

463      * @param parameterName the name of the parameter
471 void setNull(String parameterName, int sqlType) throws SQLException;
525 * @param parameterName the name of the parameter
536 void setNull (String parameterName, int sqlType, String typeName)
555 * @param parameterName the name of the parameter
564 void setBoolean(String parameterName, boolean x) throws SQLException;
582 * @param parameterName the name of the parameter
591 void setByte(String parameterName, byte x) throws SQLException;
609 * @param parameterName the name of the parameter
618 void setShort(String parameterName, short x) throws SQLException;
636 * @param parameterName the name of the parameter
645 void setInt(String parameterName, int x) throws SQLException;
663 * @param parameterName the name of the parameter
672 void setLong(String parameterName, long x) throws SQLException;
690 * @param parameterName the name of the parameter
699 void setFloat(String parameterName, float x) throws SQLException;
717 * @param parameterName the name of the parameter
726 void setDouble(String parameterName, double x) throws SQLException;
746 * @param parameterName the name of the parameter
755 void setBigDecimal(String parameterName, BigDecimal x) throws SQLException;
778 * @param parameterName the name of the parameter
787 void setString(String parameterName, String x) throws SQLException;
809 * @param parameterName the name of the parameter
818 void setBytes(String parameterName, byte x[]) throws SQLException;
863 * @param parameterName the name of the parameter
872 void setTimestamp(String parameterName, java.sql.Timestamp x)
908 * @param parameterName the name of the parameter
917 void setAsciiStream(String parameterName, java.io.InputStream x, int length)
952 * @param parameterName the name of the parameter
961 void setBinaryStream(String parameterName, java.io.InputStream x,
999 * @param parameterName the name of the parameter
1009 void setCharacterStream(String parameterName,
1054 * @param parameterName the name of the parameter
1061 void setAsciiStream(String parameterName, java.io.InputStream x)
1103 * @param parameterName the name of the parameter
1110 void setBinaryStream(String parameterName, java.io.InputStream x)
1157 * @param parameterName the name of the parameter
1165 void setCharacterStream(String parameterName,
1261 * @param parameterName the name of the parameter
1281 void setObject(String parameterName, Object x, int targetSqlType, int scale)
1309 * @param parameterName the name of the parameter
1325 void setObject(String parameterName, Object x, int targetSqlType)
1354 * @param parameterName the name of the parameter
1364 void setObject(String parameterName, Object x) throws SQLException;
1486 * @param parameterName the name of the parameter to be set
1502 void setBlob(String parameterName, InputStream inputStream, long length)
1510 * @param parameterName the name of the parameter
1518 void setBlob (String parameterName, Blob x) throws SQLException;
1532 * @param parameterName the name of the parameter
1541 void setBlob(String parameterName, InputStream inputStream)
1611 * @param parameterName the name of the parameter to be set
1623 void setClob(String parameterName, Reader reader, long length)
1631 * @param parameterName the name of the parameter
1639 void setClob (String parameterName, Clob x) throws SQLException;
1653 * @param parameterName the name of the parameter
1661 void setClob(String parameterName, Reader reader)
1697 * @param parameterName the name of the parameter
1706 void setDate(String parameterName, java.sql.Date x)
1719 * @param parameterName the name of the parameter
1730 void setDate(String parameterName, java.sql.Date x, Calendar cal)
1752 * @param parameterName the name of the parameter
1761 void setTime(String parameterName, java.sql.Time x)
1774 * @param parameterName the name of the parameter
1785 void setTime(String parameterName, java.sql.Time x, Calendar cal)
1814 * @param parameterName the name of the parameter
1825 void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal)
1919 * @param parameterName the name of the parameter
1931 void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException;
1951 * @param parameterName the name of the parameter
1956 void setRowId(String parameterName, RowId x) throws SQLException;
1979 * @param parameterName the name of the column to be set
1986 public void setNString(String parameterName, String value)
2009 * @param parameterName the name of the column to be set
2017 public void setNCharacterStream(String parameterName, Reader value, long length)
2033 * @param parameterName the name of the parameter
2042 void setNCharacterStream(String parameterName, Reader value) throws SQLException;
2048 * @param parameterName the name of the column to be set
2055 void setNClob(String parameterName, NClob value) throws SQLException;
2067 * @param parameterName the name of the parameter to be set
2080 void setNClob(String parameterName, Reader reader, long length)
2094 * @param parameterName the name of the parameter
2104 void setNClob(String parameterName, Reader reader)