Package oracle.soda

Interface OracleDatabase

    • Method Detail

      • openCollection

        OracleCollection openCollection​(String collectionName)
                                 throws OracleException
        Opens a collection with the specified name.
        Parameters:
        collectionName - the name of the collection. Cannot be null
        Returns:
        an OracleCollection, null if the collection with the specified collectionName doesn't exist
        Throws:
        OracleException - if (1) the provided collectioName is null, or (2) there's an error opening the collection
      • admin

        OracleDatabaseAdmin admin()
        Gets a OracleDatabaseAdmin object
        Returns:
        a OracleDatabaseAdmin object