JDBCBehavior
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
Description
Determines how the driver describes database data types that map to the following JDBC 4.0 data types: NCHAR, NVARCHAR, NLONGVARCHAR, and NCLOB.
Valid Values
0 | 1
If set to 0, the driver describes the data types as JDBC 4.0 data types.
If set to 1, the driver describes the data types using JDBC 3.0-equivalent data types. This allows your application to continue using JDBC 3.0 types.
Default
1
Data type
int