JDBCBehavior
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Atlassian Jira 6.0
- Documentation
Purpose
Determines how the driver describes native data types that map to the following JDBC 4.0 data types: NCHAR, NVARCHAR, NLONGVARCHAR, NCLOB, and SQLXML.
Valid Values
0 | 1
Behavior
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, regardless of JVM. This allows your application
to continue using JDBC 3.0 types in a Java SE 8 or higher environment.
Data Source Method
setJDBCBehavior
Default
1
Data Type
int