Lines Matching defs:parameterName

3201     * @param parameterName the name of the parameter
3209 public void setNull(String parameterName, int sqlType) throws SQLException {
3235 * @param parameterName the name of the parameter
3246 public void setNull (String parameterName, int sqlType, String typeName)
3258 * @param parameterName the name of the parameter
3267 public void setBoolean(String parameterName, boolean x) throws SQLException{
3278 * @param parameterName the name of the parameter
3287 public void setByte(String parameterName, byte x) throws SQLException{
3298 * @param parameterName the name of the parameter
3307 public void setShort(String parameterName, short x) throws SQLException{
3317 * @param parameterName the name of the parameter
3326 public void setInt(String parameterName, int x) throws SQLException{
3336 * @param parameterName the name of the parameter
3345 public void setLong(String parameterName, long x) throws SQLException{
3355 * @param parameterName the name of the parameter
3364 public void setFloat(String parameterName, float x) throws SQLException{
3374 * @param parameterName the name of the parameter
3383 public void setDouble(String parameterName, double x) throws SQLException{
3395 * @param parameterName the name of the parameter
3404 public void setBigDecimal(String parameterName, BigDecimal x) throws SQLException{
3418 * @param parameterName the name of the parameter
3427 public void setString(String parameterName, String x) throws SQLException{
3440 * @param parameterName the name of the parameter
3449 public void setBytes(String parameterName, byte x[]) throws SQLException{
3461 * @param parameterName the name of the parameter
3470 public void setTimestamp(String parameterName, java.sql.Timestamp x)
3490 * @param parameterName the name of the parameter
3499 public void setAsciiStream(String parameterName, java.io.InputStream x, int length)
3517 * @param parameterName the name of the parameter
3526 public void setBinaryStream(String parameterName, java.io.InputStream x,
3545 * @param parameterName the name of the parameter
3555 public void setCharacterStream(String parameterName,
3577 * @param parameterName the name of the parameter
3584 public void setAsciiStream(String parameterName, java.io.InputStream x)
3604 * @param parameterName the name of the parameter
3611 public void setBinaryStream(String parameterName, java.io.InputStream x)
3634 * @param parameterName the name of the parameter
3642 public void setCharacterStream(String parameterName,
3698 * @param parameterName the name of the parameter
3718 public void setObject(String parameterName, Object x, int targetSqlType, int scale)
3730 * @param parameterName the name of the parameter
3746 public void setObject(String parameterName, Object x, int targetSqlType)
3778 * @param parameterName the name of the parameter
3788 public void setObject(String parameterName, Object x) throws SQLException{
3864 * @param parameterName the name of the parameter to be set
3880 public void setBlob(String parameterName, InputStream inputStream, long length)
3891 * @param parameterName the name of the parameter
3899 public void setBlob (String parameterName, Blob x) throws SQLException{
3916 * @param parameterName the name of the parameter
3925 public void setBlob(String parameterName, InputStream inputStream)
3992 * @param parameterName the name of the parameter to be set
4004 public void setClob(String parameterName, Reader reader, long length)
4015 * @param parameterName the name of the parameter
4023 public void setClob (String parameterName, Clob x) throws SQLException{
4040 * @param parameterName the name of the parameter
4048 public void setClob(String parameterName, Reader reader)
4061 * @param parameterName the name of the parameter
4070 public void setDate(String parameterName, java.sql.Date x)
4086 * @param parameterName the name of the parameter
4097 public void setDate(String parameterName, java.sql.Date x, Calendar cal)
4108 * @param parameterName the name of the parameter
4117 public void setTime(String parameterName, java.sql.Time x)
4133 * @param parameterName the name of the parameter
4144 public void setTime(String parameterName, java.sql.Time x, Calendar cal)
4160 * @param parameterName the name of the parameter
4171 public void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal)
4200 * @param parameterName the name of the parameter
4212 public void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException{
4238 * @param parameterName the name of the parameter
4243 public void setRowId(String parameterName, RowId x) throws SQLException{
4271 * @param parameterName the name of the column to be set
4278 public void setNString(String parameterName, String value)
4307 * @param parameterName the name of the column to be set
4315 public void setNCharacterStream(String parameterName, Reader value, long length)
4334 * @param parameterName the name of the parameter
4343 public void setNCharacterStream(String parameterName, Reader value) throws SQLException{
4352 * @param parameterName the name of the column to be set
4359 public void setNClob(String parameterName, NClob value) throws SQLException{
4374 * @param parameterName the name of the parameter to be set
4387 public void setNClob(String parameterName, Reader reader, long length)
4404 * @param parameterName the name of the parameter
4414 public void setNClob(String parameterName, Reader reader)