ServerOperation.performDropDatabase

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.

class ServerOperation
bool
performDropDatabase
(
string provider = null
)

Parameters

provider string

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

Return Value

Type: bool

TRUE if no error occurred and the database has been destroyed

Throws