Class JdbcCreateSchema
- java.lang.Object
-
- org.projectnessie.gc.tool.cli.commands.BaseCommand
-
- org.projectnessie.gc.tool.cli.commands.JdbcCreateSchema
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
public class JdbcCreateSchema extends BaseCommand
-
-
Constructor Summary
Constructors Constructor Description JdbcCreateSchema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Integercall(Closeables closeables)-
Methods inherited from class org.projectnessie.gc.tool.cli.commands.BaseCommand
call
-
-
-
-
Method Detail
-
call
protected java.lang.Integer call(Closeables closeables) throws java.lang.Exception
- Specified by:
callin classBaseCommand- Throws:
java.lang.Exception
-
-