Interface AttachedDatabaseConfiguration.DefinitionStages.WithDatabaseName

All Known Subinterfaces:
AttachedDatabaseConfiguration.Definition, AttachedDatabaseConfiguration.DefinitionStages.WithCreate
Enclosing interface:
AttachedDatabaseConfiguration.DefinitionStages

public static interface AttachedDatabaseConfiguration.DefinitionStages.WithDatabaseName
The stage of the AttachedDatabaseConfiguration definition allowing to specify databaseName.
  • Method Details

    • withDatabaseName

      Specifies the databaseName property: The name of the database which you would like to attach, use * if you want to follow all current and future databases..
      Parameters:
      databaseName - The name of the database which you would like to attach, use * if you want to follow all current and future databases.
      Returns:
      the next definition stage.