Class ClobCreateQuery

All Implemented Interfaces:
CreateQuery<Clob>, Query

public class ClobCreateQuery extends AbstractCreateQuery<Clob>
A query that creates a CLOB (Character Large Object) in the database.

This class extends AbstractCreateQuery to provide functionality for creating CLOB objects. It uses the JDBC connection's createClob method to create a new empty CLOB instance.

  • Constructor Details

    • ClobCreateQuery

      public ClobCreateQuery()
  • Method Details

    • create

      public Clob 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