Class ObjectStoreInterMineImpl.BagTableToRemove

  • Enclosing class:
    ObjectStoreInterMineImpl

    protected final class ObjectStoreInterMineImpl.BagTableToRemove
    extends java.lang.ref.WeakReference<java.lang.String>
    Class describing a temporary bag table, which can be removed. A bag table can be forcibly dropped by passing one of these objects to the removeTempBagTable method. Alternatively, the table will be automatically dropped after the table name is garbage collected.
    Author:
    Matthew Wakeling
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Returns the SQL statement that will drop the table.
      • Methods inherited from class java.lang.ref.Reference

        clear, clone, enqueue, get, isEnqueued, reachabilityFence
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns the SQL statement that will drop the table.
        Overrides:
        toString in class java.lang.Object
        Returns:
        a String