Class SQLXMLCreateQuery

All Implemented Interfaces:
CreateQuery<SQLXML>, Query

public class SQLXMLCreateQuery extends AbstractCreateQuery<SQLXML>
A query that creates a SQLXML object in the database.

This class extends AbstractCreateQuery to provide functionality for creating SQLXML objects. It uses the JDBC connection's createSQLXML method to create a new empty SQLXML instance that can store XML data.

  • Constructor Details

    • SQLXMLCreateQuery

      public SQLXMLCreateQuery()
  • Method Details

    • create

      public SQLXML create(Connection connection) throws SQLException
      Creates a database resource using the given connection.
      Parameters:
      connection - the JDBC connection
      Returns:
      the created resource
      Throws:
      SQLException - if a database access error occurs