java.lang.Object
org.seasar.doma.jdbc.command.CreateCommand<RESULT>
- Type Parameters:
RESULT- the result type
- All Implemented Interfaces:
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
-
query
the query
-
-
Constructor Details
-
CreateCommand
Creates a new instance.- Parameters:
query- the create query
-
-
Method Details