Interface SqlServer.UpdateStages.WithDatabase

All Known Subinterfaces:
SqlServer.Update
Enclosing interface:
SqlServer.UpdateStages

public static interface SqlServer.UpdateStages.WithDatabase
A SQL Server definition for specifying the databases.
  • Method Details

    • withNewDatabase

      @Deprecated SqlServer.Update withNewDatabase(String databaseName)
      Deprecated.
      Create new database in the SQL Server.
      Parameters:
      databaseName - name of the database to be created
      Returns:
      Next stage of the SQL Server update
    • withoutDatabase

      @Deprecated SqlServer.Update withoutDatabase(String databaseName)
      Deprecated.
      Remove database from the SQL Server.
      Parameters:
      databaseName - name of the database to be removed
      Returns:
      Next stage of the SQL Server update