XMLDescribeType
- Last Updated: May 30, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Determines whether the driver maps XML data to the CLOB or BLOB data type.
Valid Values
clob | blob
Behavior
If
set to clob, the driver maps XML data to the CLOB data
type.
If set to blob, the driver maps XML
data to the BLOB data type.
Data Source Methods
public String getXMLDescribeType()
public void setXMLDescribeType(String)
Default
No default value
Data Type
String