Class JdbcCreateSchema

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>

    public class JdbcCreateSchema
    extends BaseCommand
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Integer call​(Closeables closeables)  
      • Methods inherited from class org.projectnessie.gc.tool.cli.commands.BaseCommand

        call
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JdbcCreateSchema

        public JdbcCreateSchema()
    • Method Detail

      • call

        protected java.lang.Integer call​(Closeables closeables)
                                  throws java.lang.Exception
        Specified by:
        call in class BaseCommand
        Throws:
        java.lang.Exception