Class NClobCreateQuery

All Implemented Interfaces:
CreateQuery<NClob>, Query

public class NClobCreateQuery extends AbstractCreateQuery<NClob>
A query that creates an NCLOB (National Character Large Object) in the database.

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

  • Constructor Details

    • NClobCreateQuery

      public NClobCreateQuery()
  • Method Details

    • create

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