Package oracle.soda
Interface OracleDropResult
-
public interface OracleDropResultHolds the collection name that could not be dropped, and the error encountered when attempting to drop this collection.An array of
OracleDropResultobjects is returned byOracleDatabaseAdmin.dropCollections(boolean).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetError()Gets the error encountered when attempting to drop the collection.StringgetName()Gets the name of the collection that could not be dropped.
-