Package oracle.soda

Interface OracleDropResult


  • public interface OracleDropResult
    Holds the collection name that could not be dropped, and the error encountered when attempting to drop this collection.

    An array of OracleDropResult objects is returned by OracleDatabaseAdmin.dropCollections(boolean).

    • Method Detail

      • getName

        String getName()
        Gets the name of the collection that could not be dropped.
        Returns:
        collection name as a String
      • getError

        String getError()
        Gets the error encountered when attempting to drop the collection.
        Returns:
        error as a String