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 byOracleDatabaseAdmin.dropCollections(boolean)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getError()
Gets the error encountered when attempting to drop the collection.String
getName()
Gets the name of the collection that could not be dropped.
-