Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDBC User's Manual - JDBC 4.2 API References #475

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

Soyoon-Choi
Copy link
Collaborator

@Soyoon-Choi Soyoon-Choi commented Jan 15, 2024

7.3 릴리즈 노트에 기재된 업데이트 사항 중 JDBC 4.2 API References 관련 영문 매뉴얼을 수정하는 버그입니다.

표 수정, 다른 항목들 내용 일치 전부 확인했습니다
| isWrapperFor(Class<?> iface) | 4.0 | O | | |

List of classes implementing java.sql.Wrapper interface in Altibase JDBC driver

- Altibase42Connection
- Altibase42Connection @리뷰 국문 AltiabseConnection
Copy link
Collaborator Author

@Soyoon-Choi Soyoon-Choi Apr 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 요청3: java.sql.Wrapper 인터페이스를 구현하고 있는 Altiabse JDBC driver class입니다. 국문엔 AltibaseConnection이고 영문엔 Altibase42Connection인데 어느쪽이 맞는지 알려주시면 내용 일치시키겠습니다.


### java.sql.Wrapper

| Interface name | Specification Version | Supported | Details | Exceptions |
| ----------------------------- | --------------------- | --------- | ------- | ---------- |
| unwrap(Class iface) | 4.0 | O | | |
| unwrap(Class\<T> iface) | 4.0 | O | | |
Copy link
Collaborator Author

@Soyoon-Choi Soyoon-Choi Apr 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 요청2: 기존 국문에서 unwrap(Class<T> iface)라고 되어 있었는데 마크다운 문법 때문에 <T> 부분이 코드처리 되어 보이지 않았습니다. 영문엔 아예 없었고요...따라서 <T>가 보일 수 있도록 수정했는데 혹시 틀렸다면 얘기해주세요~

@@ -969,6 +969,14 @@ Chapter 3.</p>
| Setting Range | N/A |
| Description | Specifies whether to include stored procedures in the result DatabaseMetaData.getProcedures() and DatabaseMetaData.getProcedureColumns() methods return. When this value is set to true, it includes stored procedures. When this value is set to false, stored procedures are not included. Hence, DatabaseMetaData.getFunctions() and DatabaseMetaData.getFunctionColumns() have to be used separately to retrieve the stored procedures information. |

@리뷰 국문과 내용은 일치하지만 7.3 Release Note의 내용과 함수 설명이 조금 달라서 내용 확인 한번만 해주세요.
Copy link
Collaborator Author

@Soyoon-Choi Soyoon-Choi Apr 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 요청1: getprocedures_return_functions 속성에 관한 7.3 릴리즈 노트와 현재 국문 설명이 다른데...같은 뜻인지 아닌지 판단하기가 어려워 리뷰 요청 드립니다.
지난 히스토리를 찾아보니 #217 에서 수정되었고 최초 설명은 #84 에서 추가되었습니다.

"두 메소드의 반환 결과에 저장 함수의 포함 여부를 결정한다."라는 문장의 의미가 애매합니다. 저장 프로시저 관련 메소드 반환값을 설정하기 위한 속성인데,

  1. true로 할 경우 해당 메소드들의 결과에 저장 함수의 "리턴값"도 포함하지만 false일 경우 저장 함수의 "리턴값"을 포함하지 않는다
  2. true로 할 경우 해당 메소드들의 결과에 저장 함수의 "정보"가 포함되지만 false일 경우 저장 함수의 "정보"가 포함되지 않는다

둘 중 어떤 의미인지 헷갈릴 수도 있을 것 같아요. 어떤 내용인지 명확하게 해주시면 수정안 작성해보겠습니다.

@Soyoon-Choi Soyoon-Choi requested review from jinkuko and applys and removed request for jina-altibase April 7, 2024 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant