Lines Matching defs:parameterName

7914      * @param parameterName the name of the parameter
7919 public void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException {
7945 * @param parameterName the name of the parameter
7950 public void setRowId(String parameterName, RowId x) throws SQLException {
7986 * @param parameterName the name of the column to be set
7993 public void setNClob(String parameterName, NClob value) throws SQLException {
8976 * @param parameterName the name of the parameter to be set
8989 public void setNClob(String parameterName, Reader reader, long length)
9006 * @param parameterName the name of the parameter
9016 public void setNClob(String parameterName, Reader reader)
9090 * @param parameterName the name of the column to be set
9097 public void setNString(String parameterName, String value)
9126 * @param parameterName the name of the column to be set
9134 public void setNCharacterStream(String parameterName, Reader value, long length)
9152 * @param parameterName the name of the parameter
9161 public void setNCharacterStream(String parameterName, Reader value) throws SQLException{
9175 * @param parameterName the name of the parameter
9186 public void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal)
9200 * @param parameterName the name of the parameter to be set
9212 public void setClob(String parameterName, Reader reader, long length)
9223 * @param parameterName the name of the parameter
9231 public void setClob (String parameterName, Clob x) throws SQLException{
9248 * @param parameterName the name of the parameter
9256 public void setClob(String parameterName, Reader reader)
9269 * @param parameterName the name of the parameter
9278 public void setDate(String parameterName, java.sql.Date x)
9294 * @param parameterName the name of the parameter
9305 public void setDate(String parameterName, java.sql.Date x, Calendar cal)
9316 * @param parameterName the name of the parameter
9325 public void setTime(String parameterName, java.sql.Time x)
9341 * @param parameterName the name of the parameter
9352 public void setTime(String parameterName, java.sql.Time x, Calendar cal)
9478 * @param parameterName the name of the parameter to be set
9494 public void setBlob(String parameterName, InputStream inputStream, long length)
9505 * @param parameterName the name of the parameter
9513 public void setBlob (String parameterName, Blob x) throws SQLException{
9530 * @param parameterName the name of the parameter
9539 public void setBlob(String parameterName, InputStream inputStream)
9565 * @param parameterName the name of the parameter
9585 public void setObject(String parameterName, Object x, int targetSqlType, int scale)
9597 * @param parameterName the name of the parameter
9613 public void setObject(String parameterName, Object x, int targetSqlType)
9645 * @param parameterName the name of the parameter
9655 public void setObject(String parameterName, Object x) throws SQLException{
9672 * @param parameterName the name of the parameter
9681 public void setAsciiStream(String parameterName, java.io.InputStream x, int length)
9699 * @param parameterName the name of the parameter
9708 public void setBinaryStream(String parameterName, java.io.InputStream x,
9727 * @param parameterName the name of the parameter
9737 public void setCharacterStream(String parameterName,
9759 * @param parameterName the name of the parameter
9766 public void setAsciiStream(String parameterName, java.io.InputStream x)
9786 * @param parameterName the name of the parameter
9793 public void setBinaryStream(String parameterName, java.io.InputStream x)
9816 * @param parameterName the name of the parameter
9824 public void setCharacterStream(String parameterName,
9835 * @param parameterName the name of the parameter
9844 public void setBigDecimal(String parameterName, BigDecimal x) throws SQLException{
9858 * @param parameterName the name of the parameter
9867 public void setString(String parameterName, String x) throws SQLException{
9880 * @param parameterName the name of the parameter
9889 public void setBytes(String parameterName, byte x[]) throws SQLException{
9901 * @param parameterName the name of the parameter
9910 public void setTimestamp(String parameterName, java.sql.Timestamp x)
9920 * @param parameterName the name of the parameter
9928 public void setNull(String parameterName, int sqlType) throws SQLException {
9954 * @param parameterName the name of the parameter
9965 public void setNull (String parameterName, int sqlType, String typeName)
9977 * @param parameterName the name of the parameter
9986 public void setBoolean(String parameterName, boolean x) throws SQLException{
9997 * @param parameterName the name of the parameter
10006 public void setByte(String parameterName, byte x) throws SQLException{
10017 * @param parameterName the name of the parameter
10026 public void setShort(String parameterName, short x) throws SQLException{
10036 * @param parameterName the name of the parameter
10045 public void setInt(String parameterName, int x) throws SQLException{
10055 * @param parameterName the name of the parameter
10064 public void setLong(String parameterName, long x) throws SQLException{
10074 * @param parameterName the name of the parameter
10083 public void setFloat(String parameterName, float x) throws SQLException{
10093 * @param parameterName the name of the parameter
10102 public void setDouble(String parameterName, double x) throws SQLException{