Class CreateCommand<RESULT>

java.lang.Object
org.seasar.doma.jdbc.command.CreateCommand<RESULT>
Type Parameters:
RESULT - the result type
All Implemented Interfaces:
Command<RESULT>

public class CreateCommand<RESULT> extends Object implements Command<RESULT>
A command to create a database object.

This command executes a query that creates a database object such as a table or index.

  • Field Details

  • Constructor Details

    • CreateCommand

      public CreateCommand(CreateQuery<RESULT> query)
      Creates a new instance.
      Parameters:
      query - the create query
  • Method Details