ServerOperation.performDropDatabase

bool performDropDatabase(string provider = null)

Destroys an existing database using the specifications in op. op can be obtained using [gda.server_provider.ServerProvider.createOperation], or [gda.server_operation.ServerOperation.prepareDropDatabase].

Parameters

providerthe database provider to use, or null if op has been created using [gda.server_operation.ServerOperation.prepareDropDatabase]

Returns

TRUE if no error occurred and the database has been destroyed

Throws

[ServerOperationException]