XMLDescribeType
- Last Updated: February 9, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft SQL Server 6.0
- Documentation
Purpose
Determines whether the driver maps XML data to the LONGVARCHAR or LONGVARBINARY data type.
Valid values
longvarchar | longvarbinary
Behavior
If set to longvarchar, the driver maps XML data to the LONGVARCHAR data
type.
If set to longvarbinary, the driver maps XML data to the LONGVARBINARY
data type.
Data source method
public String getXMLDescribeType()
public void
setXMLDescribeType(String)
Default
None
Data type
String