Interface SqlPool.UpdateStages.WithRecoverableDatabaseId

  • All Known Subinterfaces:
    SqlPool.Update
    Enclosing interface:
    SqlPool.UpdateStages

    public static interface SqlPool.UpdateStages.WithRecoverableDatabaseId
    The stage of the SqlPool update allowing to specify recoverableDatabaseId.
    • Method Detail

      • withRecoverableDatabaseId

        SqlPool.Update withRecoverableDatabaseId​(String recoverableDatabaseId)
        Specifies the recoverableDatabaseId property: Backup database to restore from.
        Parameters:
        recoverableDatabaseId - Backup database to restore from.
        Returns:
        the next definition stage.