Binary data
- Last Updated: August 11, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- PostgreSQL 6.0
- Documentation
Your application can use the following methods to insert or update XML data as binary data:
- PreparedStatement.setBytes()
- PreparedStatement.setBinaryStream()
- PreparedStatement.setBlob()
- PreparedStatement.setObject()
- ResultSet.updateBytes()
- ResultSet.updateBinaryStream()
- ResultSet.updateBlob()
- ReultSet.updateObject()
The driver does not apply any data conversions when sending XML data to the database server.