perform_create_database


Description:

[ Version ( since = "4.2.3" ) ]
public bool perform_create_database (string? provider) throws Error

Creates a new database using the specifications in this.

this can be obtained using create_operation, or prepare_create_database.

Parameters:

this

a ServerOperation object obtained using prepare_create_database

provider

the database provider to use, or null if this has been created using prepare_create_database

Returns:

TRUE if no error occurred and the database has been created, FALSE otherwise