Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update JDBC User's Manual.md
  • Loading branch information
Soyoon-Choi committed Apr 4, 2024
commit 6bff06a82a85326b64cfe97393544c87aa678b3f
12 changes: 6 additions & 6 deletions Manuals/Altibase_7.3/eng/JDBC User's Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -3539,12 +3539,12 @@ The following table lists the types of SQLSTATE which can occur in the Altibase

| Interface name | Specification Version | **Supported** | Details | Exceptions |
| :------------------------------------------------------ | --------------------- | ------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| createBlob() | 4.0 | O | Does not support creating LOB object in Connection phase | |
| createClob() | 4.0 | O | Does not support creating LOB object in Connection phase | |
| createBlob() | 4.0 | O | Does not support creating LOB object in Connection phase<br/>국문: long 데이터형은 지원하지 않음 | |
| createClob() | 4.0 | O | Does not support creating LOB object in Connection phase<br/>국문: long 데이터형은 지원하지 않음 | |
| createNClob() | 4.0 | X | Does not support multinational language for CLOB object | SQLFeatureNotSupported error occurred |
| createSQLXML() | 4.0 | X | Does not support SQLXML type | SQLFeatureNotSupported error occurred |
| isValid(int timeout) | 4.0 | O | | |
| setClientInfo(String name, String value) | 4.0 | O | Altibase JDBC supports ApplicationName only among client attributes | |
| setClientInfo(String name, String value) | 4.0 | O | Supports ApplicationName only among client attributes | |
| setClientInfo(Properties properties) | 4.0 | O | Supports ApplicationName only | |
| getClientInfo(String name) | 4.0 | O | Supports ApplicationName only | |
| getClientInfo() | 4.0 | O | Supports ApplicationName only | |
Expand All @@ -3560,12 +3560,12 @@ The following table lists the types of SQLSTATE which can occur in the Altibase

| 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>가 보일 수 있도록 수정했는데 혹시 틀렸다면 얘기해주세요~

| isWrapperFor(Class<?> iface) | 4.0 | O | | |

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

- Altibase42Connection
- Altibase42Connection 국문 AltiabseConnection
- AltibaseStatement
- AltibaseResultSet
- AltibaseResultSetMetaData
Expand Down Expand Up @@ -3732,7 +3732,7 @@ The following table lists the types of SQLSTATE which can occur in the Altibase

| Interface name | Specification Version | Supported | Details | Exceptions |
| ------------------------------------------------------------ | --------------------- | --------- | ----------------------------- | -------------------------------------- |
| getRowIdLifetime() | 4.0 | X | Does not support RowId | SQLFeatureNotSupported error occurred |
| getRowIdLifetime() | 4.0 | X | Does not support RowId | SQLFeatureNotSupported error occurred |
| getSchemas(String catalog, String schemaPattern) | 4.0 | O | | |
| supportsStoredFunctionsUsingCallSyntax() | 4.0 | X | Returns false | |
| autoCommitFailureClosesAllResultSets() | 4.0 | X | Returns false | |
Expand Down