Interface SqlPool.UpdateStages.WithSourceDatabaseId

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

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

      • withSourceDatabaseId

        SqlPool.Update withSourceDatabaseId​(String sourceDatabaseId)
        Specifies the sourceDatabaseId property: Source database to create from.
        Parameters:
        sourceDatabaseId - Source database to create from.
        Returns:
        the next definition stage.