[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2024-12-05 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`JdbcSQLXML` is a JDBC wrapper for SQLXML data type, providing methods for interaction with XML data within a database."],["This class offers functionalities like retrieving the XML data as a string using `getString()`, setting it with `setString(value)`, and releasing resources with `free()`."],["Detailed documentation and usage examples for each method are linked to the official Java API documentation for comprehensive understanding."]]],["JdbcSQLXML is a JDBC `SQLXML` class with methods for managing XML data. The `free()` method is used to release resources. The `getString()` method retrieves the XML data as a string. The `setString(value)` method sets the XML value using a provided string; it accepts a `String` parameter named `value`. Detailed information about these methods can be found in the `java.sql.SQLXML` documentation.\n"]]