Connection.dropDatabase

Drops a database from the given connection.

class Connection
int
dropDatabase
(
string name
)

Parameters

name string

database name.

Return Value

Type: int

TRUE if successful, FALSE otherwise.

Meta