Class SqlDdlGeneratorCall
java.lang.Object
org.apache.ignite.migrationtools.cli.sql.calls.SqlDdlGeneratorCall
- All Implemented Interfaces:
org.apache.ignite3.internal.cli.core.call.Call<SqlDdlGeneratorCall.Input,String>
public class SqlDdlGeneratorCall
extends Object
implements org.apache.ignite3.internal.cli.core.call.Call<SqlDdlGeneratorCall.Input,String>
Call for the SQL Generator command.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SqlDdlGeneratorCall
public SqlDdlGeneratorCall()
-
-
Method Details
-
execute
public org.apache.ignite3.internal.cli.core.call.CallOutput<String> execute(SqlDdlGeneratorCall.Input i) - Specified by:
executein interfaceorg.apache.ignite3.internal.cli.core.call.Call<SqlDdlGeneratorCall.Input,String>
-