Class DropCypherDbProc.DropCypherDbResult

  • Enclosing class:
    DropCypherDbProc

    public static class DropCypherDbProc.DropCypherDbResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String dbName  
      long dropMillis  
    • Constructor Summary

      Constructors 
      Constructor Description
      DropCypherDbResult​(java.lang.String dbName, long dropMillis)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • dbName

        public final java.lang.String dbName
      • dropMillis

        public final long dropMillis
    • Constructor Detail

      • DropCypherDbResult

        public DropCypherDbResult​(java.lang.String dbName,
                                  long dropMillis)