mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-14 18:03:44 +00:00
8345279: Mistake in javadoc of javax.sql.rowset.BaseRowSet#setBigDecimal
Reviewed-by: darcy, lancea, iris
This commit is contained in:
parent
3f6c04247f
commit
d88c7b365a
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -1892,7 +1892,7 @@ public abstract class BaseRowSet implements Serializable, Cloneable {
|
||||
|
||||
/**
|
||||
* Sets the designated parameter to the given
|
||||
* <code>java.lang.BigDecimal</code> value. The driver converts this to
|
||||
* <code>java.math.BigDecimal</code> value. The driver converts this to
|
||||
* an SQL <code>NUMERIC</code> value when it sends it to the database.
|
||||
* <P>
|
||||
* The parameter value set by this method is stored internally and
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user