-
Bug
-
Resolution: Fixed
-
P4
-
None
-
8, 9, 20
A DESCRIPTION OF THE PROBLEM :
original : Returns true if the connection has not been closed and is still valid.
Japanese :接続がクローズされていて、まだ有効である場合はtrueを返します。ドライバは、接続に対するクエリーを送信するか、またはこのメソッドが呼び出されるときに接続がまだ有効であることを明確に検証するその他のメカニズムを使用します。
mean : Returns true if the connection "has been" closed and is still valid.
https://docs.oracle.com/javase/jp/8/docs/api/java/sql/Connection.html#isValid-int-
I found this issue SE 8 and 7 document. It may be in other documents.
FREQUENCY : always
original : Returns true if the connection has not been closed and is still valid.
Japanese :接続がクローズされていて、まだ有効である場合はtrueを返します。ドライバは、接続に対するクエリーを送信するか、またはこのメソッドが呼び出されるときに接続がまだ有効であることを明確に検証するその他のメカニズムを使用します。
mean : Returns true if the connection "has been" closed and is still valid.
https://docs.oracle.com/javase/jp/8/docs/api/java/sql/Connection.html#isValid-int-
I found this issue SE 8 and 7 document. It may be in other documents.
FREQUENCY : always