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 Summary
Modifier and TypeMethodDescriptionwithNewDatabase
(String databaseName) Deprecated.withoutDatabase
(String databaseName) Deprecated.
-
Method Details
-
withNewDatabase
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.Remove database from the SQL Server.- Parameters:
databaseName
- name of the database to be removed- Returns:
- Next stage of the SQL Server update
-