[ Version ( since = "4.2.3" ) ]
public bool perform_drop_database (string? provider) throws Error
Destroys an existing database using the specifications in this.
this can be obtained using create_operation, or prepare_drop_database.
this |
a ServerOperation object obtained using prepare_drop_database |
provider |
the database provider to use, or |
TRUE if no error occurred and the database has been destroyed |