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
Update JDBC User's Manual.md
  • Loading branch information
Soyoon-Choi committed Apr 5, 2024
commit d2d9d57c202e20d69337ea0c10c82ce6308cc4aa
4 changes: 2 additions & 2 deletions Manuals/Altibase_7.3/eng/JDBC User's Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -3547,8 +3547,8 @@ 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<br/>@리뷰 국문: long 데이터형은 지원하지 않음 | |
| createClob() | 4.0 | O | Does not support creating LOB object in Connection phase<br/>국문: long 데이터형은 지원하지 않음 | |
| createBlob() | 4.0 | O | Does not support long data type | |
| createClob() | 4.0 | O | Does not support long data type | |
| 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 | | |
Expand Down